Searched refs:processSimpleRelocation (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1088 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() function in llvm::RuntimeDyldELF 1337 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1382 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1472 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1557 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1827 processSimpleRelocation(SectionID, Offset, ELF::R_X86_64_PC32, Value); in processRelocationRef() 1868 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1871 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1874 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1885 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() [all …]
|
H A D | RuntimeDyldELF.h | 126 void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value);
|