Searched refs:e_phoff (Results 1 – 9 of 9) sorted by relevance
45 epnt->e_phoff = bswap_32(epnt->e_phoff); in readsonameXX()49 ppnt = (ElfW(Phdr) *) & header[epnt->e_phoff]; in readsonameXX()
199 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()
240 SEND_ADDRESS_STDERR_DEBUG(header->e_phoff, 1);241 phdr = (ElfW(Phdr) *) DL_RELOC_ADDR(load_addr, header->e_phoff);
549 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);
406 epnt->e_phoff); in add_ldso()
110 ppnt_ = (ElfW(Phdr) *)(intptr_t) & header_[epnt->e_phoff]; \
128 Elf32_Off e_phoff; /**< offset of program header table */ member148 Elf64_Off e_phoff; /**< \brief offset of program header table */ member914 return (ElfW(Phdr) *)((char *)hdr + hdr->e_phoff); in ElfW()
85 return hdr64()->e_phoff;87 return hdr32()->e_phoff;
76 Elf32_Off e_phoff; /* Program header table file offset */ member94 Elf64_Off e_phoff; /* Program header table file offset */ member
Completed in 30 milliseconds