1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.data .globl protected .ifndef XCOFF_TEST .type protected,"object" .endif protected: .globl hidden .ifndef XCOFF_TEST .type hidden,"object" .endif hidden: .globl internal .ifndef XCOFF_TEST .type internal,"object" .endif internal: