7 .ifndef __guard_property_bti__
8 .section ".note.gnu.property", "a"
10 .long 1f - 0f /* name length */
11 .long 5f - 2f /* data length */
12 .long 5 /* note type */
13 0: .asciz "GNU" /* vendor name */
16 2: .long 0xc0000000 /* pr_type. */
17 .long 4f - 3f /* pr_datasz. */
24 .ifdef __property_pac__
25 .section ".note.gnu.property", "a"
27 .long 1f - 0f /* name length */
28 .long 5f - 2f /* data length */
29 .long 5 /* note type */
30 0: .asciz "GNU" /* vendor name */
33 2: .long 0xc0000000 /* pr_type. */
34 .long 4f - 3f /* pr_datasz. */