Searched refs:e_phoff (Results 1 – 15 of 15) sorted by relevance
/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()
|
/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
|
D | addRamDisk.c | 35 if ((elf64->e_phoff + sizeof(Elf64_Phdr)) > size) in check_elf64() 39 (unsigned long)elf64->e_phoff); in check_elf64()
|
/arch/um/sys-i386/asm/ |
D | elf.h | 135 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); \ 154 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); \
|
/arch/ia64/include/asm/ |
D | elf.h | 234 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); \ 258 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); \
|
/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()
|
/arch/alpha/boot/tools/ |
D | objstrip.c | 166 lseek(fd, elf->e_phoff, SEEK_SET); in main()
|
/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 152 phdr_start = spu_elf_start + ehdr.e_phoff; in create_vma_map()
|
/arch/x86/boot/compressed/ |
D | misc.c | 367 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum); in parse_elf()
|
D | relocs.c | 215 ehdr.e_phoff = elf32_to_cpu(ehdr.e_phoff); in read_ehdr()
|
/arch/x86/vdso/ |
D | vdso32-setup.c | 172 phdr = (void *)ehdr + ehdr->e_phoff; in relocate_vdso()
|
/arch/mips/kernel/ |
D | vpe.c | 953 struct elf_phdr *phdr = (struct elf_phdr *) ((char *)hdr + hdr->e_phoff); in vpe_elfload()
|
/arch/powerpc/kernel/ |
D | prom_init.c | 681 .e_phoff = offsetof(struct fake_elf, phdr),
|
/arch/ia64/kernel/ |
D | unwind.c | 2178 Elf64_Phdr *punw = NULL, *phdr = (Elf64_Phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in create_gate_table()
|