Home
last modified time | relevance | path

Searched refs:PLTSI (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h507 const PLTSectionInfo *PLTSI = nullptr; in getPLTSectionInfo() local
512 PLTSI = X86_64_PLTSections; in getPLTSectionInfo()
515 PLTSI = AArch64_PLTSections; in getPLTSectionInfo()
518 for (; PLTSI && PLTSI->Name; ++PLTSI) in getPLTSectionInfo()
519 if (SectionName == PLTSI->Name) in getPLTSectionInfo()
520 return PLTSI; in getPLTSectionInfo()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1408 const PLTSectionInfo *PLTSI = getPLTSectionInfo(Section.getName()); in disassemblePLT() local
1409 if (!PLTSI) in disassemblePLT()
1412 analyzeOnePLTSection(Section, PLTSI->EntrySize); in disassemblePLT()
1419 Section.getAddress(), 0, PLTSI->EntrySize, Section.getAlignment()); in disassemblePLT()