Searched refs:GOTRE (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOX86_64.h | 141 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation() 145 addRelocationForSymbol(GOTRE, Value.SymbolName); in processGOTRelocation() 147 addRelocationForSection(GOTRE, Value.SectionID); in processGOTRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 464 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 D | RuntimeDyldELF.cpp | 2689 RelocationEntry GOTRE(SectionID, Offset, Type, GOTOffset); in resolveGOTOffsetRelocation() local 2690 addRelocationForSection(GOTRE, GOTSectionID); in resolveGOTOffsetRelocation()
|