xref: /third_party/musl/arch/generic/crtbrand.s (revision 570af302)
1  .section .note.ohos.ident,"a",%note
2  .type abitag, %object
3abitag:
4  .long 2f-1f                 // int32_t namesz
5  .long 3f-2f                 // int32_t descsz
6  .long 1                     // should be the "type" according to the elf spec
71:.ascii "OHOS\0"          // char name[]
8.balign 8
92:.long 1  // int32_t ohos_api
103:
11  .size abitag, .-abitag
12