Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/hp/sim/boot/ !
Dbootloader.c66 unsigned long e_entry, e_phoff, e_phnum; in start_bootloader() local
130 e_phoff = elf->e_phoff; in start_bootloader()
139 ssc(fd, 1, (long) &req, e_phoff, SSC_READ); in start_bootloader()
145 e_phoff += sizeof(*elf_phdr); in start_bootloader()
/linux-2.6.39/arch/um/sys-i386/ !
Delfcore.c21 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); in elf_core_write_extra_phdrs()
51 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); in elf_core_write_extra_data()
75 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); in elf_core_extra_data_size()
/linux-2.6.39/arch/ia64/kernel/ !
Delfcore.c18 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in elf_core_write_extra_phdrs()
49 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in elf_core_write_extra_data()
69 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in elf_core_extra_data_size()
Dunwind.c2193 Elf64_Phdr *punw = NULL, *phdr = (Elf64_Phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in create_gate_table()
/linux-2.6.39/arch/powerpc/boot/ !
Delf_util.c36 (unsigned long)elf64->e_phoff); in parse_elf64()
67 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); in parse_elf32()
Delf.h60 Elf32_Off e_phoff; member
77 Elf64_Off e_phoff; /* Program header table file offset */ member
/linux-2.6.39/include/linux/ !
Delf.h221 Elf32_Off e_phoff; member
238 Elf64_Off e_phoff; /* Program header table file offset */ member
/linux-2.6.39/sound/pci/mixart/ !
Dmixart_hwdep.c78 u32 e_phoff; member
111 if( elf_header->e_phoff != 0 ) { in mixart_load_elf()
115 u32 pos = be32_to_cpu(elf_header->e_phoff) + (u32)(i * be16_to_cpu(elf_header->e_phentsize)); in mixart_load_elf()
/linux-2.6.39/arch/mips/boot/ !
Delf2ecoff.c172 e->e_phoff = swab32(e->e_phoff); in convert_elf_hdr()
327 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, in main()
/linux-2.6.39/arch/powerpc/oprofile/cell/ !
Dvma_map.c153 phdr_start = spu_elf_start + ehdr.e_phoff; in create_vma_map()
/linux-2.6.39/arch/x86/boot/compressed/ !
Dmisc.c304 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum); in parse_elf()
Drelocs.c240 ehdr.e_phoff = elf32_to_cpu(ehdr.e_phoff); in read_ehdr()
/linux-2.6.39/arch/alpha/boot/tools/ !
Dobjstrip.c166 lseek(fd, elf->e_phoff, SEEK_SET); in main()
/linux-2.6.39/fs/ !
Dbinfmt_elf_fdpic.c139 retval = kernel_read(file, params->hdr.e_phoff, in elf_fdpic_fetch_phdrs()
815 stop = params->hdr.e_phoff; in elf_fdpic_map_file()
823 if (phdr->p_offset > params->hdr.e_phoff || in elf_fdpic_map_file()
835 params->hdr.e_phoff - phdr->p_offset; in elf_fdpic_map_file()
1329 elf->e_phoff = sizeof(struct elfhdr); in fill_elf_fdpic_header()
Dbinfmt_elf.c224 NEW_AUX_ENT(AT_PHDR, load_addr + exec->e_phoff); in create_elf_tables()
418 retval = kernel_read(interpreter, interp_elf_ex->e_phoff, in load_elf_interp()
614 retval = kernel_read(bprm->file, loc->elf_ex.e_phoff, in load_elf_binary()
1032 retval = kernel_read(file, elf_ex.e_phoff, (char *)eppnt, j); in load_elf_library()
1236 elf->e_phoff = sizeof(struct elfhdr); in fill_elf_header()
/linux-2.6.39/arch/x86/vdso/ !
Dvdso32-setup.c172 phdr = (void *)ehdr + ehdr->e_phoff; in relocate_vdso()
/linux-2.6.39/fs/proc/ !
Dkcore.c338 elf->e_phoff = sizeof(struct elfhdr); in elf_kcore_store_hdr()
/linux-2.6.39/scripts/mod/ !
Dmodpost.c403 hdr->e_phoff = TO_NATIVE(hdr->e_phoff); in parse_elf()
/linux-2.6.39/arch/mips/kernel/ !
Dvpe.c965 struct elf_phdr *phdr = (struct elf_phdr *) ((char *)hdr + hdr->e_phoff); in vpe_elfload()
/linux-2.6.39/Documentation/lguest/ !
Dlguest.c399 if (lseek(elf_fd, ehdr->e_phoff, SEEK_SET) < 0) in map_elf()
/linux-2.6.39/arch/powerpc/kernel/ !
Dprom_init.c796 .e_phoff = offsetof(struct fake_elf, phdr),