Home
last modified time | relevance | path

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

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