Searched refs:GOTRE (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 143 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation() 147 addRelocationForSymbol(GOTRE, Value.SymbolName); in processGOTRelocation() 149 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
|
D | RuntimeDyldMachOAArch64.h | 465 RelocationEntry GOTRE(RE.SectionID, StubOffset, in processGOTRelocation() 469 addRelocationForSymbol(GOTRE, Value.SymbolName); in processGOTRelocation() 471 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 143 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation() 147 addRelocationForSymbol(GOTRE, Value.SymbolName); in processGOTRelocation() 149 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
|
D | RuntimeDyldMachOAArch64.h | 405 RelocationEntry GOTRE(RE.SectionID, StubOffset, in processGOTRelocation() 409 addRelocationForSymbol(GOTRE, Value.SymbolName); in processGOTRelocation() 411 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1834 RelocationEntry GOTRE(SectionID, Offset, ELF::R_X86_64_PC32, GOTOffset); in resolveGOTOffsetRelocation() local 1835 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1832 RelocationEntry GOTRE(SectionID, Offset, Type, GOTOffset); in resolveGOTOffsetRelocation() local 1833 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()
|