Searched refs:DtGotSym (Results 1 – 2 of 2) sorted by relevance
1897 llvm::Optional<uint64_t> DtGotSym; member in __anon79be9f670511::MipsGOTParser1930 DtGotSym = Entry.getVal(); in MipsGOTParser()1954 if (!DtGotSym) { in parseGOT()1964 if (*DtGotSym > DynSymTotal) in parseGOT()1967 std::size_t GlobalGotNum = DynSymTotal - *DtGotSym; in parseGOT()2018 const Elf_Sym *GotDynSym = DynSymBegin + *DtGotSym; in parseGOT()
2067 Optional<uint64_t> DtGotSym; in MipsGOTParser() local2079 DtGotSym = Entry.getVal(); in MipsGOTParser()2091 if (DtPltGot || DtLocalGotNum || DtGotSym) { in MipsGOTParser()2096 if (!DtGotSym) in MipsGOTParser()2100 if (*DtGotSym > DynSymTotal) in MipsGOTParser()2109 GlobalNum = DynSymTotal - *DtGotSym; in MipsGOTParser()2114 GotDynSyms = DynSyms.drop_front(*DtGotSym); in MipsGOTParser()