Searched refs:relocation_info (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dreloc.h41 struct relocation_info { struct
/freebsd-11-stable/sys/amd64/include/
H A Dreloc.h37 struct relocation_info { struct
/freebsd-11-stable/sys/i386/include/
H A Dreloc.h37 struct relocation_info { struct
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h168 #define b_out_relocation_info relocation_info
169 struct relocation_info struct
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c79 static void dump_rels(const char *, const struct relocation_info *,
106 static const struct relocation_info *rel_base;
110 static const struct relocation_info *rtrel_base;
236 rel_base = (const struct relocation_info *)
305 rtrel_base = (const struct relocation_info *)
348 dump_rels(const char *label, const struct relocation_info *base,
356 const struct relocation_info *r = &base[i];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp34 getRelocationKind(const MachO::relocation_info &RI) {
95 MachO::relocation_info
99 MachO::relocation_info RI;
100 memcpy(&RI, &ARI, sizeof(MachO::relocation_info));
111 const MachO::relocation_info &SubRI,
200 MachO::relocation_info RI = getRelocationInfo(RelItr);
H A DMachO_x86_64.cpp33 getRelocationKind(const MachO::relocation_info &RI) {
98 MachO::relocation_info
102 MachO::relocation_info RI;
103 memcpy(&RI, &ARI, sizeof(MachO::relocation_info));
113 const MachO::relocation_info &SubRI,
209 MachO::relocation_info RI = getRelocationInfo(RelItr);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbout.c271 struct relocation_info *native, *natptr;
279 natsize = (bfd_size_type) count * sizeof (struct relocation_info);
675 struct relocation_info *rptr;
684 struct relocation_info *relocs;
707 count = reloc_size / sizeof (struct relocation_info);
934 ((exec_hdr (abfd)->a_drsize / sizeof (struct relocation_info))
939 ((exec_hdr (abfd)->a_trsize / sizeof (struct relocation_info))
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h414 struct relocation_info
412 struct relocation_info struct
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp208 auto *Info = reinterpret_cast<MachO::relocation_info *>(&Reloc.Info);
H A DMachOWriter.cpp245 reinterpret_cast<MachO::relocation_info *>(&RelocInfo.Info);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp366 BigSize *= sizeof(struct MachO::relocation_info);
370 "struct relocation_info) of section " +
376 MachO::relocation_info),
559 BigSize *= sizeof(MachO::relocation_info);
563 "(struct relocation_info) of LC_DYSYMTAB command " +
568 sizeof(MachO::relocation_info),
576 BigSize *= sizeof(MachO::relocation_info);
580 "(struct relocation_info) of LC_DYSYMTAB command " +
585 sizeof(MachO::relocation_info),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h384 // llvm::MachO::relocation_info structure when r_extern is 0.
388 // llvm::MachO::relocation_info structure.
394 // llvm::MachO::relocation_info or llvm::MachO::scattered_relocation_info
404 // llvm::MachO::relocation_info or llvm::MachO::scattered_relocation_info
424 // llvm::MachO::relocation_info or llvm::MachO::scattered_relocation_info
438 // llvm::MachO::relocation_info or llvm::MachO::scattered_relocation_info
465 // llvm::MachO::relocation_info or llvm::MachO::scattered_relocation_info
949 struct relocation_info { struct
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8663 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size)
8915 big_size *= sizeof(struct MachO::relocation_info);
8928 big_size *= sizeof(struct MachO::relocation_info);

Completed in 146 milliseconds