Searched refs:phnum (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/elfload/include/elfload/
H A Delfload.h49 uintptr_t phoff, size_t phnum);
61 bool elf_load_find_interp(const elf_phdr_t* phdrs, size_t phnum,
/fuchsia/zircon/system/ulib/elfload/
H A Delf-load.c77 uintptr_t phoff, size_t phnum) {
78 size_t phdrs_size = (size_t)phnum * sizeof(elf_phdr_t);
289 bool elf_load_find_interp(const elf_phdr_t phdrs[], size_t phnum, argument
291 for (size_t i = 0; i < phnum; ++i) {
76 elf_load_read_phdrs(zx_handle_t vmo, elf_phdr_t phdrs[], uintptr_t phoff, size_t phnum) argument
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c71 unsigned int phnum; member in struct:dso
815 for (unsigned int i = 0; i < dso->phnum; ++i) {
972 dso->phnum = 0;
981 dso->phnum = eh->e_phnum;
1174 for (cnt = p->phnum; cnt--; ph = (void*)((char*)ph + p->phentsize)) {
1182 for (cnt2 = p->phnum; cnt2--; ph2 = (void*)((char*)ph2 + p->phentsize)) {
1499 for (cnt = p->phnum; cnt--; ph = (void*)((char*)ph + p->phentsize)) {
1699 ldso.phnum = ehdr->e_phnum;
1715 vdso.phnum = ehdr->e_phnum;
1930 for (size_t i = 0; i < app.phnum;
[all...]

Completed in 35 milliseconds