Home
last modified time | relevance | path

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

12345678910>>...14

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/MachO/Arch/
H A DX86_64.cpp28 bool isPairedReloc(relocation_info) const override;
29 uint64_t getAddend(MemoryBufferRef, const section_64 &, relocation_info,
30 relocation_info) const override;
47 relocation_info rel) { in getErrorLocation()
55 relocation_info rel, in validateLength()
72 bool X86_64::isPairedReloc(relocation_info rel) const { in isPairedReloc()
77 relocation_info rel, in getAddend()
78 relocation_info pairedRel) const { in getAddend()
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/MachO/Arch/
H A DX86_64.cpp28 bool isPairedReloc(relocation_info) const override;
29 uint64_t getAddend(MemoryBufferRef, const section_64 &, relocation_info,
30 relocation_info) const override;
47 relocation_info rel) { in getErrorLocation()
55 relocation_info rel, in validateLength()
72 bool X86_64::isPairedReloc(relocation_info rel) const { in isPairedReloc()
77 relocation_info rel, in getAddend()
78 relocation_info pairedRel) const { in getAddend()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/MachO/
H A DTarget.h42 llvm::MachO::relocation_info,
43 llvm::MachO::relocation_info) const = 0;
44 virtual bool isPairedReloc(llvm::MachO::relocation_info) const = 0;
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/MachO/
H A DTarget.h42 llvm::MachO::relocation_info,
43 llvm::MachO::relocation_info) const = 0;
44 virtual bool isPairedReloc(llvm::MachO::relocation_info) const = 0;
/dports/lang/ghc/ghc-8.10.7/rts/linker/
H A DMachOTypes.h21 typedef struct relocation_info MachORelocationInfo;
128 MachORelocationInfo * relocation_info; member
/dports/lang/ruby26/ruby-2.6.9/
H A Ddln.c230 # undef relocation_info
231 # define relocation_info reloc_info_sparc macro
263 static struct relocation_info *
266 struct relocation_info *reloc; in load_reloc()
271 reloc = (struct relocation_info*)xmalloc(size); in load_reloc()
481 struct relocation_info reloc;
617 struct relocation_info *reloc = NULL; in load_1()
754 struct relocation_info * rel = reloc; in load_1()
755 struct relocation_info * rel_beg = reloc + in load_1()
756 (hdr.a_trsize/sizeof(struct relocation_info)); in load_1()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/MachO/Arch/
H A DX86_64.cpp29 const relocation_info &) const override;
45 const relocation_info &rel) { in getErrorLocation()
53 const relocation_info &rel, in validateLength()
72 const relocation_info &rel) const { in getImplicitAddend()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/MachO/Arch/
H A DX86_64.cpp29 const relocation_info &) const override;
45 const relocation_info &rel) { in getErrorLocation()
53 const relocation_info &rel, in validateLength()
72 const relocation_info &rel) const { in getImplicitAddend()
/dports/devel/binutils/binutils-2.37/include/
H A Dbout.h169 #define b_out_relocation_info relocation_info
170 struct relocation_info struct
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/include/
H A Dbout.h168 #define b_out_relocation_info relocation_info
169 struct relocation_info struct
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/
H A Dbout.h169 #define b_out_relocation_info relocation_info
170 struct relocation_info struct
/dports/devel/arm-elf-binutils/binutils-2.37/include/
H A Dbout.h169 #define b_out_relocation_info relocation_info
170 struct relocation_info struct
/dports/devel/gnulibiberty/binutils-2.37/include/
H A Dbout.h169 #define b_out_relocation_info relocation_info
170 struct relocation_info struct
/dports/devel/avr-gdb/gdb-7.3.1/include/
H A Dbout.h169 #define b_out_relocation_info relocation_info
170 struct relocation_info struct
/dports/lang/gnatdroid-binutils/binutils-2.27/include/
H A Dbout.h169 #define b_out_relocation_info relocation_info
170 struct relocation_info struct
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/
H A Dbout.h169 #define b_out_relocation_info relocation_info
170 struct relocation_info struct
/dports/devel/gdb761/gdb-7.6.1/include/
H A Dbout.h169 #define b_out_relocation_info relocation_info
170 struct relocation_info struct
/dports/devel/gdb/gdb-11.1/include/
H A Dbout.h169 #define b_out_relocation_info relocation_info
170 struct relocation_info struct
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/
H A Dbout.h169 #define b_out_relocation_info relocation_info
170 struct relocation_info struct
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/
H A Dbout.h168 #define b_out_relocation_info relocation_info
169 struct relocation_info struct
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/include/
H A Dbout.h168 #define b_out_relocation_info relocation_info
169 struct relocation_info struct
/dports/devel/djgpp-binutils/binutils-2.17/include/
H A Dbout.h168 #define b_out_relocation_info relocation_info
169 struct relocation_info struct
/dports/devel/llvm90/llvm-9.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp40 getRelocationKind(const MachO::relocation_info &RI) { in getRelocationKind()
101 Expected<Atom &> findAtomBySymbolIndex(const MachO::relocation_info &RI) { in findAtomBySymbolIndex()
112 MachO::relocation_info
116 MachO::relocation_info RI; in getRelocationInfo()
117 memcpy(&RI, &ARI, sizeof(MachO::relocation_info)); in getRelocationInfo()
127 const MachO::relocation_info &SubRI, in parsePairRelocation()
215 MachO::relocation_info RI = getRelocationInfo(RelItr); in addRelocations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/MachO/Arch/
H A DX86_64.cpp29 const relocation_info &) const override;
46 const relocation_info &rel) { in getErrorLocation()
54 const relocation_info &rel, in validateLength()
73 const relocation_info &rel) const { in getImplicitAddend()
/dports/devel/vasm/vasm/
H A Doutput_aout.h58 struct relocation_info { struct
122 struct relocation_info r;

12345678910>>...14