Home
last modified time | relevance | path

Searched refs:elfhdr (Results 1 – 8 of 8) sorted by relevance

/arch/x86/um/
Delfcore.c12 return vsyscall_ehdr ? (((struct elfhdr *)vsyscall_ehdr)->e_phnum) : 0; in elf_core_extra_phdrs()
18 const struct elfhdr *const ehdrp = in elf_core_write_extra_phdrs()
19 (struct elfhdr *) vsyscall_ehdr; in elf_core_write_extra_phdrs()
45 const struct elfhdr *const ehdrp = in elf_core_write_extra_data()
46 (struct elfhdr *) vsyscall_ehdr; in elf_core_write_extra_data()
66 const struct elfhdr *const ehdrp = in elf_core_extra_data_size()
67 (struct elfhdr *)vsyscall_ehdr; in elf_core_extra_data_size()
/arch/alpha/boot/tools/
Dobjstrip.c31 # define elfhdr elf64_hdr macro
61 struct elfhdr *elf; in main()
149 elf = (struct elfhdr *) buf; in main()
/arch/powerpc/kernel/
Dfadump.c364 size += sizeof(struct elfhdr); /* ELF core header.*/ in get_fadump_area_size()
760 bufp += sizeof(struct elfhdr); in fadump_update_elfcore_header()
954 struct elfhdr *elf; in fadump_init_elfcore_header()
956 elf = (struct elfhdr *) bufp; in fadump_init_elfcore_header()
957 bufp += sizeof(struct elfhdr); in fadump_init_elfcore_header()
968 elf->e_phoff = sizeof(struct elfhdr); in fadump_init_elfcore_header()
975 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()
1065 struct elfhdr *elf; in fadump_create_elfcore_headers()
1069 elf = (struct elfhdr *)bufp; in fadump_create_elfcore_headers()
1070 bufp += sizeof(struct elfhdr); in fadump_create_elfcore_headers()
Dprom_init.c1135 Elf32_Ehdr elfhdr; member
1168 .elfhdr = {
/arch/parisc/kernel/
Dkexec_file.c23 struct elfhdr ehdr; in elf_load()
/arch/ia64/include/asm/
Delf.h208 #define GATE_EHDR ((const struct elfhdr *) GATE_ADDR)
/arch/mips/include/asm/
Delf.h283 struct elfhdr *__h = (hdr); \
311 struct elfhdr *__h = (hdr); \
/arch/powerpc/kexec/
Delf_64.c37 struct elfhdr ehdr; in elf64_load()