Searched refs:DtJmpRel (Results 1 – 2 of 2) sorted by relevance
2069 Optional<uint64_t> DtJmpRel; in MipsGOTParser() local2085 DtJmpRel = Entry.getVal(); in MipsGOTParser()2118 if (DtMipsPltGot || DtJmpRel) { in MipsGOTParser()2121 if (!DtJmpRel) in MipsGOTParser()2129 PltRelSec = findNotEmptySectionByAddress(Obj, *DtJmpRel); in MipsGOTParser()2132 Twine::utohexstr(*DtJmpRel)); in MipsGOTParser()
1899 llvm::Optional<uint64_t> DtJmpRel; member in __anon79be9f670511::MipsGOTParser1936 DtJmpRel = Entry.getVal(); in MipsGOTParser()2035 if (!DtJmpRel) { in parsePLT()2046 const Elf_Shdr *PLTRelShdr = findNotEmptySectionByAddress(Obj, *DtJmpRel); in parsePLT()2049 Twine::utohexstr(*DtJmpRel)); in parsePLT()