Searched refs:RelocatedSection (Results 1 – 3 of 3) sorted by relevance
372 section_iterator RelocatedSection = *RelSecOrErr; in loadObjectImpl() local373 if (RelocatedSection == SE) in loadObjectImpl()382 bool IsCode = RelocatedSection->isText(); in loadObjectImpl()384 if (auto SectionIDOrErr = findOrEmitSection(Obj, *RelocatedSection, IsCode, in loadObjectImpl()
2386 section_iterator RelocatedSection = *RelSecOrErr; in finalizeLoad() local2387 ObjSectionToIDMap::iterator i = SectionMap.find(*RelocatedSection); in finalizeLoad()
2167 section_iterator RelocatedSection = in DWARFObjInMemory() local2169 if (!L || !L->getLoadedSectionContents(*RelocatedSection, Data)) { in DWARFObjInMemory()2211 if (RelocatedSection == Obj.section_end() || in DWARFObjInMemory()2216 if (auto NameOrErr = RelocatedSection->getName()) in DWARFObjInMemory()2225 if (L && L->getLoadedSectionContents(*RelocatedSection, RelSecData)) in DWARFObjInMemory()2251 Map = &static_cast<DWARFSectionMap &>(InfoSections[*RelocatedSection]) in DWARFObjInMemory()2255 &static_cast<DWARFSectionMap &>(TypesSections[*RelocatedSection]) in DWARFObjInMemory()