Searched defs:RelType (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFX86_64.h | 145 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub() 208 uint64_t RelType = RelI->getType(); in processRelocationRef() local
|
H A D | RuntimeDyldCOFFAArch64.h | 101 uint64_t Offset, uint64_t RelType, uint64_t Addend, in generateRelocationStub() 161 uint64_t RelType = RelI->getType(); in processRelocationRef() local
|
H A D | RuntimeDyldMachOAArch64.h | 156 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend() 360 MachO::RelocationInfoType RelType = in resolveRelocation() local
|
H A D | RuntimeDyldCOFFI386.h | 58 uint64_t RelType = RelI->getType(); in processRelocationRef() local
|
H A D | RuntimeDyldCOFFThumb.h | 79 uint64_t RelType = RelI->getType(); in processRelocationRef() local
|
H A D | RuntimeDyldMachOX86_64.h | 42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
|
H A D | RuntimeDyldMachOI386.h | 42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
|
H A D | RuntimeDyldELFMips.cpp | 283 uint32_t RelType = r_type; in resolveMIPSN64Relocation() local
|
H A D | RuntimeDyldMachOARM.h | 109 uint32_t RelType = Obj.getAnyRelocationType(RelInfo); in processRelocationRef() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 75 MachO::RelocationInfoType RelType = in getRelocationEntry() local
|
H A D | RuntimeDyldImpl.h | 39 #define UNIMPLEMENTED_RELOC(RelType) \ argument 126 uint32_t RelType; variable
|
H A D | RuntimeDyldELF.cpp | 1046 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType,… in processSimpleRelocation() 1054 uint32_t RuntimeDyldELF::getMatchingLoRelocation(uint32_t RelType, in getMatchingLoRelocation() 1128 unsigned RelType = RelI->getType(); in resolveAArch64Branch() local 1179 uint64_t RelType = RelI->getType(); in processRelocationRef() local
|