Home
last modified time | relevance | path

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

/freebsd-13.1/sys/arm/include/
H A Dreloc.h43 struct relocation_info { struct
/freebsd-13.1/sys/amd64/include/
H A Dreloc.h39 struct relocation_info { struct
/freebsd-13.1/sys/i386/include/
H A Dreloc.h39 struct relocation_info { struct
/freebsd-13.1/contrib/llvm-project/lld/MachO/Arch/
H A DARM.cpp31 const relocation_info) const override;
69 relocation_info rel) const { in getEmbeddedAddend()
H A DX86_64.cpp29 const relocation_info) const override;
81 relocation_info rel) const { in getEmbeddedAddend()
H A DARM64Common.cpp20 const relocation_info rel) const { in getEmbeddedAddend()
H A DARM64Common.h26 const llvm::MachO::relocation_info) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h164 MachO::relocation_info
168 MachO::relocation_info RI; in getRelocationInfo()
H A DMachO_x86_64.cpp54 getRelocKind(const MachO::relocation_info &RI) { in getRelocKind()
122 const MachO::relocation_info &SubRI, JITTargetAddress FixupAddress, in parsePairRelocation()
237 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachO_arm64.cpp35 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind()
103 const MachO::relocation_info &SubRI, in parsePairRelocation()
217 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DTarget.h47 const llvm::MachO::relocation_info) const = 0;
H A DInputFiles.cpp319 relocation_info rel) { in validateRelocationInfo()
353 ArrayRef<relocation_info> relInfos( in parseRelocations()
354 reinterpret_cast<const relocation_info *>(buf + sec.reloff), sec.nreloc); in parseRelocations()
384 relocation_info relInfo = relInfos[i]; in parseRelocations()
452 relocation_info minuendInfo = relInfos[++i]; in parseRelocations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp365 BigSize *= sizeof(struct MachO::relocation_info); in parseSegmentLoadCommand()
375 MachO::relocation_info), in parseSegmentLoadCommand()
558 BigSize *= sizeof(MachO::relocation_info); in checkDysymtabCommand()
567 sizeof(MachO::relocation_info), in checkDysymtabCommand()
575 BigSize *= sizeof(MachO::relocation_info); in checkDysymtabCommand()
584 sizeof(MachO::relocation_info), in checkDysymtabCommand()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h957 struct relocation_info { struct
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8685 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
8937 big_size *= sizeof(struct MachO::relocation_info); in PrintDysymtabLoadCommand()
8950 big_size *= sizeof(struct MachO::relocation_info); in PrintDysymtabLoadCommand()