Home
last modified time | relevance | path

Searched refs:e_shstrndx (Results 1 – 18 of 18) sorted by relevance

/arch/powerpc/boot/
Delf.h68 Elf32_Half e_shstrndx; member
85 Elf64_Half e_shstrndx; member
/arch/powerpc/kernel/
Dmodule.c39 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section()
Dvdso.c305 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section32()
396 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section64()
Dfadump.c787 elf->e_shstrndx = 0; in fadump_init_elfcore_header()
/arch/arm/kernel/
Dmodule.c271 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section()
288 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
Dvdso.c109 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()
/arch/mips/vdso/
Dgenvdso.h25 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
/arch/x86/tools/
Drelocs.c241 sec_strtab = secs[ehdr.e_shstrndx].strtab; in sec_name()
364 ehdr.e_shstrndx = elf_half_to_cpu(ehdr.e_shstrndx); in read_ehdr()
384 if (ehdr.e_shstrndx >= ehdr.e_shnum) { in read_ehdr()
/arch/sparc/kernel/
Dmodule.c187 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in do_patch_sections()
/arch/x86/vdso/
Dvdso2c.h63 GET_LE(&hdr->e_shentsize)*GET_LE(&hdr->e_shstrndx); in BITSFUNC()
/arch/x86/kernel/
Dmodule.c213 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
Dmachine_kexec_64.c442 shstrtab = (char *)sechdrs[ehdr->e_shstrndx].sh_offset; in arch_kexec_apply_relocations_add()
/arch/mips/kernel/
Dmodule.c275 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
Dvpe.c613 secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in vpe_elfload()
/arch/blackfin/kernel/
Dmodule.c241 secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
/arch/arm64/kernel/
Dmodule.c407 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize()
/arch/mips/boot/
Delf2ecoff.c181 e->e_shstrndx = swab16(e->e_shstrndx); in convert_elf_hdr()
/arch/sh/kernel/
Ddwarf.c1094 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_dwarf_finalize()