Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/Arch/
DX86_64.cpp29 const relocation_info &) const override;
46 const relocation_info &rel) { in getErrorLocation()
54 const relocation_info &rel, in validateLength()
72 const relocation_info &rel) const { in getImplicitAddend()
/external/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()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h162 MachO::relocation_info
166 MachO::relocation_info RI; in getRelocationInfo()
DMachO_arm64.cpp34 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind()
102 const MachO::relocation_info &SubRI, in parsePairRelocation()
216 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
DMachO_x86_64.cpp33 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind()
104 const MachO::relocation_info &SubRI, in parsePairRelocation()
219 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
/external/llvm-project/lld/MachO/
DTarget.h42 const llvm::MachO::relocation_info &) const = 0;
DInputFiles.cpp206 auto relInfo = reinterpret_cast<const relocation_info &>(anyRelInfo); in parseRelocations()
/external/kernel-headers/original/uapi/linux/
Da.out.h224 struct relocation_info struct
/external/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()
/external/llvm-project/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()
/external/llvm-project/llvm/test/Object/
Dmacho-invalid.test144 …malformed object (reloff field plus nreloc field times sizeof(struct relocation_info) of section 0…
204 …ormed object (extreloff field plus nextrel field times sizeof(struct relocation_info) of LC_DYSYMT…
210 …ormed object (locreloff field plus nlocrel field times sizeof(struct relocation_info) of LC_DYSYMT…
/external/llvm/include/llvm/Support/
DMachO.h906 struct relocation_info { struct
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h914 struct relocation_info { struct
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h956 struct relocation_info { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h949 struct relocation_info { struct
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7807 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
8059 big_size *= sizeof(struct MachO::relocation_info); in PrintDysymtabLoadCommand()
8072 big_size *= sizeof(struct MachO::relocation_info); in PrintDysymtabLoadCommand()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8694 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
8946 big_size *= sizeof(struct MachO::relocation_info); in PrintDysymtabLoadCommand()
8959 big_size *= sizeof(struct MachO::relocation_info); in PrintDysymtabLoadCommand()