Home
last modified time | relevance | path

Searched refs:Elf_Shdr (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.h38 #define Elf_Shdr Elf64_Shdr macro
52 #define Elf_Shdr Elf32_Shdr macro
103 Elf_Shdr *sechdrs;
H A Dpmdinfogen.c120 Elf_Shdr *sechdrs; in parse_elf()
/f-stack/freebsd/kern/
H A Dkern_ctf.c51 Elf_Shdr *shdr = NULL;
127 hdr->e_shentsize != sizeof(Elf_Shdr)) {
H A Dlink_elf.c813 link_elf_locate_exidx(linker_file_t lf, Elf_Shdr *shdr, int nhdr) in link_elf_locate_exidx()
836 Elf_Shdr *shdr; in link_elf_locate_exidx_preload()
842 shdr = (Elf_Shdr *)modinfo; in link_elf_locate_exidx_preload()
843 nhdr = modinfo[-1] / sizeof(Elf_Shdr); in link_elf_locate_exidx_preload()
967 Elf_Shdr *shdr; in link_elf_load_file()
H A Dlink_elf_obj.c99 Elf_Shdr *e_shdr;
328 Elf_Shdr *shdr; in link_elf_link_preload()
347 shdr = (Elf_Shdr *)preload_search_info(modptr, MODINFO_METADATA | in link_elf_link_preload()
652 Elf_Shdr *shdr; in link_elf_load_file()
747 hdr->e_shentsize != sizeof(Elf_Shdr)) { in link_elf_load_file()
H A Dkern_dump.c317 ehdr.e_shentsize = sizeof(Elf_Shdr); in dumpsys_generic()
H A Dimgact_elf.c1678 hdrsize += sizeof(Elf_Shdr); in __elfN()
1959 Elf_Shdr *shdr; in __elfN()
1982 ehdr->e_shentsize = sizeof(Elf_Shdr); in __elfN()
1993 KASSERT(ehdr->e_shoff == hdrsize - sizeof(Elf_Shdr), in __elfN()
1995 (size_t)ehdr->e_shoff, hdrsize - sizeof(Elf_Shdr))); in __elfN()
1997 shdr = (Elf_Shdr *)((char *)hdr + ehdr->e_shoff); in __elfN()
/f-stack/freebsd/x86/xen/
H A Dpv.c477 Elf_Shdr *shdr; in xen_pvh_parse_symtab()
491 shdr = (Elf_Shdr *)((uint8_t *)ehdr + ehdr->e_shoff); in xen_pvh_parse_symtab()