Searched refs:e_entry (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/arch/mips/tools/
H A Delf-entry.c67 entry = le32toh(hdr.ehdr32.e_entry);
70 entry = be32toh(hdr.ehdr32.e_entry);
84 entry = le64toh(hdr.ehdr64.e_entry);
87 entry = be64toh(hdr.ehdr64.e_entry);
/linux-master/arch/arm/kernel/
H A Delf.c19 if (x->e_entry & 1) {
22 } else if (x->e_entry & 3)
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c63 unsigned long long e_entry; local
168 e_entry = elf->e_entry;
182 if (elf_phdr->p_vaddr < e_entry) {
183 unsigned long delta = e_entry - elf_phdr->p_vaddr;
/linux-master/arch/powerpc/boot/
H A Delf.h60 Elf32_Addr e_entry; /* Entry point */ member in struct:elf32_hdr
77 Elf64_Addr e_entry; /* Entry point virtual address */ member in struct:elf64_hdr
/linux-master/fs/omfs/
H A Domfs_fs.h80 struct omfs_extent_entry e_entry[]; /* start of extent entries */ member in struct:omfs_extent
H A Dfile.c27 oe->e_entry[0].e_cluster = ~cpu_to_be64(0ULL);
28 oe->e_entry[0].e_blocks = ~cpu_to_be64(0ULL);
71 entry = oe->e_entry;
120 struct omfs_extent_entry *entry = oe->e_entry;
248 entry = oe->e_entry;
/linux-master/kernel/
H A Dkexec_elf.c162 ehdr->e_entry = elf64_to_cpu(ehdr, buf_ehdr->e_entry);
168 ehdr->e_entry = elf32_to_cpu(ehdr, buf_ehdr->e_entry);
H A Dkexec_file.c912 kbuf->image->start = pi->ehdr->e_entry;
942 pi->ehdr->e_entry >= sechdrs[i].sh_addr &&
943 pi->ehdr->e_entry < (sechdrs[i].sh_addr
945 !WARN_ON(kbuf->image->start != pi->ehdr->e_entry)) {
/linux-master/arch/parisc/kernel/
H A Dkexec_file.c36 image->start = __pa(elf_info.ehdr->e_entry);
/linux-master/drivers/remoteproc/
H A Dremoteproc_elf_helpers.h57 ELF_GEN_FIELD_GET_SET(hdr, e_entry, u64)
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c32 entry = ehdr->e_entry;
/linux-master/include/uapi/linux/
H A Delf.h214 Elf32_Addr e_entry; /* Entry point */ member in struct:elf32_hdr
231 Elf64_Addr e_entry; /* Entry point virtual address */ member in struct:elf64_hdr
/linux-master/arch/mips/boot/
H A Delf2ecoff.c174 e->e_entry = swab32(e->e_entry);
425 eah.entry = ex.e_entry;
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c85 uint64_t e_entry; member in struct:elf64_hdr
175 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr);
/linux-master/fs/
H A Dbinfmt_elf.c158 unsigned long e_entry, unsigned long phdr_addr)
251 NEW_AUX_ENT(AT_ENTRY, e_entry);
830 unsigned long e_entry; local
1189 e_entry = elf_ex->e_entry + load_bias;
1210 elf_entry += interp_elf_ex->e_entry;
1225 elf_entry = e_entry;
1243 e_entry, phdr_addr);
1288 * that the e_entry field is the address of the function descriptor
156 create_elf_tables(struct linux_binprm *bprm, const struct elfhdr *exec, unsigned long interp_load_addr, unsigned long e_entry, unsigned long phdr_addr) argument
H A Dbinfmt_elf_fdpic.c789 if (params->hdr.e_entry) {
792 if (params->hdr.e_entry >= seg->p_vaddr &&
793 params->hdr.e_entry < seg->p_vaddr + seg->p_memsz) {
795 (params->hdr.e_entry - seg->p_vaddr) +
1249 elf->e_entry = 0;
/linux-master/arch/s390/tools/
H A Drelocs.c135 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry);
/linux-master/arch/mips/boot/tools/
H A Drelocs.c227 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry);
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c344 return ehdr.e_entry - LOAD_PHYSICAL_ADDR;
/linux-master/sound/pci/mixart/
H A Dmixart_hwdep.c67 __be32 e_entry; member in struct:snd_mixart_elf32_ehdr
/linux-master/tools/perf/util/
H A Dgenelf.c287 ehdr->e_entry = GEN_ELF_TEXT_OFFSET;
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c115 image->start = ehdr->e_entry - lowest_vaddr + kbuf.mem;
/linux-master/arch/x86/tools/
H A Drelocs.c388 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c368 elf->e_entry = 0;
/linux-master/scripts/mod/
H A Dmodpost.c451 hdr->e_entry = TO_NATIVE(hdr->e_entry);

Completed in 314 milliseconds

12