/linux-6.6.21/arch/powerpc/boot/ |
D | elf.h | 69 Elf32_Half e_shstrndx; member 86 Elf64_Half e_shstrndx; member
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | module.h | 59 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
|
/linux-6.6.21/kernel/module/ |
D | livepatch.c | 41 size = info->sechdrs[info->hdr->e_shstrndx].sh_size; in copy_module_elf()
|
/linux-6.6.21/kernel/ |
D | cfi.c | 57 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_cfi_finalize()
|
D | kexec_elf.c | 158 ehdr->e_shstrndx = elf16_to_cpu(ehdr, buf_ehdr->e_shstrndx); in elf_read_ehdr()
|
/linux-6.6.21/arch/mips/boot/tools/ |
D | relocs.c | 96 sec_strtab = secs[ehdr.e_shstrndx].strtab; in sec_name() 236 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr() 256 if (ehdr.e_shstrndx >= ehdr.e_shnum) in read_ehdr()
|
/linux-6.6.21/include/uapi/linux/ |
D | elf.h | 223 Elf32_Half e_shstrndx; member 240 Elf64_Half e_shstrndx; member
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | module.h | 120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | module.c | 29 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
|
/linux-6.6.21/arch/sparc/vdso/ |
D | vma.c | 76 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset; in one_section64() 144 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset; in one_section32()
|
/linux-6.6.21/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 94 uint16_t e_shstrndx; member 184 h.e_shstrndx = 0; in make_exe()
|
/linux-6.6.21/arch/mips/vdso/ |
D | genvdso.h | 19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
|
/linux-6.6.21/drivers/remoteproc/ |
D | remoteproc_elf_helpers.h | 62 ELF_GEN_FIELD_GET_SET(hdr, e_shstrndx, u16) in ELF_GEN_FIELD_GET_SET()
|
/linux-6.6.21/lib/ |
D | bug.c | 98 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize()
|
/linux-6.6.21/arch/arm/kernel/ |
D | module.c | 441 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section() 458 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
|
D | vdso.c | 113 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()
|
/linux-6.6.21/arch/sparc/kernel/ |
D | module.c | 188 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in do_patch_sections()
|
/linux-6.6.21/arch/x86/tools/ |
D | relocs.c | 397 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr() 400 shstrndx = ehdr.e_shstrndx; in read_ehdr()
|
/linux-6.6.21/arch/x86/entry/vdso/ |
D | vdso2c.h | 104 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC()
|
/linux-6.6.21/arch/arm64/kvm/hyp/nvhe/ |
D | gen-hyprel.c | 293 elf.sh_string = section_begin(section_by_idx(elf16toh(elf.ehdr->e_shstrndx))); in init_elf()
|
/linux-6.6.21/scripts/ |
D | recordmcount.h | 230 if (ehdr->e_shstrndx != SHN_XINDEX) in get_shstrndx() 231 return w2(ehdr->e_shstrndx); in get_shstrndx()
|
/linux-6.6.21/arch/mips/boot/ |
D | elf2ecoff.c | 183 e->e_shstrndx = swab16(e->e_shstrndx); in convert_elf_hdr()
|
/linux-6.6.21/arch/x86/kernel/ |
D | module.c | 282 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
|
/linux-6.6.21/arch/mips/kernel/ |
D | module.c | 430 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
|
/linux-6.6.21/scripts/mod/ |
D | modpost.c | 469 hdr->e_shstrndx = TO_NATIVE(hdr->e_shstrndx); in parse_elf() 494 if (hdr->e_shstrndx == SHN_XINDEX) { in parse_elf() 498 info->secindex_strings = hdr->e_shstrndx; in parse_elf()
|