| /linux/arch/mips/tools/ |
| H 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/ |
| H 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/ |
| H A D | file.c | 27 oe->e_entry[0].e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 28 oe->e_entry[0].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()
|
| H A D | omfs_fs.h | 80 struct omfs_extent_entry e_entry[]; /* start of extent entries */ member
|
| /linux/arch/arm/kernel/ |
| H 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/ |
| H A D | elf.h | 60 Elf32_Addr e_entry; /* Entry point */ member 77 Elf64_Addr e_entry; /* Entry point virtual address */ member
|
| /linux/fs/ |
| H A D | binfmt_elf.c | 167 unsigned long e_entry, unsigned long phdr_addr) in create_elf_tables() argument 260 NEW_AUX_ENT(AT_ENTRY, e_entry); in create_elf_tables() 845 unsigned long e_entry; in load_elf_binary() local 1246 e_entry = elf_ex->e_entry + load_bias; in load_elf_binary() 1265 elf_entry += interp_elf_ex->e_entry; in load_elf_binary() 1280 elf_entry = e_entry; in load_elf_binary() 1298 e_entry, phdr_addr); in load_elf_binary()
|
| H A D | binfmt_elf_fdpic.c | 791 if (params->hdr.e_entry) { in elf_fdpic_map_file() 794 if (params->hdr.e_entry >= seg->p_vaddr && in elf_fdpic_map_file() 795 params->hdr.e_entry < seg->p_vaddr + seg->p_memsz) { in elf_fdpic_map_file() 797 (params->hdr.e_entry - seg->p_vaddr) + in elf_fdpic_map_file() 1252 elf->e_entry = 0; in fill_elf_fdpic_header()
|
| /linux/arch/parisc/kernel/ |
| H A D | kexec_file.c | 36 image->start = __pa(elf_info.ehdr->e_entry); in elf_load()
|
| /linux/arch/loongarch/kernel/ |
| H A D | kexec_elf.c | 92 image->start = kernel_segment->mem + __pa(ehdr.e_entry) - text_offset; in elf_kexec_load()
|
| /linux/kernel/ |
| H A D | kexec_file.c | 1036 kbuf->image->start = pi->ehdr->e_entry; in kexec_apply_relocations() 1079 pi->ehdr->e_entry >= sechdrs[i].sh_addr && in kexec_apply_relocations() 1080 pi->ehdr->e_entry < (sechdrs[i].sh_addr in kexec_apply_relocations() 1082 kbuf->image->start == pi->ehdr->e_entry) { in kexec_apply_relocations()
|
| /linux/arch/mips/boot/ |
| H 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/riscv/kernel/ |
| H A D | kexec_elf.c | 104 image->start = ehdr->e_entry - lowest_vaddr + kbuf.mem; in elf_find_pbase()
|
| /linux/arch/s390/kernel/ |
| H A D | kexec_elf.c | 32 entry = ehdr->e_entry; in kexec_file_add_kernel_elf()
|
| /linux/arch/s390/tools/ |
| H A D | relocs.c | 135 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
|
| /linux/drivers/remoteproc/ |
| H A D | remoteproc_elf_helpers.h | 57 ELF_GEN_FIELD_GET_SET(hdr, e_entry, u64) in ELF_GEN_FIELD_GET_SET() argument
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-pid-vm.c | 90 uint64_t e_entry; member 180 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
|
| /linux/arch/mips/boot/tools/ |
| H A D | relocs.c | 228 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
|
| /linux/Documentation/filesystems/ |
| H A D | omfs.rst | 102 struct omfs_extent_entry e_entry; /* start of extent entries */
|
| /linux/arch/x86/boot/compressed/ |
| H A D | misc.c | 331 return ehdr.e_entry - LOAD_PHYSICAL_ADDR; in parse_elf()
|
| /linux/tools/perf/util/ |
| H A D | genelf.c | 223 ehdr->e_entry = GEN_ELF_TEXT_OFFSET; in jit_write_elf()
|
| /linux/arch/x86/tools/ |
| H A D | relocs.c | 363 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
|
| /linux/sound/pci/mixart/ |
| H A D | mixart_hwdep.c | 67 __be32 e_entry; member
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-core.c | 368 elf->e_entry = 0; in create_opalcore()
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 453 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()
|