Searched refs:e_entry (Results 1 - 21 of 21) sorted by relevance

/linux-4.4.14/arch/ia64/hp/sim/boot/
H A Dbootloader.c36 extern void jmp_to_kernel (unsigned long bp, unsigned long e_entry);
65 unsigned long e_entry, e_phoff, e_phnum; start_bootloader() local
127 e_entry = elf->e_entry; start_bootloader()
170 jmp_to_kernel((unsigned long) bp, e_entry); start_bootloader()
/linux-4.4.14/arch/unicore32/kernel/
H A Delf.c25 if (x->e_entry & 3) elf_check_arch()
/linux-4.4.14/arch/arm/kernel/
H A Delf.c17 if (x->e_entry & 1) { elf_check_arch()
20 } else if (x->e_entry & 3) elf_check_arch()
/linux-4.4.14/arch/alpha/boot/tools/
H A Dobjstrip.c62 unsigned long long e_entry; main() local
167 e_entry = elf->e_entry; main()
181 if (elf_phdr->p_vaddr < e_entry) { main()
182 unsigned long delta = e_entry - elf_phdr->p_vaddr; main()
/linux-4.4.14/fs/omfs/
H A Dfile.c27 oe->e_entry.e_cluster = ~cpu_to_be64(0ULL); omfs_make_empty_table()
28 oe->e_entry.e_blocks = ~cpu_to_be64(0ULL); omfs_make_empty_table()
71 entry = &oe->e_entry; omfs_shrink_inode()
120 struct omfs_extent_entry *entry = &oe->e_entry; omfs_grow_extent()
248 entry = &oe->e_entry; omfs_get_block()
H A Domfs_fs.h79 struct omfs_extent_entry e_entry; /* start of extent entries */ member in struct:omfs_extent
/linux-4.4.14/arch/powerpc/boot/
H A Delf.h59 Elf32_Addr e_entry; /* Entry point */ member in struct:elf32_hdr
76 Elf64_Addr e_entry; /* Entry point virtual address */ member in struct:elf64_hdr
/linux-4.4.14/include/uapi/linux/
H A Delf.h208 Elf32_Addr e_entry; /* Entry point */ member in struct:elf32_hdr
225 Elf64_Addr e_entry; /* Entry point virtual address */ member in struct:elf64_hdr
/linux-4.4.14/arch/mips/boot/
H A Delf2ecoff.c172 e->e_entry = swab32(e->e_entry); convert_elf_hdr()
423 eah.entry = ex.e_entry; main()
/linux-4.4.14/fs/
H A Dbinfmt_elf_fdpic.c812 if (params->hdr.e_entry) { elf_fdpic_map_file()
815 if (params->hdr.e_entry >= seg->p_vaddr && elf_fdpic_map_file()
816 params->hdr.e_entry < seg->p_vaddr + seg->p_memsz) { elf_fdpic_map_file()
818 (params->hdr.e_entry - seg->p_vaddr) + elf_fdpic_map_file()
1326 elf->e_entry = 0; fill_elf_fdpic_header()
H A Dbinfmt_elf.c243 NEW_AUX_ENT(AT_ENTRY, exec->e_entry); create_elf_tables()
977 loc->elf_ex.e_entry += load_bias; load_elf_binary()
1011 elf_entry += loc->interp_elf_ex.e_entry; load_elf_binary()
1024 elf_entry = loc->elf_ex.e_entry; load_elf_binary()
1076 * that the e_entry field is the address of the function descriptor load_elf_binary()
/linux-4.4.14/drivers/remoteproc/
H A Dremoteproc_elf_loader.c118 return ehdr->e_entry; rproc_elf_get_boot_addr()
/linux-4.4.14/kernel/
H A Dkexec_file.c719 entry = pi->ehdr->e_entry; __kexec_load_purgatory()
728 if (sechdrs[i].sh_addr <= pi->ehdr->e_entry && __kexec_load_purgatory()
730 pi->ehdr->e_entry)) { __kexec_load_purgatory()
/linux-4.4.14/fs/proc/
H A Dkcore.c342 elf->e_entry = 0; elf_kcore_store_hdr()
/linux-4.4.14/sound/pci/mixart/
H A Dmixart_hwdep.c79 u32 e_entry; member in struct:snd_mixart_elf32_ehdr
/linux-4.4.14/arch/x86/tools/
H A Drelocs.c355 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); read_ehdr()
/linux-4.4.14/scripts/mod/
H A Dmodpost.c442 hdr->e_entry = TO_NATIVE(hdr->e_entry); parse_elf()
/linux-4.4.14/arch/powerpc/kernel/
H A Dfadump.c778 elf->e_entry = 0; fadump_init_elfcore_header()
H A Dprocess.c1291 /* Check whether the e_entry function descriptor entries start_thread()
/linux-4.4.14/tools/perf/util/
H A Dsymbol-elf.c1317 ehdr->e_entry = 0; kcore__copy_hdr()
/linux-4.4.14/tools/lguest/
H A Dlguest.c475 return ehdr->e_entry; map_elf()

Completed in 1156 milliseconds