| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | aout-cris.c | 154 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()
|
| D | i386lynx.c | 136 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 …]
|
| D | aout-ns32k.c | 145 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 …]
|
| D | aout-arm.c | 98 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 …]
|
| D | nlm32-alpha.c | 401 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()
|
| D | coff-mips.c | 306 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 …]
|
| D | aoutx.h | 1916 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 …]
|
| D | coff-alpha.c | 543 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 …]
|
| D | riscix.c | 293 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()
|
| D | hp300hpux.c | 652 int r_extern = 0; variable 672 r_extern = 1; 675 r_extern = 1; 709 if (r_pcrel && r_extern)
|
| D | bout.c | 266 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()
|
| D | pdp11.c | 1743 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 …]
|
| D | aout-tic30.c | 277 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/ |
| D | aout_gnu.h | 335 unsigned r_extern:1; member 370 unsigned int r_extern:1; member 431 unsigned int r_extern:1; member
|
| D | tc-m88k.h | 55 unsigned int r_extern:1; member
|
| D | tc-i960.h | 123 r_extern:1, r_bsr:1, /* Something for the GNU NS32K assembler */ member
|
| D | tc-i960.c | 2134 | 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()
|
| D | obj-bout.h | 158 r_extern:1, r_bsr:1, /* Something for the GNU NS32K assembler. */ member
|
| /mirbsd/src/sys/arch/i386/include/ |
| D | exec.h | 44 r_extern : 1, /* 1 if need to add symbol to value */ member
|
| /mirbsd/src/sys/arch/sparc/include/ |
| D | reloc.h | 96 r_extern:1, /* if set, r_index is symbol index */ member
|
| D | exec.h | 55 r_extern : 1, /* 1 if need to add symbol to value */ member
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | bout.h | 186 r_extern:1, member
|
| /mirbsd/src/gnu/usr.bin/binutils/include/aout/ |
| D | adobe.h | 226 unsigned int r_extern:1; member
|
| D | aout64.h | 397 unsigned int r_extern:1; member
|
| /mirbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | internal.h | 603 unsigned char r_extern; /* Used by ECOFF */ member
|