/linux-6.12.1/arch/mips/tools/ |
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-6.12.1/arch/alpha/boot/tools/ |
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-6.12.1/fs/omfs/ |
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()
|
D | omfs_fs.h | 80 struct omfs_extent_entry e_entry[]; /* start of extent entries */ member
|
/linux-6.12.1/arch/arm/kernel/ |
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-6.12.1/arch/powerpc/boot/ |
D | elf.h | 60 Elf32_Addr e_entry; /* Entry point */ member 77 Elf64_Addr e_entry; /* Entry point virtual address */ member
|
/linux-6.12.1/kernel/ |
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()
|
D | kexec_file.c | 917 kbuf->image->start = pi->ehdr->e_entry; in kexec_purgatory_setup_sechdrs() 947 pi->ehdr->e_entry >= sechdrs[i].sh_addr && in kexec_purgatory_setup_sechdrs() 948 pi->ehdr->e_entry < (sechdrs[i].sh_addr in kexec_purgatory_setup_sechdrs() 950 !WARN_ON(kbuf->image->start != pi->ehdr->e_entry)) { in kexec_purgatory_setup_sechdrs()
|
/linux-6.12.1/include/uapi/linux/ |
D | elf.h | 214 Elf32_Addr e_entry; /* Entry point */ member 231 Elf64_Addr e_entry; /* Entry point virtual address */ member
|
/linux-6.12.1/arch/parisc/kernel/ |
D | kexec_file.c | 36 image->start = __pa(elf_info.ehdr->e_entry); in elf_load()
|
/linux-6.12.1/fs/ |
D | binfmt_elf.c | 158 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() 830 unsigned long e_entry; in load_elf_binary() local 1224 e_entry = elf_ex->e_entry + load_bias; in load_elf_binary() 1245 elf_entry += interp_elf_ex->e_entry; in load_elf_binary() 1259 elf_entry = e_entry; in load_elf_binary() 1277 e_entry, phdr_addr); in load_elf_binary()
|
D | binfmt_elf_fdpic.c | 782 if (params->hdr.e_entry) { in elf_fdpic_map_file() 785 if (params->hdr.e_entry >= seg->p_vaddr && in elf_fdpic_map_file() 786 params->hdr.e_entry < seg->p_vaddr + seg->p_memsz) { in elf_fdpic_map_file() 788 (params->hdr.e_entry - seg->p_vaddr) + in elf_fdpic_map_file() 1242 elf->e_entry = 0; in fill_elf_fdpic_header()
|
/linux-6.12.1/arch/s390/kernel/ |
D | kexec_elf.c | 32 entry = ehdr->e_entry; in kexec_file_add_kernel_elf()
|
/linux-6.12.1/arch/mips/boot/ |
D | elf2ecoff.c | 174 e->e_entry = swab32(e->e_entry); in convert_elf_hdr() 425 eah.entry = ex.e_entry; in main()
|
/linux-6.12.1/arch/s390/tools/ |
D | relocs.c | 135 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
|
/linux-6.12.1/drivers/remoteproc/ |
D | remoteproc_elf_helpers.h | 57 ELF_GEN_FIELD_GET_SET(hdr, e_entry, u64) in ELF_GEN_FIELD_GET_SET() argument
|
/linux-6.12.1/tools/testing/selftests/proc/ |
D | proc-pid-vm.c | 86 uint64_t e_entry; member 176 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
|
/linux-6.12.1/arch/mips/boot/tools/ |
D | relocs.c | 227 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
|
/linux-6.12.1/arch/x86/boot/compressed/ |
D | misc.c | 344 return ehdr.e_entry - LOAD_PHYSICAL_ADDR; in parse_elf()
|
/linux-6.12.1/Documentation/filesystems/ |
D | omfs.rst | 102 struct omfs_extent_entry e_entry; /* start of extent entries */
|
/linux-6.12.1/tools/perf/util/ |
D | genelf.c | 282 ehdr->e_entry = GEN_ELF_TEXT_OFFSET; in jit_write_elf()
|
/linux-6.12.1/arch/x86/tools/ |
D | relocs.c | 388 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
|
/linux-6.12.1/arch/riscv/kernel/ |
D | elf_kexec.c | 116 image->start = ehdr->e_entry - lowest_vaddr + kbuf.mem; in elf_find_pbase()
|
/linux-6.12.1/sound/pci/mixart/ |
D | mixart_hwdep.c | 67 __be32 e_entry; member
|
/linux-6.12.1/arch/powerpc/platforms/powernv/ |
D | opal-core.c | 368 elf->e_entry = 0; in create_opalcore()
|