| /linux/arch/s390/tools/ |
| H A D | relocs.c | 137 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff); in read_ehdr() 165 if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0) in read_ehdr() 166 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_ehdr() 191 if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0) in read_shdrs() 192 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_shdrs()
|
| /linux/scripts/ |
| H A D | insert-sys-cert.c | 73 x = (void *)hdr + hdr->e_shoff; in get_offset_from_address() 141 x = (void *)hdr + hdr->e_shoff; in find_elf_symbol() 165 x = (void *)hdr + hdr->e_shoff; in get_symbol_from_table() 189 x = (void *)hdr + hdr->e_shoff; in get_symbol_table() 341 if (hdr->e_shoff > vmlinux_size) { in main()
|
| H A D | recordmcount.h | 272 uint_t const old_shoff = _w(ehdr->e_shoff); in append_func() 342 ehdr->e_shoff = _w(new_e_shoff); in append_func() 378 Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff) in get_sym_str_and_relp() 455 Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff) in nop_mcount() 609 Elf_Shdr *const shdr0 = (Elf_Shdr *)(_w(ehdr->e_shoff) in do_func()
|
| H A D | elf-parse.h | 62 return elf_parser.r8(&ehdr->e64.e_shoff); in ehdr64_shoff() 67 return elf_parser.r(&ehdr->e32.e_shoff); in ehdr32_shoff()
|
| /linux/arch/powerpc/boot/ |
| H A D | elf.h | 62 Elf32_Off e_shoff; member 79 Elf64_Off e_shoff; /* Section header table file offset */ member
|
| /linux/arch/mips/vdso/ |
| H A D | genvdso.h | 15 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC() 69 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
|
| /linux/arch/sparc/vdso/ |
| H A D | vdso2c.h | 66 ELF(Shdr) *sh = raw_addr + GET_BE(&hdr->e_shoff) + in BITSFUNC() 75 strtab_hdr = raw_addr + GET_BE(&hdr->e_shoff) + in BITSFUNC()
|
| /linux/arch/x86/tools/ |
| H A D | relocs.c | 365 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff); in read_ehdr() 394 if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0) in read_ehdr() 395 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_ehdr() 420 if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0) in read_shdrs() 421 die("Seek to %" FMT " failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_shdrs()
|
| /linux/arch/mips/boot/tools/ |
| H A D | relocs.c | 229 ehdr.e_shoff = elf_off_to_cpu(ehdr.e_shoff); in read_ehdr() 269 if (fseek(fp, ehdr.e_shoff, SEEK_SET) < 0) in read_shdrs() 270 die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno)); in read_shdrs()
|
| /linux/fs/ |
| H A D | binfmt_elf_fdpic.c | 1254 elf->e_shoff = 0; in fill_elf_fdpic_header() 1429 elf_addr_t e_shoff, int segs) in fill_extnum_info() argument 1431 elf->e_shoff = e_shoff; in fill_extnum_info() 1484 elf_addr_t e_shoff; in elf_fdpic_core_dump() local 1562 e_shoff = offset; in elf_fdpic_core_dump() 1568 fill_extnum_info(elf, shdr4extnum, e_shoff, segs); in elf_fdpic_core_dump()
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | relacheck.c | 73 shdr = (void *)ehdr + swab_elfxword(ehdr->e_shoff); in main()
|
| /linux/kernel/ |
| H A D | kexec_file.c | 904 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff; in kexec_purgatory_setup_kbuf() 973 memcpy(sechdrs, (void *)pi->ehdr + pi->ehdr->e_shoff, sechdrs_size); in kexec_purgatory_setup_sechdrs() 1034 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff; in kexec_apply_relocations() 1151 sechdrs = (void *)ehdr + ehdr->e_shoff; in kexec_purgatory_find_symbol()
|
| /linux/arch/mips/boot/ |
| H A D | elf2ecoff.c | 176 e->e_shoff = swab32(e->e_shoff); in convert_elf_hdr() 335 sh = (Elf32_Shdr *) saveRead(infile, ex.e_shoff, in main()
|
| /linux/drivers/remoteproc/ |
| H A D | remoteproc_elf_helpers.h | 61 ELF_GEN_FIELD_GET_SET(hdr, e_shoff, u64) in ELF_GEN_FIELD_GET_SET()
|
| /linux/arch/arm/kernel/ |
| H A D | vdso.c | 97 sechdrs = (void *)ehdr + ehdr->e_shoff; in find_section()
|
| /linux/arch/riscv/kernel/ |
| H A D | alternative.c | 185 shdr = (void *)hdr + hdr->e_shoff; in apply_vdso_alternatives()
|
| H A D | machine_kexec_file.c | 156 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff; in arch_kexec_apply_relocations_add()
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-pid-vm.c | 92 uint64_t e_shoff; member 182 h.e_shoff = 0; in make_exe()
|
| /linux/arch/mips/tools/ |
| H A D | loongson3-llsc-check.c | 286 sh = vmlinux + le64toh(eh->e_shoff) + (i * le16toh(eh->e_shentsize)); in main()
|
| /linux/arch/arm64/kernel/ |
| H A D | alternative.c | 214 shdr = (void *)hdr + hdr->e_shoff; in apply_alternatives_vdso()
|
| /linux/arch/mips/kernel/ |
| H A D | vpe.c | 605 if (len < hdr->e_shoff + hdr->e_shnum * sizeof(Elf_Shdr)) { in vpe_elfload() 612 sechdrs = (void *)hdr + hdr->e_shoff; in vpe_elfload()
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | gen-hyprel.c | 295 elf.sh_table = section_by_off(elf64toh(elf.ehdr->e_shoff)); in init_elf()
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | load.c | 147 sections = encl->bin + ehdr->e_shoff; in encl_get_entry()
|
| /linux/arch/s390/kernel/ |
| H A D | machine_kexec_file.c | 321 sechdrs = (void *)pi->ehdr + pi->ehdr->e_shoff; in arch_kexec_apply_relocations_add()
|
| /linux/drivers/soc/qcom/ |
| H A D | mdt_loader.c | 46 shend = size_add(size_mul(sizeof(struct elf32_shdr), ehdr->e_shnum), ehdr->e_shoff); in mdt_header_valid()
|