Searched refs:processSimpleRelocation (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1460 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() function in llvm::RuntimeDyldELF 1709 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1754 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1766 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1856 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1938 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 2208 processSimpleRelocation(SectionID, Offset, ELF::R_X86_64_PC32, Value); in processRelocationRef() 2249 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 2252 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 2256 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() [all …]
|
| H A D | RuntimeDyldELF.h | 142 …void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValu…
|