Searched refs:PLTSection (Results 1 – 2 of 2) sorted by relevance
393 if (!PLTSection) in getStubsSection()394 PLTSection = &G.createSection(getSectionName(), in getStubsSection()396 return *PLTSection; in getStubsSection()400 Section *PLTSection = nullptr; variable
249 PLTSection = G.findSectionByName(getSectionName()); in getOrCreateStubsSection()250 if (!PLTSection) in getOrCreateStubsSection()251 PLTSection = &G.createSection(getSectionName(), in getOrCreateStubsSection()253 return *PLTSection; in getOrCreateStubsSection()257 Section *PLTSection = nullptr; variable