Home
last modified time | relevance | path

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

/linux/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/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/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/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/fs/omfs/
H A Domfs_fs.h80 struct omfs_extent_entry e_entry[]; /* start of extent entries */ member
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dfw.c50 ehdr->e_entry = le32_to_cpu(p->e_entry); in mm81x_fw_get_header()
179 if (ehdr.e_entry) in mm81x_fw_load_fw()
180 ret = mm81x_fw_set_boot_addr(mors, ehdr.e_entry); in mm81x_fw_load_fw()
H A Dfw.h30 __le32 e_entry; member
/linux/arch/parisc/kernel/
H A Dkexec_file.c36 image->start = __pa(elf_info.ehdr->e_entry); in elf_load()
/linux/arch/loongarch/kernel/
H A Dkexec_elf.c92 image->start = kernel_segment->mem + __pa(ehdr.e_entry) - text_offset; in elf_kexec_load()
/linux/arch/s390/kernel/
H A Dkexec_elf.c32 entry = ehdr->e_entry; in kexec_file_add_kernel_elf()
/linux/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/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/tools/testing/selftests/proc/
H A Dproc-pid-vm.c90 uint64_t e_entry; member
180 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe()
/linux/fs/
H A Dbinfmt_elf_fdpic.c802 if (params->hdr.e_entry) { in elf_fdpic_map_file()
805 if (params->hdr.e_entry >= seg->p_vaddr && in elf_fdpic_map_file()
806 params->hdr.e_entry < seg->p_vaddr + seg->p_memsz) { in elf_fdpic_map_file()
808 (params->hdr.e_entry - seg->p_vaddr) + in elf_fdpic_map_file()
1263 elf->e_entry = 0; in fill_elf_fdpic_header()
/linux/arch/mips/boot/tools/
H A Drelocs.c228 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
/linux/Documentation/filesystems/
H A Domfs.rst102 struct omfs_extent_entry e_entry; /* start of extent entries */
/linux/arch/x86/boot/compressed/
H A Dmisc.c331 return ehdr.e_entry - LOAD_PHYSICAL_ADDR; in parse_elf()
/linux/tools/perf/util/
H A Dgenelf.c223 ehdr->e_entry = GEN_ELF_TEXT_OFFSET; in jit_write_elf()
H A Dsymbol-elf.c2076 ehdr->e_entry = 0;
/linux/sound/pci/mixart/
H A Dmixart_hwdep.c67 __be32 e_entry; member
/linux/scripts/mod/
H A Dmodpost.c463 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()
/linux/tools/testing/radix-tree/
H A Dmaple.c347 void *e_entry, unsigned long e_max, in mas_ce2_over_count() argument
372 if (e_entry && (e_max > mas_end->last)) in mas_ce2_over_count()
382 if (s_entry && e_entry) { in mas_ce2_over_count()
391 } else if (s_entry && !e_entry) { in mas_ce2_over_count()
394 } else if (!s_entry && e_entry) { in mas_ce2_over_count()
588 void *s_entry = NULL, *e_entry = NULL; in check_erase2_testset() local
606 e_entry = mas_range_load(&mas_end, &e_min, &e_max); in check_erase2_testset()
620 e_entry, e_max, set, i, in check_erase2_testset()
649 e_entry, e_max, set, i, in check_erase2_testset()