Home
last modified time | relevance | path

Searched refs:GOTRE (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h119 RelocationEntry GOTRE(RE.SectionID, Section.StubOffset, in processGOTRelocation()
123 addRelocationForSymbol(GOTRE, Value.SymbolName); in processGOTRelocation()
125 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
DRuntimeDyldMachOAArch64.h388 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/
DRuntimeDyldELF.cpp1403 RelocationEntry GOTRE(SectionID, Offset, ELF::R_X86_64_PC32, GOTOffset); in resolveGOTOffsetRelocation() local
1404 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()