Searched refs:p_type (Results 1 – 5 of 5) sorted by relevance
121 uint32_t p_type; member
40 if (phdr.p_type == PT_LOAD && (phdr.p_flags & PF_X) != 0) { in FindLibDwarfCodeRegion()
444 header.p_type = type; in Segment()780 ASSERT(lodDynamicSegment->header.p_type == PT_DYNAMIC); in SettleSectionsForAot()781 lodDynamicSegment->header.p_type = PT_LOAD; in SettleSectionsForAot()816 ASSERT(currentSegment_ != nullptr && currentSegment_->header.p_type != PT_NULL); in SettleSection()
259 if (phdr[i].p_type != llvm::ELF::PT_LOAD) { in ParseELFSegment()
664 phdrs[phdrIndex].p_type = llvm::ELF::PT_LOAD; in PackELFSegment()