Searched defs:elfhdr (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 244 xlatetom(Elf *elf, GElf_Ehdr *elfhdr, void *_src, void *_dst, in xlatetom() 276 #define NEXT_NOTE(elfhdr, descsz, namesz, offset) do { \ argument 292 handle_core_note(Elf *elf, GElf_Ehdr *elfhdr, GElf_Phdr *phdr, in handle_core_note() 480 handle_phdr(Elf *elf, GElf_Ehdr *elfhdr, GElf_Phdr *phdr, in handle_phdr() 531 handle_core(char const *name, Elf *elf, GElf_Ehdr *elfhdr) in handle_core() 617 GElf_Ehdr elfhdr; in handle_elf() local 705 sysv_calc(Elf *elf, GElf_Ehdr *elfhdr, GElf_Shdr *shdr) in sysv_calc()
|
/freebsd/usr.sbin/btxld/ |
H A D | elfh.c | 40 const struct elfh elfhdr = { variable
|
/freebsd/contrib/elftoolchain/strings/ |
H A D | strings.c | 264 GElf_Ehdr elfhdr; in handle_elf() local
|
/freebsd/contrib/file/src/ |
H A D | readelf.c | 1950 #define elfhdr elf32hdr in file_tryelf() macro 1956 #define elfhdr elf64hdr in file_tryelf() macro
|