Searched refs:processSimpleRelocation (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1084 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() function in llvm::RuntimeDyldELF 1324 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1370 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1460 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1545 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1816 processSimpleRelocation(SectionID, Offset, ELF::R_X86_64_PC32, Value); in processRelocationRef() 1857 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1860 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1863 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1874 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() [all …]
|
H A D | RuntimeDyldELF.h | 126 …void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValu…
|