Searched refs:sh_offset (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/buildtools/pmdinfogen/ |
| H A D | pmdinfogen.c | 96 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 D | elf_trampoline.c | 142 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 D | kern_ctf.c | 159 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 D | link_elf_obj.c | 842 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 D | link_elf.c | 1261 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 D | pv.c | 496 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 D | elf32.h | 96 Elf32_Off sh_offset; /* Offset in file. */ member
|
| H A D | elf64.h | 105 Elf64_Off sh_offset; /* Offset in file. */ member
|