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

123

/freebsd-11-stable/stand/i386/libi386/
H A Delf64_freebsd.c110 entry_lo = ehdr->e_entry & 0xffffffff;
111 entry_hi = (ehdr->e_entry >> 32) & 0xffffffff;
113 printf("Start @ %#llx ...\n", ehdr->e_entry);
H A Delf32_freebsd.c68 entry = ehdr->e_entry & 0xffffff;
/freebsd-11-stable/stand/powerpc/ofw/
H A Dppc64_elf_freebsd.c83 entry = e->e_entry;
85 entry = *(uint64_t *)(intptr_t)e->e_entry;
H A Delf_freebsd.c82 entry = e->e_entry;
87 printf("Kernel entry at 0x%lx ...\n", e->e_entry);
/freebsd-11-stable/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c83 entry = (void (*)(void*))(intptr_t)e->e_entry;
85 entry = *(void (*)(void*))(uint64_t *)(intptr_t)e->e_entry;
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dexternal.h45 unsigned char e_entry[4]; /* Entry point virtual address */ member in struct:__anon501
62 unsigned char e_entry[8]; /* Entry point virtual address */ member in struct:__anon502
H A Dinternal.h46 bfd_vma e_entry; /* Entry point virtual address */ member in struct:elf_internal_ehdr
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_ehdr.c72 d->e_entry = eh32->e_entry;
155 LIBELF_COPY_U32(eh32, s, e_entry);
/freebsd-11-stable/stand/powerpc/kboot/
H A Dppc64_elf_freebsd.c118 entry = e->e_entry;
120 archsw.arch_copyout(e->e_entry + elf64_relocation_offset,
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h72 unsigned char e_entry[4]; /* Runtime start address */ member in struct:external_exec
/freebsd-11-stable/stand/uboot/lib/
H A Delf_freebsd.c87 entry = (void *)e->e_entry;
/freebsd-11-stable/stand/efi/loader/arch/arm/
H A Dexec.c82 entry = efi_translate(e->e_entry);
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Delf32_freebsd.c84 entry = ehdr->e_entry & 0xffffff;
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dascii.c53 static void ihex_write_05(int ofd, uint64_t e_entry);
67 static void srec_write_Se(int ofd, uint64_t e_entry, int forceS3);
194 srec_write_Se(ofd, eh.e_entry, ecp->flags & SREC_FORCE_S3);
235 oeh.e_entry = 0;
371 oeh.e_entry = entry;
464 ihex_write_05(ofd, eh.e_entry);
504 oeh.e_entry = 0;
595 oeh.e_entry = entry;
820 srec_write_Se(int ofd, uint64_t e_entry, int forceS3) argument
824 if (e_entry >
969 ihex_write_05(int ofd, uint64_t e_entry) argument
[all...]
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c186 printf("Start @ 0x%lx ...\n", ehdr->e_entry);
198 ehdr->e_entry);
/freebsd-11-stable/stand/userboot/userboot/
H A Delf64_freebsd.c142 printf("Start @ %#"PRIx64" ...\n", ehdr->e_entry);
165 CALLBACK(exec, ehdr->e_entry);
H A Delf32_freebsd.c73 entry = ehdr->e_entry & 0xffffff;
/freebsd-11-stable/stand/mips/beri/loader/
H A Dexec.c94 entry = (void *)ehdr->e_entry;
/freebsd-11-stable/stand/efi/loader/arch/arm64/
H A Dexec.c114 entry = efi_translate(ehdr->e_entry);
/freebsd-11-stable/stand/common/
H A Dload_elf.c138 CONVERT_FIELD(b, e_entry, e); \
322 dest = (ehdr->e_entry & ~PAGE_MASK);
324 if ((ehdr->e_entry & ~PAGE_MASK) == 0) {
388 (uintmax_t)ehdr->e_entry);
478 ehdr->e_entry += off;
480 printf("Converted entry 0x%08x\n", ehdr->e_entry);
503 off -= ehdr->e_entry & ~PAGE_MASK;
504 ehdr->e_entry += off;
506 printf("ehdr->e_entry 0x%08x, va<->pa off %llx\n",
507 ehdr->e_entry, of
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcore.h230 bfd_get_start_address (abfd) = i_ehdrp->e_entry;
/freebsd-11-stable/sys/mips/mips/
H A Delf_trampoline.c128 entry_point = mkptr(eh->e_entry);
/freebsd-11-stable/sys/sys/
H A Delf64.h69 Elf64_Addr e_entry; /* Entry point. */ member in struct:__anon8483
H A Delf32.h60 Elf32_Addr e_entry; /* Entry point. */ member in struct:__anon8465
/freebsd-11-stable/usr.bin/elf2aout/
H A Delf2aout.c128 entry = xe64toh(e->e_entry);

Completed in 270 milliseconds

123