Searched refs:DtMipsPltGot (Results 1 – 2 of 2) sorted by relevance
2068 Optional<uint64_t> DtMipsPltGot; in MipsGOTParser() local2082 DtMipsPltGot = Entry.getVal(); in MipsGOTParser()2118 if (DtMipsPltGot || DtJmpRel) { in MipsGOTParser()2119 if (!DtMipsPltGot) in MipsGOTParser()2124 PltSec = findNotEmptySectionByAddress(Obj, *DtMipsPltGot); in MipsGOTParser()2127 Twine::utohexstr(*DtMipsPltGot)); in MipsGOTParser()
1898 llvm::Optional<uint64_t> DtMipsPltGot; member in __anon79be9f670511::MipsGOTParser1933 DtMipsPltGot = Entry.getVal(); in MipsGOTParser()2031 if (!DtMipsPltGot) { in parsePLT()2040 const Elf_Shdr *PLTShdr = findNotEmptySectionByAddress(Obj, *DtMipsPltGot); in parsePLT()2043 Twine::utohexstr(*DtMipsPltGot)); in parsePLT()