Home
last modified time | relevance | path

Searched refs:e_entry (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.15/arch/mips/tools/
H A Delf-entry.c67 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-6.15/arch/alpha/boot/tools/
H A Dobjstrip.c63 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-6.15/fs/omfs/
H A Dfile.c27 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 Domfs_fs.h80 struct omfs_extent_entry e_entry[]; /* start of extent entries */ member
/linux-6.15/arch/arm/kernel/
H A Delf.c19 if (x->e_entry & 1) { in elf_check_arch()
22 } else if (x->e_entry & 3) in elf_check_arch()
/linux-6.15/arch/powerpc/boot/
H A Delf.h60 Elf32_Addr e_entry; /* Entry point */ member
77 Elf64_Addr e_entry; /* Entry point virtual address */ member
/linux-6.15/kernel/
H A Dkexec_elf.c162 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()
H A Dkexec_file.c929 kbuf->image->start = pi->ehdr->e_entry; in kexec_purgatory_setup_sechdrs()
959 pi->ehdr->e_entry >= sechdrs[i].sh_addr && in kexec_purgatory_setup_sechdrs()
960 pi->ehdr->e_entry < (sechdrs[i].sh_addr in kexec_purgatory_setup_sechdrs()
962 !WARN_ON(kbuf->image->start != pi->ehdr->e_entry)) { in kexec_purgatory_setup_sechdrs()
/linux-6.15/arch/parisc/kernel/
H A Dkexec_file.c36 image->start = __pa(elf_info.ehdr->e_entry); in elf_load()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h222 Elf32_Addr e_entry; /* Entry point */ member
239 Elf64_Addr e_entry; /* Entry point virtual address */ member
/linux-6.15/include/uapi/linux/
H A Delf.h222 Elf32_Addr e_entry; /* Entry point */ member
239 Elf64_Addr e_entry; /* Entry point virtual address */ member
/linux-6.15/fs/
H A Dbinfmt_elf.c158 unsigned long e_entry, unsigned long phdr_addr) in create_elf_tables() argument
251 NEW_AUX_ENT(AT_ENTRY, e_entry); in create_elf_tables()
836 unsigned long e_entry; in load_elf_binary() local
1237 e_entry = elf_ex->e_entry + load_bias; in load_elf_binary()
1256 elf_entry += interp_elf_ex->e_entry; in load_elf_binary()
1271 elf_entry = e_entry; in load_elf_binary()
1289 e_entry, phdr_addr); in load_elf_binary()
H A Dbinfmt_elf_fdpic.c791 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-6.15/arch/s390/kernel/
H A Dkexec_elf.c32 entry = ehdr->e_entry; in kexec_file_add_kernel_elf()
/linux-6.15/arch/mips/boot/
H A Delf2ecoff.c174 e->e_entry = swab32(e->e_entry); in convert_elf_hdr()
425 eah.entry = ex.e_entry; in main()
/linux-6.15/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h57 ELF_GEN_FIELD_GET_SET(hdr, e_entry, u64) in ELF_GEN_FIELD_GET_SET() argument
/linux-6.15/arch/s390/tools/
H A Drelocs.c135 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
/linux-6.15/tools/testing/selftests/proc/
H A Dproc-pid-vm.c86 uint64_t e_entry; member
176 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
/linux-6.15/arch/mips/boot/tools/
H A Drelocs.c227 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
/linux-6.15/Documentation/filesystems/
H A Domfs.rst102 struct omfs_extent_entry e_entry; /* start of extent entries */
/linux-6.15/arch/x86/boot/compressed/
H A Dmisc.c332 return ehdr.e_entry - LOAD_PHYSICAL_ADDR; in parse_elf()
/linux-6.15/tools/perf/util/
H A Dgenelf.c282 ehdr->e_entry = GEN_ELF_TEXT_OFFSET; in jit_write_elf()
/linux-6.15/arch/x86/tools/
H A Drelocs.c363 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
/linux-6.15/sound/pci/mixart/
H A Dmixart_hwdep.c67 __be32 e_entry; member
/linux-6.15/arch/riscv/kernel/
H A Delf_kexec.c116 image->start = ehdr->e_entry - lowest_vaddr + kbuf.mem; in elf_find_pbase()

12