Searched refs:LocalSections (Results 1 – 2 of 2) sorted by relevance
80 ObjSectionToIDMap LocalSections; // Used sections from the object file in loadObject() local122 LocalSections); in loadObject()155 SectionID = findOrEmitSection(*obj, *si, true, LocalSections); in loadObject()171 processRelocationRef(RI, *obj, LocalSections, LocalSymbols, Stubs); in loadObject()297 ObjSectionToIDMap &LocalSections) { in findOrEmitSection() argument300 ObjSectionToIDMap::iterator i = LocalSections.find(Section); in findOrEmitSection()301 if (i != LocalSections.end()) in findOrEmitSection()305 LocalSections[Section] = SectionID; in findOrEmitSection()
179 ObjSectionToIDMap &LocalSections);