Home
last modified time | relevance | path

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

/arch/mips/tools/
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()
/arch/alpha/boot/tools/
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()
/arch/arm/kernel/
A Delf.c19 if (x->e_entry & 1) { in elf_check_arch()
22 } else if (x->e_entry & 3) in elf_check_arch()
/arch/powerpc/boot/
A Delf.h60 Elf32_Addr e_entry; /* Entry point */ member
77 Elf64_Addr e_entry; /* Entry point virtual address */ member
/arch/parisc/kernel/
A Dkexec_file.c36 image->start = __pa(elf_info.ehdr->e_entry); in elf_load()
/arch/riscv/kernel/
A Dkexec_elf.c104 image->start = ehdr->e_entry - lowest_vaddr + kbuf.mem; in elf_find_pbase()
/arch/s390/kernel/
A Dkexec_elf.c32 entry = ehdr->e_entry; in kexec_file_add_kernel_elf()
/arch/s390/tools/
A Drelocs.c135 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
/arch/mips/boot/
A Delf2ecoff.c174 e->e_entry = swab32(e->e_entry); in convert_elf_hdr()
425 eah.entry = ex.e_entry; in main()
/arch/x86/boot/compressed/
A Dmisc.c331 return ehdr.e_entry - LOAD_PHYSICAL_ADDR; in parse_elf()
/arch/mips/boot/tools/
A Drelocs.c227 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
/arch/x86/tools/
A Drelocs.c363 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
/arch/powerpc/platforms/powernv/
A Dopal-core.c368 elf->e_entry = 0; in create_opalcore()
/arch/powerpc/kernel/
A Dfadump.c939 elf->e_entry = 0; in fadump_init_elfcore_header()

Completed in 21 milliseconds