Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h141 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation()
145 addRelocationForSymbol(GOTRE, Value.SymbolName); in processGOTRelocation()
147 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
H A DRuntimeDyldMachOAArch64.h464 RelocationEntry GOTRE(RE.SectionID, StubOffset, in processGOTRelocation()
468 addRelocationForSymbol(GOTRE, Value.SymbolName); in processGOTRelocation()
470 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp2292 RelocationEntry GOTRE(SectionID, Offset, Type, GOTOffset); in resolveGOTOffsetRelocation() local
2293 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()