Home
last modified time | relevance | path

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

/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.c96 info->sechdrs[sym->st_shndx].sh_offset + sym->st_value); in get_sym_value()
204 sechdrs[i].sh_offset = in parse_elf()
205 TO_NATIVE(endian, ADDR_SIZE, sechdrs[i].sh_offset); in parse_elf()
221 if (!nobits && sechdrs[i].sh_offset > info->size) { in parse_elf()
224 filename, (unsigned long)sechdrs[i].sh_offset, in parse_elf()
233 sechdrs[i].sh_offset); in parse_elf()
235 sechdrs[i].sh_offset + sechdrs[i].sh_size); in parse_elf()
238 sechdrs[sh_link_idx].sh_offset); in parse_elf()
245 sechdrs[i].sh_offset); in parse_elf()
247 sechdrs[i].sh_offset + sechdrs[i].sh_size); in parse_elf()
/f-stack/freebsd/mips/mips/
H A Delf_trampoline.c142 if (shdr[i].sh_offset != 0 && in load_kernel()
188 shdr[symtabindex].sh_offset + kstart, in load_kernel()
199 shdr[symstrindex].sh_offset + kstart, in load_kernel()
/f-stack/freebsd/kern/
H A Dkern_ctf.c159 shdr[hdr->e_shstrndx].sh_size, shdr[hdr->e_shstrndx].sh_offset,
178 shdr[i].sh_offset, UIO_SYSSPACE, IO_NODELOCKED, td->td_ucred,
241 shdr[i].sh_size, shdr[i].sh_offset, UIO_SYSSPACE, IO_NODELOCKED,
H A Dlink_elf_obj.c842 shdr[symtabindex].sh_size, shdr[symtabindex].sh_offset, in link_elf_load_file()
856 shdr[symstrindex].sh_size, shdr[symstrindex].sh_offset, in link_elf_load_file()
875 shdr[shstrindex].sh_size, shdr[shstrindex].sh_offset, in link_elf_load_file()
1037 shdr[i].sh_size, shdr[i].sh_offset, in link_elf_load_file()
1080 shdr[i].sh_size, shdr[i].sh_offset, in link_elf_load_file()
1101 shdr[i].sh_size, shdr[i].sh_offset, in link_elf_load_file()
H A Dlink_elf.c1261 shdr[shstrindex].sh_offset, UIO_SYSSPACE, IO_NODELOCKED, in link_elf_load_file()
1289 ef->symbase, symcnt, shdr[symtabindex].sh_offset, in link_elf_load_file()
1295 ef->strbase, strcnt, shdr[symstrindex].sh_offset, in link_elf_load_file()
/f-stack/freebsd/x86/xen/
H A Dpv.c496 if (shdr[i].sh_offset == 0) in xen_pvh_parse_symtab()
498 ksymtab = (uintptr_t)((uint8_t *)ehdr + shdr[i].sh_offset); in xen_pvh_parse_symtab()
501 if (shdr[j].sh_offset == 0) in xen_pvh_parse_symtab()
503 kstrtab = (uintptr_t)((uint8_t *)ehdr + shdr[j].sh_offset); in xen_pvh_parse_symtab()
/f-stack/freebsd/sys/
H A Delf32.h96 Elf32_Off sh_offset; /* Offset in file. */ member
H A Delf64.h105 Elf64_Off sh_offset; /* Offset in file. */ member