Home
last modified time | relevance | path

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

/arch/mips/tools/
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/
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/
Delf.c19 if (x->e_entry & 1) { in elf_check_arch()
22 } else if (x->e_entry & 3) in elf_check_arch()
/arch/unicore32/kernel/
Delf.c22 if (x->e_entry & 3) in elf_check_arch()
/arch/powerpc/boot/
Delf.h60 Elf32_Addr e_entry; /* Entry point */ member
77 Elf64_Addr e_entry; /* Entry point virtual address */ member
/arch/parisc/kernel/
Dkexec_file.c36 image->start = __pa(elf_info.ehdr->e_entry); in elf_load()
/arch/s390/kernel/
Dkexec_elf.c32 entry = ehdr->e_entry; in kexec_file_add_kernel_elf()
/arch/mips/boot/
Delf2ecoff.c174 e->e_entry = swab32(e->e_entry); in convert_elf_hdr()
425 eah.entry = ex.e_entry; in main()
/arch/mips/boot/tools/
Drelocs.c227 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
/arch/x86/tools/
Drelocs.c361 ehdr.e_entry = elf_addr_to_cpu(ehdr.e_entry); in read_ehdr()
/arch/powerpc/platforms/powernv/
Dopal-core.c365 elf->e_entry = 0; in create_opalcore()
/arch/powerpc/kernel/
Dfadump.c941 elf->e_entry = 0; in fadump_init_elfcore_header()