Searched refs:e_phoff (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/boot/
H A Dbootloader.c66 unsigned long e_entry, e_phoff, e_phnum; local
130 e_phoff = elf->e_phoff;
139 ssc(fd, 1, (long) &req, e_phoff, SSC_READ);
145 e_phoff += sizeof(*elf_phdr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Delfcore.c21 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff);
51 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff);
75 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Delfcore.c18 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff);
49 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff);
69 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff);
H A Dunwind.c2179 Elf64_Phdr *punw = NULL, *phdr = (Elf64_Phdr *) (GATE_ADDR + GATE_EHDR->e_phoff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Delf_util.c36 (unsigned long)elf64->e_phoff);
67 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff);
H A Delf.h60 Elf32_Off e_phoff; member in struct:elf32_hdr
77 Elf64_Off e_phoff; /* Program header table file offset */ member in struct:elf64_hdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Delf.h221 Elf32_Off e_phoff; member in struct:elf32_hdr
238 Elf64_Off e_phoff; /* Program header table file offset */ member in struct:elf64_hdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/
H A Delf2ecoff.c172 e->e_phoff = swab32(e->e_phoff);
327 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/mixart/
H A Dmixart_hwdep.c78 u32 e_phoff; member in struct:snd_mixart_elf32_ehdr
111 if( elf_header->e_phoff != 0 ) {
115 u32 pos = be32_to_cpu(elf_header->e_phoff) + (u32)(i * be16_to_cpu(elf_header->e_phentsize));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dmisc.c283 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum);
H A Drelocs.c240 ehdr.e_phoff = elf32_to_cpu(ehdr.e_phoff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dvma_map.c153 phdr_start = spu_elf_start + ehdr.e_phoff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/tools/
H A Dobjstrip.c166 lseek(fd, elf->e_phoff, SEEK_SET);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A Dvdso32-setup.c172 phdr = (void *)ehdr + ehdr->e_phoff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf.c225 NEW_AUX_ENT(AT_PHDR, load_addr + exec->e_phoff);
423 retval = kernel_read(interpreter, interp_elf_ex->e_phoff,
619 retval = kernel_read(bprm->file, loc->elf_ex.e_phoff,
1033 retval = kernel_read(file, elf_ex.e_phoff, (char *)eppnt, j);
1237 elf->e_phoff = sizeof(struct elfhdr);
H A Dbinfmt_elf_fdpic.c131 retval = kernel_read(file, params->hdr.e_phoff,
807 stop = params->hdr.e_phoff;
815 if (phdr->p_offset > params->hdr.e_phoff ||
827 params->hdr.e_phoff - phdr->p_offset;
1321 elf->e_phoff = sizeof(struct elfhdr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvpe.c1435 if (v->l_ehdr->e_phoff != 0) {
1437 (v->pbuffer + v->l_ehdr->e_phoff);
1488 v->l_ehdr->e_phoff + v->l_phlen - v->copied);
1496 if (v->copied == v->l_ehdr->e_phoff + v->l_phlen) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dkcore.c337 elf->e_phoff = sizeof(struct elfhdr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c403 hdr->e_phoff = TO_NATIVE(hdr->e_phoff);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/lguest/
H A Dlguest.c389 if (lseek(elf_fd, ehdr->e_phoff, SEEK_SET) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom_init.c796 .e_phoff = offsetof(struct fake_elf, phdr),

Completed in 147 milliseconds