Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h199 struct Reloc : public MachO::relocation_info {
214 MachO::relocation_info &rawStruct() {
215 return static_cast<MachO::relocation_info &>(*this);
405 Offset = alignTo(Offset, sizeof(MachO::relocation_info));
410 Offset += Sec->Relocs.size() * sizeof(MachO::relocation_info);
507 while (Offset % sizeof(MachO::relocation_info))
511 assert(Offset + sizeof(MachO::relocation_info) <= Buf.size() &&
514 sizeof(MachO::relocation_info));
515 Offset += sizeof(MachO::relocation_info);
578 using Relocation = MachO::relocation_info;
/freebsd/sys/arm/include/
H A Dreloc.h40 struct relocation_info { struct
/freebsd/sys/amd64/include/
H A Dreloc.h36 struct relocation_info { struct
/freebsd/sys/i386/include/
H A Dreloc.h36 struct relocation_info { struct
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h168 MachO::relocation_info
172 MachO::relocation_info RI; in getRelocationInfo()
H A DMachO_x86_64.cpp60 getRelocKind(const MachO::relocation_info &RI) { in getRelocKind()
128 const MachO::relocation_info &SubRI, orc::ExecutorAddr FixupAddress, in parsePairRelocation()
267 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
H A DMachO_arm64.cpp73 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind()
152 const MachO::relocation_info &SubRI, in parsePairRelocation()
291 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp30 const relocation_info) const override;
82 relocation_info rel) const { in getEmbeddedAddend()
H A DARM64Common.cpp20 const relocation_info rel) const { in getEmbeddedAddend()
H A DARM64Common.h25 const llvm::MachO::relocation_info) const override;
/freebsd/contrib/llvm-project/lld/MachO/
H A DTarget.h60 const llvm::MachO::relocation_info) const = 0;
H A DInputFiles.cpp500 relocation_info rel) { in validateRelocationInfo()
534 ArrayRef<relocation_info> relInfos( in parseRelocations()
535 reinterpret_cast<const relocation_info *>(buf + sec.reloff), sec.nreloc); in parseRelocations()
564 relocation_info relInfo = relInfos[i]; in parseRelocations()
634 relocation_info minuendInfo = relInfos[++i]; in parseRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp375 BigSize *= sizeof(struct MachO::relocation_info); in parseSegmentLoadCommand()
385 MachO::relocation_info), in parseSegmentLoadCommand()
568 BigSize *= sizeof(MachO::relocation_info); in checkDysymtabCommand()
577 sizeof(MachO::relocation_info), in checkDysymtabCommand()
585 BigSize *= sizeof(MachO::relocation_info); in checkDysymtabCommand()
594 sizeof(MachO::relocation_info), in checkDysymtabCommand()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h979 struct relocation_info { struct
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8699 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
8953 big_size *= sizeof(struct MachO::relocation_info); in PrintDysymtabLoadCommand()
8966 big_size *= sizeof(struct MachO::relocation_info); in PrintDysymtabLoadCommand()