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
248 PLTSection = G.findSectionByName(getSectionName()); in applyFixup() 249 if (!PLTSection) in applyFixup() 250 PLTSection = &G.createSection(getSectionName(), in applyFixup() 252 return *PLTSection; in applyFixup() 256 Section *PLTSection = nullptr; in applyFixup() 209 Section *PLTSection = nullptr; global() variable
676 if (!PLTSection) in getStubsSection()677 PLTSection = &G.createSection(getSectionName(), in getStubsSection()679 return *PLTSection; in getStubsSection()683 Section *PLTSection = nullptr; variable