1570af302Sopenharmony_ci  .section .note.ohos.ident,"a",%note
2570af302Sopenharmony_ci  .type abitag, %object
3570af302Sopenharmony_ciabitag:
4570af302Sopenharmony_ci  .long 2f-1f                 // int32_t namesz
5570af302Sopenharmony_ci  .long 3f-2f                 // int32_t descsz
6570af302Sopenharmony_ci  .long 1                     // should be the "type" according to the elf spec
7570af302Sopenharmony_ci1:.ascii "OHOS\0"          // char name[]
8570af302Sopenharmony_ci.balign 8
9570af302Sopenharmony_ci2:.long 1  // int32_t ohos_api
10570af302Sopenharmony_ci3:
11570af302Sopenharmony_ci  .size abitag, .-abitag
12