1   .section .note.ohos.ident,"a",%note
2   .balign 4
3   .type abitag, %object
4 abitag:
5   .long 2f-1f                 // int32_t namesz
6   .long 3f-2f                 // int32_t descsz
7   .long 4f-3f
8 1:.ascii "OHOS\0"          // char name[]
9 2:.long 1  // int32_t ohos_api
10 3:
11 4:
12   .size abitag, .-abitag
13