Searched refs:e_phoff (Results 1 – 20 of 20) sorted by relevance
/arch/x86/um/ |
D | elfcore.c | 21 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); in elf_core_write_extra_phdrs() 48 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); in elf_core_write_extra_data() 69 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff); in elf_core_extra_data_size()
|
/arch/ia64/kernel/ |
D | elfcore.c | 18 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in elf_core_write_extra_phdrs() 47 (const struct elf_phdr *) (GATE_ADDR + GATE_EHDR->e_phoff); in elf_core_write_extra_data() 66 (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()
|
/arch/s390/kernel/ |
D | kexec_elf.c | 34 phdr = (void *)ehdr + ehdr->e_phoff; in kexec_file_add_kernel_elf() 87 size = ehdr->e_ehsize + ehdr->e_phoff; in s390_elf_load() 92 phdr = (void *)ehdr + ehdr->e_phoff; in s390_elf_load()
|
D | crash_dump.c | 523 ehdr->e_phoff = sizeof(Elf64_Ehdr); in ehdr_init()
|
/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 | 61 Elf32_Off e_phoff; member 78 Elf64_Off e_phoff; /* Program header table file offset */ member
|
/arch/sparc/vdso/ |
D | vdso2c.h | 25 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_BE(&hdr->e_phoff)); in BITSFUNC()
|
/arch/mips/boot/ |
D | elf2ecoff.c | 175 e->e_phoff = swab32(e->e_phoff); in convert_elf_hdr() 329 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, in main()
|
/arch/alpha/boot/tools/ |
D | objstrip.c | 170 lseek(fd, elf->e_phoff, SEEK_SET); in main()
|
/arch/x86/entry/vdso/ |
D | vdso2c.h | 24 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_LE(&hdr->e_phoff)); in BITSFUNC()
|
/arch/powerpc/oprofile/cell/ |
D | vma_map.c | 149 phdr_start = spu_elf_start + ehdr.e_phoff; in create_vma_map()
|
/arch/parisc/boot/compressed/ |
D | misc.c | 262 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum); in parse_elf()
|
/arch/x86/boot/compressed/ |
D | misc.c | 297 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum); in parse_elf()
|
/arch/mips/boot/tools/ |
D | relocs.c | 228 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff); in read_ehdr()
|
/arch/x86/tools/ |
D | relocs.c | 362 ehdr.e_phoff = elf_off_to_cpu(ehdr.e_phoff); in read_ehdr()
|
/arch/powerpc/platforms/powernv/ |
D | opal-core.c | 366 elf->e_phoff = cpu_to_be64(sizeof(Elf64_Ehdr)); in create_opalcore()
|
/arch/mips/kernel/ |
D | vpe.c | 699 ((char *)hdr + hdr->e_phoff); in vpe_elfload()
|
/arch/powerpc/kernel/ |
D | fadump.c | 942 elf->e_phoff = sizeof(struct elfhdr); in fadump_init_elfcore_header()
|
D | prom_init.c | 1116 .e_phoff = offsetof(struct fake_elf, phdr),
|