Searched refs:processSimpleRelocation (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1049 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() function in llvm::RuntimeDyldELF 1291 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1337 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1427 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1512 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1787 processSimpleRelocation(SectionID, Offset, ELF::R_X86_64_PC32, Value); in processRelocationRef() 1825 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1828 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1831 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1833 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() [all …]
|
| H A D | RuntimeDyldELF.h | 126 …void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValu…
|