• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1  .section .note.ohos.ident,"a",%note
2  .balign 4
3  .type abitag, %object
4abitag:
5  .long 2f-1f                 // int32_t namesz
6  .long 3f-2f                 // int32_t descsz
71:.ascii "OHOS\0"          // char name[]
82:.long 1  // int32_t ohos_api
93:
10  .size abitag, .-abitag
11