/linux/arch/mips/tools/ |
A D | elf-entry.c | 67 entry = le32toh(hdr.ehdr32.e_entry); in main() 70 entry = be32toh(hdr.ehdr32.e_entry); in main() 84 entry = le64toh(hdr.ehdr64.e_entry); in main() 87 entry = be64toh(hdr.ehdr64.e_entry); in main()
|
/linux/arch/alpha/boot/tools/ |
A D | objstrip.c | 63 unsigned long long e_entry; in main() local 168 e_entry = elf->e_entry; in main() 182 if (elf_phdr->p_vaddr < e_entry) { in main() 183 unsigned long delta = e_entry - elf_phdr->p_vaddr; in main()
|
/linux/fs/omfs/ |
A D | file.c | 27 oe->e_entry.e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 28 oe->e_entry.e_blocks = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 71 entry = &oe->e_entry; in omfs_shrink_inode() 120 struct omfs_extent_entry *entry = &oe->e_entry; in omfs_grow_extent() 248 entry = &oe->e_entry; in omfs_get_block()
|
A D | omfs_fs.h | 80 struct omfs_extent_entry e_entry; /* start of extent entries */ member
|
/linux/arch/arm/kernel/ |
A D | elf.c | 19 if (x->e_entry & 1) { in elf_check_arch() 22 } else if (x->e_entry & 3) in elf_check_arch()
|
/linux/arch/powerpc/boot/ |
A D | elf.h | 60 Elf32_Addr e_entry; /* Entry point */ member 77 Elf64_Addr e_entry; /* Entry point virtual address */ member
|
/linux/kernel/ |
A D | kexec_elf.c | 162 ehdr->e_entry = elf64_to_cpu(ehdr, buf_ehdr->e_entry); in elf_read_ehdr() 168 ehdr->e_entry = elf32_to_cpu(ehdr, buf_ehdr->e_entry); in elf_read_ehdr()
|
A D | kexec_file.c | 925 kbuf->image->start = pi->ehdr->e_entry; in kexec_purgatory_setup_sechdrs() 944 pi->ehdr->e_entry >= sechdrs[i].sh_addr && in kexec_purgatory_setup_sechdrs() 945 pi->ehdr->e_entry < (sechdrs[i].sh_addr in kexec_purgatory_setup_sechdrs()
|
/linux/include/uapi/linux/ |
A D | elf.h | 210 Elf32_Addr e_entry; /* Entry point */ member 227 Elf64_Addr e_entry; /* Entry point virtual address */ member
|
/linux/arch/parisc/kernel/ |
A D | kexec_file.c | 36 image->start = __pa(elf_info.ehdr->e_entry); in elf_load()
|
/linux/tools/testing/selftests/proc/ |
A D | proc-pid-vm.c | 83 uint64_t e_entry; member 173 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
|
/linux/fs/ |
A D | binfmt_elf.c | 174 unsigned long e_entry) in create_elf_tables() argument 267 NEW_AUX_ENT(AT_ENTRY, e_entry); in create_elf_tables() 835 unsigned long e_entry; in load_elf_binary() local 1206 e_entry = elf_ex->e_entry + load_bias; in load_elf_binary() 1238 elf_entry += interp_elf_ex->e_entry; in load_elf_binary() 1253 elf_entry = e_entry; in load_elf_binary() 1271 load_addr, interp_load_addr, e_entry); in load_elf_binary()
|
A D | binfmt_elf_fdpic.c | 793 if (params->hdr.e_entry) { in elf_fdpic_map_file() 796 if (params->hdr.e_entry >= seg->p_vaddr && in elf_fdpic_map_file() 797 params->hdr.e_entry < seg->p_vaddr + seg->p_memsz) { in elf_fdpic_map_file() 799 (params->hdr.e_entry - seg->p_vaddr) + in elf_fdpic_map_file() 1249 elf->e_entry = 0; in fill_elf_fdpic_header()
|
/linux/arch/mips/boot/ |
A D | elf2ecoff.c | 174 e->e_entry = swab32(e->e_entry); in convert_elf_hdr() 425 eah.entry = ex.e_entry; in main()
|
/linux/arch/s390/kernel/ |
A D | kexec_elf.c | 32 entry = ehdr->e_entry; in kexec_file_add_kernel_elf()
|
/linux/drivers/remoteproc/ |
A D | remoteproc_elf_helpers.h | 57 ELF_GEN_FIELD_GET_SET(hdr, e_entry, u64) in ELF_GEN_FIELD_GET_SET() argument
|
/linux/arch/mips/boot/tools/ |
A D | relocs.c | 227 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
|
/linux/Documentation/filesystems/ |
A D | omfs.rst | 102 struct omfs_extent_entry e_entry; /* start of extent entries */
|
/linux/tools/perf/util/ |
A D | genelf.c | 280 ehdr->e_entry = GEN_ELF_TEXT_OFFSET; in jit_write_elf()
|
A D | symbol-elf.c | 1559 ehdr->e_entry = 0; in kcore__copy_hdr()
|
/linux/arch/x86/tools/ |
A D | relocs.c | 387 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
|
/linux/sound/pci/mixart/ |
A D | mixart_hwdep.c | 67 __be32 e_entry; member
|
/linux/arch/powerpc/platforms/powernv/ |
A D | opal-core.c | 366 elf->e_entry = 0; in create_opalcore()
|
/linux/scripts/mod/ |
A D | modpost.c | 510 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()
|
/linux/arch/powerpc/kernel/ |
A D | fadump.c | 962 elf->e_entry = 0; in fadump_init_elfcore_header()
|