Searched refs:e_phnum (Results 1 - 13 of 13) sorted by relevance

/fuchsia/zircon/system/ulib/launchpad/
H A Delf.c29 size_t phdrs_size = (size_t)header.e_phnum * sizeof(elf_phdr_t);
33 status = elf_load_read_phdrs(vmo, info->phdrs, phoff, header.e_phnum);
48 if (elf_load_find_interp(info->phdrs, info->header.e_phnum,
73 for (uint_fast16_t i = 0; i < info->header.e_phnum; ++i) {
/fuchsia/zircon/system/ulib/elfload/
H A Delf-load.c60 ehdr.e_phnum == PN_XNUM ||
70 header->e_phnum = ehdr.e_phnum;
100 for (uint_fast16_t i = 0; i < header->e_phnum; ++i) {
102 uint_fast16_t j = header->e_phnum;
270 for (uint_fast16_t i = 0; status == ZX_OK && i < header->e_phnum; ++i) {
/fuchsia/zircon/system/core/userboot/
H A Duserboot-elf.c34 elf_phdr_t phdrs[header.e_phnum];
35 status = elf_load_read_phdrs(vmo, phdrs, phoff, header.e_phnum);
39 elf_load_find_interp(phdrs, header.e_phnum, interp_off, interp_len))
43 for (size_t i = 0; i < header.e_phnum; ++i) {
/fuchsia/zircon/system/ulib/elfload/include/elfload/
H A Delfload.h33 uint_fast16_t e_phnum; member in struct:__anon1020
/fuchsia/zircon/system/utest/vdso/
H A Dvdso.cpp50 fbl::Array<elf_phdr_t> phdrs(new elf_phdr_t[header.e_phnum],
51 header.e_phnum);
53 header.e_phnum);
/fuchsia/zircon/system/ulib/inspector/
H A Dutils.cpp95 #define ehdr_off_phnum offsetof(Elf32_Ehdr, e_phnum)
111 #define ehdr_off_phnum offsetof(Elf64_Ehdr, e_phnum)
/fuchsia/zircon/system/ulib/mini-process/
H A Dmini-process.c115 elf_phdr_t phdrs[header.e_phnum];
117 header.e_phnum);
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGfind_unwind_table.c70 for (i = 0; i < ehdr->e_phnum; ++i)
292 size_t phdr_size = ehdr->e_phnum * ehdr->e_phentsize;
304 for (i = 0; i < ehdr->e_phnum; ++i)
/fuchsia/zircon/system/ulib/driver-info/
H A Ddriver-info.c70 size_t sz = sizeof(elfphdr) * eh.e_phnum;
79 for (int i = 0; i < eh.e_phnum; i++) {
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Delfxx.c171 for (i = 0; i < ehdr->e_phnum; ++i)
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c886 phsize = eh->e_phentsize * eh->e_phnum;
899 for (i = eh->e_phnum; i; i--, ph = (void*)((char*)ph + eh->e_phentsize)) {
973 for (ph = ph0, i = eh->e_phnum; i; i--, ph = (void*)((char*)ph + eh->e_phentsize)) {
981 dso->phnum = eh->e_phnum;
1699 ldso.phnum = ehdr->e_phnum;
1715 vdso.phnum = ehdr->e_phnum;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Delf.h47 Elf32_Half e_phnum; member in struct:__anon1653
64 Elf64_Half e_phnum; member in struct:__anon1654
/fuchsia/zircon/third_party/ulib/backtrace/
H A Delf.c167 b_elf_half e_phnum; /* Program header table entry count */ member in struct:__anon1532

Completed in 173 milliseconds