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

/freebsd-10.2-release/sys/i386/include/
H A Dreloc.h37 struct relocation_info { struct
/freebsd-10.2-release/sys/arm/include/
H A Dreloc.h41 struct relocation_info { struct
/freebsd-10.2-release/sys/amd64/include/
H A Dreloc.h37 struct relocation_info { struct
/freebsd-10.2-release/usr.sbin/crunch/crunchide/
H A Dexec_aout.c52 struct relocation_info *textrel, *datarel;
66 static void check_reloc(const char *filename, struct relocation_info *relp);
93 struct relocation_info *relp;
129 textrel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp));
130 datarel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp) +
133 textrel = (struct relocation_info *) (aoutdata + N_TRELOFF(*hdrp));
134 datarel = (struct relocation_info *) (aoutdata + N_DRELOFF(*hdrp));
139 ntextrel = hdrp->a_trsize / sizeof(struct relocation_info);
140 ndatarel = hdrp->a_drsize / sizeof(struct relocation_info);
187 static void check_reloc(const char *filename, struct relocation_info *rel
[all...]
/freebsd-10.2-release/contrib/gdb/include/
H A Dbout.h168 #define b_out_relocation_info relocation_info
169 struct relocation_info struct
/freebsd-10.2-release/usr.bin/ldd/
H A Dsods.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 *)
303 rtrel_base = (const struct relocation_info *)
346 dump_rels(const char *label, const struct relocation_info *base,
354 const struct relocation_info *r = &base[i];
/freebsd-10.2-release/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-10.2-release/contrib/binutils/gas/config/
H A Daout_gnu.h414 struct relocation_info
412 struct relocation_info struct
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DMachO.h353 // llvm::MachO::relocation_info structure when r_extern is 0.
357 // llvm::MachO::relocation_info structure.
363 // llvm::MachO::relocation_info or llvm::MachO::scattered_relocation_info
373 // llvm::MachO::relocation_info or llvm::MachO::scattered_relocation_info
393 // llvm::MachO::relocation_info or llvm::MachO::scattered_relocation_info
407 // llvm::MachO::relocation_info or llvm::MachO::scattered_relocation_info
829 struct relocation_info { struct

Completed in 165 milliseconds