Searched refs:note_name (Results 1 – 4 of 4) sorted by relevance
70 const char *note_name; in arch_digest_note() local73 note_name = (const char *)(note + 1); in arch_digest_note()76 strncmp(note_name, ELF_NOTE_GNU, sizeof(ELF_NOTE_GNU)) != 0) in arch_digest_note()89 note_data = (const uint32_t *)(note_name + note->n_namesz); in arch_digest_note()
2780 const char *note_name; in __elfN() local2828 note_name = (const char *)(note + 1); in __elfN()2829 if (note_name + checknote->n_namesz >= in __elfN()2831 note_name, checknote->n_namesz) != 0) in __elfN()
1730 const char *note_name; in digest_notes() local1747 note_name = (const char *)(note + 1); in digest_notes()1748 if (strncmp(NOTE_FREEBSD_VENDOR, note_name, in digest_notes()
372 static const char *note_type(const char *note_name, unsigned int et,