Home
last modified time | relevance | path

Searched refs:relocation_info (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp33 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind()
98 MachO::relocation_info
102 MachO::relocation_info RI; in getRelocationInfo()
103 memcpy(&RI, &ARI, sizeof(MachO::relocation_info)); in getRelocationInfo()
113 const MachO::relocation_info &SubRI, in parsePairRelocation()
209 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
DMachO_arm64.cpp34 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind()
95 MachO::relocation_info
99 MachO::relocation_info RI; in getRelocationInfo()
100 memcpy(&RI, &ARI, sizeof(MachO::relocation_info)); in getRelocationInfo()
111 const MachO::relocation_info &SubRI, in parsePairRelocation()
200 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp366 BigSize *= sizeof(struct MachO::relocation_info); in parseSegmentLoadCommand()
376 MachO::relocation_info), in parseSegmentLoadCommand()
559 BigSize *= sizeof(MachO::relocation_info); in checkDysymtabCommand()
568 sizeof(MachO::relocation_info), in checkDysymtabCommand()
576 BigSize *= sizeof(MachO::relocation_info); in checkDysymtabCommand()
585 sizeof(MachO::relocation_info), in checkDysymtabCommand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h914 struct relocation_info { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h949 struct relocation_info { struct