Searched defs:phdr (Results 1 – 5 of 5) sorted by relevance
42 GnuPropertySection::GnuPropertySection(const ElfW(Phdr)* phdr, size_t phdr_count, in GnuPropertySection()
879 void ElfReader::ZeroFillSegment(const ElfW(Phdr)* phdr) { in ZeroFillSegment()905 void ElfReader::DropPaddingPages(const ElfW(Phdr)* phdr, uint64_t seg_file_end) { in DropPaddingPages()938 bool ElfReader::MapBssSection(const ElfW(Phdr)* phdr, ElfW(Addr) seg_page_end, in MapBssSection()1154 for (const ElfW(Phdr)* phdr = phdr_table; phdr < phdr_table + phdr_count; phdr++) { in remap_memtag_globals_segments()
555 auto phdr = &si->phdr[i]; in set_bss_vma_name() local606 auto* phdr = reinterpret_cast<ElfW(Phdr)*>(ehdr + __ehdr_start.e_phoff); in relocate_linker() local
120 ElfW(Phdr) phdr; in GetLoadBias() local
136 static ElfW(Addr) find_exe_load_bias(const ProgHdr& phdr) { in find_exe_load_bias()