1   .section .note.ohos.ident,"a",%note
2   .type abitag, %object
3 abitag:
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
7 1:.ascii "OHOS\0"          // char name[]
8 .balign 8
9 2:.long 1  // int32_t ohos_api
10 3:
11   .size abitag, .-abitag
12