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

/fuchsia/zircon/system/ulib/elfload/include/elfload/
H A Delfload.h32 zx_vaddr_t e_entry; member in struct:__anon1020
/fuchsia/zircon/system/utest/launchpad/
H A Dlaunchpad.c73 (void*) entry, (void*) base, (void*) header.e_entry);
74 ASSERT_EQ(entry, base + header.e_entry, "bad value for base or entry");
/fuchsia/zircon/system/ulib/elfload/
H A Delf-load.c71 header->e_entry = ehdr.e_entry;
284 *entry = header->e_entry != 0 ? header->e_entry + bias : 0;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h41 Elf32_Addr e_entry; member in struct:__anon1653
58 Elf64_Addr e_entry; member in struct:__anon1654
/fuchsia/zircon/third_party/ulib/backtrace/
H A Delf.c161 b_elf_addr e_entry; /* Entry point virtual address */ member in struct:__anon1532
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1940 return laddr(&app, ehdr->e_entry);

Completed in 111 milliseconds