Home
last modified time | relevance | path

Searched refs:e_phoff (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dreadsoname2.c45 epnt->e_phoff = bswap_32(epnt->e_phoff); in readsonameXX()
49 ppnt = (ElfW(Phdr) *) & header[epnt->e_phoff]; in readsonameXX()
A Dldd.c199 ElfW(Phdr) *phdr = (ElfW(Phdr) *) (ehdr->e_phoff + (char *)ehdr); in ElfW()
254 ehdr->e_phoff = byteswap_to_host(ehdr->e_phoff); in check_elf_header()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/
A Ddl-startup.c240 SEND_ADDRESS_STDERR_DEBUG(header->e_phoff, 1);
241 phdr = (ElfW(Phdr) *) DL_RELOC_ADDR(load_addr, header->e_phoff);
A Ddl-elf.c549 ppnt = (ElfW(Phdr) *)(intptr_t) & header[epnt->e_phoff];
632 ppnt = (ElfW(Phdr) *)(intptr_t) & header[epnt->e_phoff];
728 ppnt = (ElfW(Phdr) *)(intptr_t) & header[epnt->e_phoff];
772 epnt->e_phoff);
A Dldso.c406 epnt->e_phoff); in add_ldso()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/metag/
A Ddl-sysdep.h110 ppnt_ = (ElfW(Phdr) *)(intptr_t) & header_[epnt->e_phoff]; \
/l4re-core-master/l4util/include/
A Delf.h128 Elf32_Off e_phoff; /**< offset of program header table */ member
148 Elf64_Off e_phoff; /**< \brief offset of program header table */ member
914 return (ElfW(Phdr) *)((char *)hdr + hdr->e_phoff); in ElfW()
/l4re-core-master/libloader/include/
A Delf85 return hdr64()->e_phoff;
87 return hdr32()->e_phoff;
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Delf.h76 Elf32_Off e_phoff; /* Program header table file offset */ member
94 Elf64_Off e_phoff; /* Program header table file offset */ member

Completed in 30 milliseconds