Searched refs:PLTSI (Results 1 – 2 of 2) sorted by relevance
507 const PLTSectionInfo *PLTSI = nullptr; in getPLTSectionInfo() local512 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()
1408 const PLTSectionInfo *PLTSI = getPLTSectionInfo(Section.getName()); in disassemblePLT() local1409 if (!PLTSI) in disassemblePLT()1412 analyzeOnePLTSection(Section, PLTSI->EntrySize); in disassemblePLT()1419 Section.getAddress(), 0, PLTSI->EntrySize, Section.getAlignment()); in disassemblePLT()