Searched refs:processSimpleRelocation (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 1046 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() function in llvm::RuntimeDyldELF 1288 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1334 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1424 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1509 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1784 processSimpleRelocation(SectionID, Offset, ELF::R_X86_64_PC32, Value); in processRelocationRef() 1822 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1825 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1828 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() 1830 processSimpleRelocation(SectionID, Offset, RelType, Value); in processRelocationRef() [all …]
|
H A D | RuntimeDyldELF.h | 126 …void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValu…
|