Home
last modified time | relevance | path

Searched refs:e_phnum (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dreadsoname2.c46 epnt->e_phnum = bswap_16(epnt->e_phnum); in readsonameXX()
51 (char *)(ppnt + epnt->e_phnum) > (char *)(header + st.st_size)) in readsonameXX()
54 for (i = 0; i < epnt->e_phnum; i++) { in readsonameXX()
A Dldd.c200 for (j = ehdr->e_phnum; --j >= 0; ++phdr) { in ElfW()
256 ehdr->e_phnum = bswap_16(ehdr->e_phnum); in check_elf_header()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A Ddl-elf.c552 for (i = 0; i < epnt->e_phnum; i++) {
634 DL_INIT_LOADADDR(lib_loadaddr, libaddr - minvma, ppnt, epnt->e_phnum);
638 for (i = 0; i < epnt->e_phnum; i++) {
729 for (i = 0; i < epnt->e_phnum; i++, ppnt++) {
773 tpnt->n_phent = epnt->e_phnum;
A Ddl-startup.c243 for (i = 0; i < header->e_phnum; ++i) {
A Dldso.c419 tpnt->n_phent = epnt->e_phnum; in add_ldso()
421 for (j = 0; j < epnt->e_phnum; j++, myppnt++) { in add_ldso()
/l4re-core-master/l4util/include/
A Delf.h133 Elf32_Half e_phnum; /**< # of entries in prog. head. tab. */ member
153 Elf64_Half e_phnum; /**< \brief # of entries in prog. head. tab. */ member
/l4re-core-master/libloader/include/
A Delf101 return hdr64()->e_phnum;
103 return hdr32()->e_phnum;
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Delf.h81 Elf32_Half e_phnum; /* Program header table entry count */ member
99 Elf64_Half e_phnum; /* Program header table entry count */ member

Completed in 27 milliseconds