| /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/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/omfs/ |
| H A D | omfs_fs.h | 80 struct omfs_extent_entry e_entry[]; /* start of extent entries */ member
|
| /linux/drivers/net/wireless/morsemicro/mm81x/ |
| H A D | fw.c | 50 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 D | fw.h | 30 __le32 e_entry; member
|
| /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/arch/s390/kernel/ |
| H A D | kexec_elf.c | 32 entry = ehdr->e_entry; in kexec_file_add_kernel_elf()
|
| /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/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/fs/ |
| H A D | binfmt_elf_fdpic.c | 802 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 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()
|
| H A D | symbol-elf.c | 2076 ehdr->e_entry = 0;
|
| /linux/sound/pci/mixart/ |
| H A D | mixart_hwdep.c | 67 __be32 e_entry; member
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 463 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 347 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()
|