Searched refs:LocalSections (Results 1 – 2 of 2) sorted by relevance
81 ObjSectionToIDMap LocalSections; in loadObject() local128 LocalSections); in loadObject()161 SectionID = findOrEmitSection(*obj, *si, true, LocalSections); in loadObject()177 processRelocationRef(RI, *obj, LocalSections, LocalSymbols, Stubs); in loadObject()301 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument304 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection()305 if (i != LocalSections.end()) in findOrEmitSection()309 LocalSections[Section] = SectionID; in findOrEmitSection()
212 ObjSectionToIDMap &LocalSections);