Searched refs:e_shstrndx (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/utils/
H A Delf.pl18 $e_shstrndx = 13; # Section header table string index
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Delf.h68 Elf32_Half e_shstrndx; member in struct:elf32_hdr
85 Elf64_Half e_shstrndx; member in struct:elf64_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dbug.c72 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmodule.c148 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Drelocs.c142 sec_strtab = strtab[ehdr.e_shstrndx];
221 ehdr.e_shstrndx = elf16_to_cpu(ehdr.e_shstrndx);
241 if (ehdr.e_shstrndx >= ehdr.e_shnum) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmodule.c108 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/boot/
H A Delf2ecoff.c180 e->e_shstrndx = swab16(e->e_shstrndx);
339 shstrtab = saveRead(infile, sh[ex.e_shstrndx].sh_offset,
340 sh[ex.e_shstrndx].sh_size, "shstrtab");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Delf.h206 Elf32_Half e_shstrndx; member in struct:elf32_hdr
223 Elf64_Half e_shstrndx; member in struct:elf64_hdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c374 hdr->e_shstrndx = TO_NATIVE(hdr->e_shstrndx);
391 = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
801 elf->sechdrs[hdr->e_shstrndx].sh_offset;
852 sechdrs[hdr->e_shstrndx].sh_offset;
920 sechdrs[hdr->e_shstrndx].sh_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmodule_32.c281 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
H A Dvdso.c277 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset;
368 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset;
H A Dmodule_64.c417 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dmodule.c388 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
H A Dirixelf.c121 pr_debug(" e_shentsize[%04x] e_shnum[%04x] e_shstrndx[%04x]\n",
124 (unsigned short) ehp->e_shstrndx);
1126 elf.e_shstrndx = 0;
H A Dvpe.c877 secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dmodule.c388 secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dkcore.c177 elf->e_shstrndx = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart_hwdep.c85 u16 e_shstrndx; member in struct:snd_mixart_elf32_ehdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_elf.c1290 elf->e_shstrndx = 0;
H A Dbinfmt_elf_fdpic.c1289 elf->e_shstrndx = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmodule.c1613 secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c3457 shstrtab = f->sections[f->header.e_shstrndx]->contents;

Completed in 339 milliseconds