Searched refs:checknote (Results 1 – 1 of 1) sorted by relevance
107 const Elf_Brandnote *checknote, int32_t *osrel, bool *has_fctl0,2788 __elfN(parse_notes)(const struct image_params *imgp, const Elf_Note *checknote, in parse_notes() argument2837 if (note->n_namesz != checknote->n_namesz || in parse_notes()2838 note->n_descsz != checknote->n_descsz || in parse_notes()2839 note->n_type != checknote->n_type) in parse_notes()2844 strncmp(note_vendor, note_name, checknote->n_namesz) != 0) in parse_notes()