Home
last modified time | relevance | path

Searched refs:r_extern (Results 1 – 25 of 30) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Daout-cris.c154 int r_extern; in MY() local
177 r_extern = 0; in MY()
185 r_extern = 1; in MY()
187 r_extern = 0; in MY()
193 r_extern = 0; in MY()
213 (r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0) in MY()
229 int r_extern; in MY() local
239 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE)); in MY()
253 if (r_extern && r_index > symcount) in MY()
261 r_extern = 0; in MY()
Di386lynx.c136 int r_extern; variable
174 r_extern = 0;
179 r_extern = 1;
186 r_extern = 0;
197 (r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
210 (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0)
230 int r_extern; variable
260 r_extern = 0;
264 r_extern = 1;
271 r_extern = 0;
[all …]
Daout-ns32k.c145 int *r_extern, in MY()
154 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE)); in MY()
168 int r_extern, in MY()
187 (r_extern? RELOC_STD_BITS_EXTERN_LITTLE: 0) in MY()
257 int r_extern; in MY_swap_std_reloc_in() local
264 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel); in MY_swap_std_reloc_in()
276 int r_extern; in MY_swap_std_reloc_out() local
299 r_extern = 0; in MY_swap_std_reloc_out()
304 r_extern = 1; in MY_swap_std_reloc_out()
314 r_extern = 0; in MY_swap_std_reloc_out()
[all …]
Daout-arm.c98 int *r_extern, in MY()
112 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_BIG)); in MY()
123 *r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE)); in MY()
141 int r_extern, in MY()
168 ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0) in MY()
179 ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0) in MY()
337 int r_extern; in MY_swap_std_reloc_in() local
343 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel); in MY_swap_std_reloc_in()
355 int r_extern; in MY_swap_std_reloc_out() local
403 r_extern = 0; in MY_swap_std_reloc_out()
[all …]
Dnlm32-alpha.c401 int r_type, r_extern, r_offset, r_size; in nlm_alpha_read_reloc() local
416 r_extern = (ext.r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0; in nlm_alpha_read_reloc()
426 if (r_extern) in nlm_alpha_read_reloc()
500 if (! r_extern) in nlm_alpha_read_reloc()
505 BFD_ASSERT (! r_extern); in nlm_alpha_read_reloc()
653 int r_type, r_extern, r_offset, r_size; in nlm_alpha_write_import() local
667 r_extern = 1; in nlm_alpha_write_import()
672 r_extern = 0; in nlm_alpha_write_import()
721 r_extern = 0; in nlm_alpha_write_import()
733 ext.r_bits[1] = ((r_extern ? RELOC_BITS1_EXTERN_LITTLE : 0) in nlm_alpha_write_import()
Dcoff-mips.c306 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_BIG) != 0;
320 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_LITTLE) != 0;
335 BFD_ASSERT (intern->r_extern
348 | (intern->r_extern ? RELOC_BITS3_EXTERN_BIG : 0));
359 | (intern->r_extern ? RELOC_BITS3_EXTERN_LITTLE : 0));
376 if (! intern->r_extern
944 && int_rel.r_extern == lo_int_rel.r_extern
955 if (int_rel.r_extern)
994 if (! int_rel.r_extern)
1034 if (int_rel.r_extern)
[all …]
Daoutx.h1916 int r_extern; in NAME() local
1949 r_extern = 0; in NAME()
1954 r_extern = 1; in NAME()
1961 r_extern = 0; in NAME()
1971 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0) in NAME()
1983 natptr->r_type[0] = ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0) in NAME()
2004 int r_extern; in NAME() local
2026 r_extern = 0; in NAME()
2033 r_extern = 1; in NAME()
2035 r_extern = 0; in NAME()
[all …]
Dcoff-alpha.c543 intern->r_extern = (ext->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0;
566 if (! intern->r_extern &&
569 if (! intern->r_extern && intern->r_symndx == RELOC_SECTION_LITA)
594 && ! intern->r_extern
606 BFD_ASSERT (intern->r_extern
616 ext->r_bits[1] = ((intern->r_extern ? RELOC_BITS1_EXTERN_LITTLE : 0)
654 if (! intern->r_extern)
664 if (! intern->r_extern)
1505 int r_extern; local
1518 r_extern = (ext_rel->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0;
[all …]
Driscix.c293 int r_extern; in riscix_swap_std_reloc_out() local
333 r_extern = 0; in riscix_swap_std_reloc_out()
338 r_extern = 1; in riscix_swap_std_reloc_out()
345 r_extern = 0; in riscix_swap_std_reloc_out()
356 ( (r_extern ? RELOC_STD_BITS_EXTERN_BIG: 0) in riscix_swap_std_reloc_out()
367 ( (r_extern ? RELOC_STD_BITS_EXTERN_LITTLE: 0) in riscix_swap_std_reloc_out()
Dhp300hpux.c652 int r_extern = 0; variable
672 r_extern = 1;
675 r_extern = 1;
709 if (r_pcrel && r_extern)
Dbout.c266 int r_extern = 0; in b_out_squirt_out_relocs() local
331 r_extern = 0; in b_out_squirt_out_relocs()
349 r_extern = 0; in b_out_squirt_out_relocs()
354 r_extern = 1; in b_out_squirt_out_relocs()
361 r_extern = 0; in b_out_squirt_out_relocs()
378 if (r_extern) in b_out_squirt_out_relocs()
Dpdp11.c1743 if (r_extern) \
1790 int r_extern; in pdp11_aout_swap_reloc_in() local
1807 r_extern = (reloc_entry & RTYPE) == REXT; in pdp11_aout_swap_reloc_in()
1809 if (r_extern && r_index > symcount) in pdp11_aout_swap_reloc_in()
1813 r_extern = 0; in pdp11_aout_swap_reloc_in()
3003 int r_extern; in aout_link_reloc_link_order() local
3014 r_extern = 0; in aout_link_reloc_link_order()
3028 r_extern = 1; in aout_link_reloc_link_order()
3071 MY_put_reloc(finfo->output_bfd, r_extern, r_index, p->offset, howto, in aout_link_reloc_link_order()
3096 ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0) in aout_link_reloc_link_order()
[all …]
Daout-tic30.c277 int *r_extern, in tic30_aout_reloc_howto() argument
288 *r_extern = (0 != (relocs->r_type[0] & RELOC_STD_BITS_EXTERN_BIG)); in tic30_aout_reloc_howto()
295 *r_extern = (0 != (relocs->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE)); in tic30_aout_reloc_howto()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Daout_gnu.h335 unsigned r_extern:1; member
370 unsigned int r_extern:1; member
431 unsigned int r_extern:1; member
Dtc-m88k.h55 unsigned int r_extern:1; member
Dtc-i960.h123 r_extern:1, r_bsr:1, /* Something for the GNU NS32K assembler */ member
Dtc-i960.c2134 | ri->r_extern << 4 in md_ri_to_chars()
2142 | ri->r_extern << 3 in md_ri_to_chars()
2530 ri.r_extern = 0; in tc_bout_fix_to_chars()
2534 ri.r_extern = 1; in tc_bout_fix_to_chars()
2539 ri.r_extern = 0; in tc_bout_fix_to_chars()
Dobj-bout.h158 r_extern:1, r_bsr:1, /* Something for the GNU NS32K assembler. */ member
/mirbsd/src/sys/arch/i386/include/
Dexec.h44 r_extern : 1, /* 1 if need to add symbol to value */ member
/mirbsd/src/sys/arch/sparc/include/
Dreloc.h96 r_extern:1, /* if set, r_index is symbol index */ member
Dexec.h55 r_extern : 1, /* 1 if need to add symbol to value */ member
/mirbsd/src/gnu/usr.bin/binutils/include/
Dbout.h186 r_extern:1, member
/mirbsd/src/gnu/usr.bin/binutils/include/aout/
Dadobe.h226 unsigned int r_extern:1; member
Daout64.h397 unsigned int r_extern:1; member
/mirbsd/src/gnu/usr.bin/binutils/include/coff/
Dinternal.h603 unsigned char r_extern; /* Used by ECOFF */ member

12