Home
last modified time | relevance | path

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

/NextBSD/usr.bin/ldd/
HDsods.c77 static void dump_rels(const char *, const struct relocation_info *,
104 static const struct relocation_info *rel_base;
108 static const struct relocation_info *rtrel_base;
234 rel_base = (const struct relocation_info *) in dump_file()
303 rtrel_base = (const struct relocation_info *) in dump_file()
346 dump_rels(const char *label, const struct relocation_info *base, in dump_rels()
354 const struct relocation_info *r = &base[i]; in dump_rels()
/NextBSD/contrib/gdb/include/
HDbout.h168 #define b_out_relocation_info relocation_info
169 struct relocation_info struct
/NextBSD/sys/arm/include/
HDreloc.h41 struct relocation_info { struct
/NextBSD/sys/amd64/include/
HDreloc.h37 struct relocation_info { struct
/NextBSD/sys/i386/include/
HDreloc.h37 struct relocation_info { struct
/NextBSD/contrib/binutils/bfd/
HDbout.c271 struct relocation_info *native, *natptr; in b_out_squirt_out_relocs()
279 natsize = (bfd_size_type) count * sizeof (struct relocation_info); in b_out_squirt_out_relocs()
674 struct relocation_info *rptr; in b_out_slurp_reloc_table()
683 struct relocation_info *relocs; in b_out_slurp_reloc_table()
706 count = reloc_size / sizeof (struct relocation_info); in b_out_slurp_reloc_table()
933 ((exec_hdr (abfd)->a_drsize / sizeof (struct relocation_info)) in b_out_get_reloc_upper_bound()
938 ((exec_hdr (abfd)->a_trsize / sizeof (struct relocation_info)) in b_out_get_reloc_upper_bound()
/NextBSD/contrib/binutils/gas/config/
HDaout_gnu.h412 struct relocation_info struct
/NextBSD/contrib/llvm/include/llvm/Support/
HDMachO.h943 struct relocation_info { struct
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp7236 if (reloff + nreloc * sizeof(struct MachO::relocation_info) > object_size) in PrintSection()
7488 big_size *= sizeof(struct MachO::relocation_info); in PrintDysymtabLoadCommand()
7501 big_size *= sizeof(struct MachO::relocation_info); in PrintDysymtabLoadCommand()