Home | History | Annotate | Download | only in bfd

Lines Matching full:r_extern

99 		  int *r_extern,
113 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_BIG));
124 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
142 int r_extern,
169 ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
180 ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0)
354 int r_extern;
360 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
372 int r_extern;
405 r_index to the symbols index, and the r_extern bit.
420 r_extern = 0;
425 r_extern = 1;
432 r_extern = 0;
443 ( (r_extern ? RELOC_STD_BITS_EXTERN_BIG: 0)
454 ( (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE: 0)