Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1613 RelocationValueRef TOCValue; in processRelocationRef() local
1614 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, TOCValue)) in processRelocationRef()
1616 if (Value.SymbolName || Value.SectionID != TOCValue.SectionID) in processRelocationRef()
1618 Value.Addend -= TOCValue.Addend; in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1565 RelocationValueRef TOCValue; in processRelocationRef() local
1566 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, TOCValue)) in processRelocationRef()
1568 if (Value.SymbolName || Value.SectionID != TOCValue.SectionID) in processRelocationRef()
1570 Value.Addend -= TOCValue.Addend; in processRelocationRef()