Searched refs:GOTRE (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 119 RelocationEntry GOTRE(RE.SectionID, Section.StubOffset, in processGOTRelocation() 123 addRelocationForSymbol(GOTRE, Value.SymbolName); in processGOTRelocation() 125 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
|
D | RuntimeDyldMachOAArch64.h | 388 RelocationEntry GOTRE(RE.SectionID, StubOffset, in processGOTRelocation() 392 addRelocationForSymbol(GOTRE, Value.SymbolName); in processGOTRelocation() 394 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1403 RelocationEntry GOTRE(SectionID, Offset, ELF::R_X86_64_PC32, GOTOffset); in resolveGOTOffsetRelocation() local 1404 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()
|