Searched refs:processSimpleRelocation (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1089 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() function in llvm::RuntimeDyldELF 1330 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1376 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1466 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1551 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1822 processSimpleRelocation(SectionID, Offset, ELF::R_X86_64_PC32, Value); in processRelocationRef() 1863 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1866 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1869 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1880 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() [all …]
|
| H A D | RuntimeDyldELF.h | 126 …void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValu…
|