Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/kldxref/
H A Def.h163 bool elf_compatible(struct elf_file *efile, const GElf_Ehdr *hdr);
H A Delf.c143 elf_compatible(struct elf_file *efile, const GElf_Ehdr *hdr) in elf_compatible() function
H A Dkldxref.c652 } else if (!elf_compatible(&ef, &ehdr)) { in read_kld()