Home | History | Annotate | Download | only in bfd

Lines Matching full:r_extern

147 		  int *r_extern,
156 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
170 int r_extern,
189 (r_extern? RELOC_STD_BITS_EXTERN_LITTLE: 0)
275 int r_extern;
282 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
294 int r_extern;
300 r_index to the symbols index, and the r_extern bit.
314 r_extern = 0;
319 r_extern = 1;
329 r_extern = 0;
333 MY_put_reloc (abfd, r_extern, r_index, g->address, g->howto, natptr);