reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1770 if (PHdr.p_type != PT_LOAD && PHdr.p_type != PT_TLS) 1770 if (PHdr.p_type != PT_LOAD && PHdr.p_type != PT_TLS) 1774 PHdr.p_type == PT_TLS ? tls_provider : regular_provider; 1775 auto InfoOr = provider.GetAddressInfo(PHdr); 1779 uint32_t Log2Align = llvm::Log2_64(std::max<elf_xword>(PHdr.p_align, 1)); 1783 InfoOr->GetRangeBase(), InfoOr->GetByteSize(), PHdr.p_offset, 1784 PHdr.p_filesz, Log2Align, /*flags*/ 0); 1785 Segment->SetPermissions(GetPermissions(PHdr)); 1786 Segment->SetIsThreadSpecific(PHdr.p_type == PT_TLS);