Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2069 Optional<uint64_t> DtJmpRel; in MipsGOTParser() local
2085 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()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1899 llvm::Optional<uint64_t> DtJmpRel; member in __anon79be9f670511::MipsGOTParser
1936 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()