Searched refs:PLTSection (Results 1 – 3 of 3) sorted by relevance
399 if (!PLTSection) in visitEdge() 400 PLTSection = &G.createSection(getSectionName(), in visitEdge() 402 return *PLTSection; in visitEdge() 406 Section *PLTSection = nullptr;421 Section *PLTSection = nullptr; global() variable
683 Section *PLTSection = nullptr; global() 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