Lines Matching refs:relocation_info
53 struct relocation_info *textrel, *datarel;
75 static void check_reloc(const char *filename, struct relocation_info *relp);
102 struct relocation_info *relp;
138 textrel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp));
139 datarel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp) +
142 textrel = (struct relocation_info *) (aoutdata + N_TRELOFF(*hdrp));
143 datarel = (struct relocation_info *) (aoutdata + N_DRELOFF(*hdrp));
148 ntextrel = hdrp->a_trsize / sizeof(struct relocation_info);
149 ndatarel = hdrp->a_drsize / sizeof(struct relocation_info);
196 static void check_reloc(const char *filename, struct relocation_info *relp)