Searched refs:note_name (Results 1 – 4 of 4) sorted by relevance
63 const char *note_name; in arch_digest_note() local66 note_name = (const char *)(note + 1); in arch_digest_note()69 strncmp(note_name, ELF_NOTE_GNU, sizeof(ELF_NOTE_GNU)) != 0) in arch_digest_note()82 note_data = (const uint32_t *)(note_name + note->n_namesz); in arch_digest_note()
2793 const char *note_name; in __elfN() local2841 note_name = (const char *)(note + 1); in __elfN()2842 if (note_name + roundup2(note->n_namesz, ELF_NOTE_ROUNDSIZE) + in __elfN()2844 strncmp(note_vendor, note_name, checknote->n_namesz) != 0) in __elfN()
1751 const char *note_name; in digest_notes() local1768 note_name = (const char *)(note + 1); in digest_notes()1769 if (strncmp(NOTE_FREEBSD_VENDOR, note_name, in digest_notes()
372 static const char *note_type(const char *note_name, unsigned int et,