Home | History | Annotate | Download | only in bfd

Lines Matching full:r_extern

151   int r_extern;
166 r_index to the symbols index, and the r_extern bit.
174 r_extern = 0;
182 r_extern = 1;
184 r_extern = 0;
190 r_extern = 0;
210 (r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0)
226 int r_extern;
236 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
250 if (r_extern && r_index > symcount)
258 r_extern = 0;
262 /* Magically uses r_extern, symbols etc. Ugly, but it's what's in the