Home
last modified time | relevance | path

Searched refs:processSimpleRelocation (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1084 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 DRuntimeDyldELF.h126 …void processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValu…