Searched refs:PLTSection (Results 1 – 3 of 3) sorted by relevance
414 if (!PLTSection) in getStubsSection()415 PLTSection = &G.createSection(getSectionName(), in getStubsSection()417 return *PLTSection; in getStubsSection()421 Section *PLTSection = nullptr; variable
676 if (!PLTSection) in getStubsSection()677 PLTSection = &G.createSection(getSectionName(), in getStubsSection()679 return *PLTSection; in getStubsSection()683 Section *PLTSection = nullptr; variable
248 PLTSection = G.findSectionByName(getSectionName()); in getOrCreateStubsSection()249 if (!PLTSection) in getOrCreateStubsSection()250 PLTSection = &G.createSection(getSectionName(), in getOrCreateStubsSection()252 return *PLTSection; in getOrCreateStubsSection()256 Section *PLTSection = nullptr; variable