Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dimgact_elf.h127 bool __elfN(parse_notes)(const struct image_params *, const Elf_Note *,
/src/sys/arm64/arm64/
H A Delf_machdep.c386 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp, in arm64_exec_protect()
/src/sys/kern/
H A Dimgact_elf.c2788 __elfN(parse_notes)(const struct image_params *imgp, const Elf_Note *checknote, in parse_notes() function
2938 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp, in check_note()
2943 __elfN(parse_notes)(imgp, &fctl_note, in check_note()