/linux-2.6.39/arch/ia64/hp/sim/boot/ ! |
D | bootloader.c | 66 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/ ! |
D | elfcore.c | 21 (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/ ! |
D | elfcore.c | 18 (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()
|
D | unwind.c | 2193 Elf64_Phdr *punw = NULL, *phdr = (Elf64_Phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in create_gate_table()
|
/linux-2.6.39/arch/powerpc/boot/ ! |
D | elf_util.c | 36 (unsigned long)elf64->e_phoff); in parse_elf64() 67 elf32ph = (Elf32_Phdr *) ((unsigned long)elf32 + elf32->e_phoff); in parse_elf32()
|
D | elf.h | 60 Elf32_Off e_phoff; member 77 Elf64_Off e_phoff; /* Program header table file offset */ member
|
/linux-2.6.39/include/linux/ ! |
D | elf.h | 221 Elf32_Off e_phoff; member 238 Elf64_Off e_phoff; /* Program header table file offset */ member
|
/linux-2.6.39/sound/pci/mixart/ ! |
D | mixart_hwdep.c | 78 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/ ! |
D | elf2ecoff.c | 172 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/ ! |
D | vma_map.c | 153 phdr_start = spu_elf_start + ehdr.e_phoff; in create_vma_map()
|
/linux-2.6.39/arch/x86/boot/compressed/ ! |
D | misc.c | 304 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum); in parse_elf()
|
D | relocs.c | 240 ehdr.e_phoff = elf32_to_cpu(ehdr.e_phoff); in read_ehdr()
|
/linux-2.6.39/arch/alpha/boot/tools/ ! |
D | objstrip.c | 166 lseek(fd, elf->e_phoff, SEEK_SET); in main()
|
/linux-2.6.39/fs/ ! |
D | binfmt_elf_fdpic.c | 139 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()
|
D | binfmt_elf.c | 224 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/ ! |
D | vdso32-setup.c | 172 phdr = (void *)ehdr + ehdr->e_phoff; in relocate_vdso()
|
/linux-2.6.39/fs/proc/ ! |
D | kcore.c | 338 elf->e_phoff = sizeof(struct elfhdr); in elf_kcore_store_hdr()
|
/linux-2.6.39/scripts/mod/ ! |
D | modpost.c | 403 hdr->e_phoff = TO_NATIVE(hdr->e_phoff); in parse_elf()
|
/linux-2.6.39/arch/mips/kernel/ ! |
D | vpe.c | 965 struct elf_phdr *phdr = (struct elf_phdr *) ((char *)hdr + hdr->e_phoff); in vpe_elfload()
|
/linux-2.6.39/Documentation/lguest/ ! |
D | lguest.c | 399 if (lseek(elf_fd, ehdr->e_phoff, SEEK_SET) < 0) in map_elf()
|
/linux-2.6.39/arch/powerpc/kernel/ ! |
D | prom_init.c | 796 .e_phoff = offsetof(struct fake_elf, phdr),
|