Home
last modified time | relevance | path

Searched refs:note_data (Results 1 – 1 of 1) sorted by relevance

/src/libexec/rtld-elf/aarch64/
H A Dreloc.c62 const uint32_t *note_data; in arch_digest_note() local
80 note_data = (const uint32_t *)(note_name + note->n_namesz); in arch_digest_note()
83 if (note_data[0] != GNU_PROPERTY_AARCH64_FEATURE_1_AND) in arch_digest_note()
87 if (note_data[1] < 4) in arch_digest_note()
91 if ((note_data[2] & GNU_PROPERTY_AARCH64_FEATURE_1_BTI) != 0) { in arch_digest_note()