/toolchain/binutils/binutils-2.25/gold/ |
D | target.cc | 167 static bool warned; in do_calls_non_split() local 168 if (!warned) in do_calls_non_split() 173 warned = true; in do_calls_non_split()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
D | warn2.d | 8 # There should be no warning, since the symbol warned about is
|
D | warn1.d | 8 # There should be no warning, since the symbol warned about is
|
D | globsymw1.s | 14 ;# construct is last, but is missing the actual symbol warned about.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-moxie.c | 242 bfd_boolean unresolved_reloc, warned, ignored; in moxie_elf_relocate_section() local 247 unresolved_reloc, warned, ignored); in moxie_elf_relocate_section()
|
D | elf32-xc16x.c | 376 bfd_boolean unresolved_reloc, warned, ignored; in elf32_xc16x_relocate_section() local 381 unresolved_reloc, warned, ignored); in elf32_xc16x_relocate_section()
|
D | elf32-msp430.c | 796 static bfd_boolean warned = FALSE; in msp430_final_link_relocate() local 797 if (! warned) in msp430_final_link_relocate() 803 warned = TRUE; in msp430_final_link_relocate() 1104 static bfd_boolean warned = FALSE; in msp430_final_link_relocate() local 1105 if (! warned) in msp430_final_link_relocate() 1111 warned = TRUE; in msp430_final_link_relocate() 1279 bfd_boolean unresolved_reloc, warned, ignored; in elf32_msp430_relocate_section() local 1284 unresolved_reloc, warned, ignored); in elf32_msp430_relocate_section()
|
D | elf32-d10v.c | 461 bfd_boolean unresolved_reloc, warned, ignored; in elf32_d10v_relocate_section() local 466 unresolved_reloc, warned, ignored); in elf32_d10v_relocate_section()
|
D | elf32-mcore.c | 460 bfd_boolean unresolved_reloc, warned, ignored; in mcore_elf_relocate_section() local 465 unresolved_reloc, warned, ignored); in mcore_elf_relocate_section()
|
D | elf32-mt.c | 346 bfd_boolean warned, ignored; in mt_elf_relocate_section() local 351 unresolved_reloc, warned, ignored); in mt_elf_relocate_section()
|
D | elf32-fr30.c | 548 bfd_boolean unresolved_reloc, warned, ignored; in fr30_elf_relocate_section() local 553 unresolved_reloc, warned, ignored); in fr30_elf_relocate_section()
|
D | elf32-epiphany.c | 515 bfd_boolean warned ATTRIBUTE_UNUSED; in epiphany_elf_relocate_section() 522 unresolved_reloc, warned, ignored); in epiphany_elf_relocate_section()
|
D | elf32-iq2000.c | 629 bfd_boolean warned, ignored; in iq2000_elf_relocate_section() local 634 unresolved_reloc, warned, ignored); in iq2000_elf_relocate_section()
|
D | elf32-mep.c | 492 bfd_boolean warned, unresolved_reloc, ignored; in mep_elf_relocate_section() local 497 unresolved_reloc, warned, ignored); in mep_elf_relocate_section()
|
D | elf-bfd.h | 2411 unresolved_reloc, warned, ignored) \ argument 2430 warned = FALSE; \ 2466 warned = TRUE; \ 2469 (void) warned; \
|
D | elf32-xstormy16.c | 820 bfd_boolean unresolved_reloc, warned, ignored; in xstormy16_elf_relocate_section() local 825 unresolved_reloc, warned, ignored); in xstormy16_elf_relocate_section()
|
D | elf32-cr16c.c | 717 bfd_boolean unresolved_reloc, warned, ignored; in elf32_cr16c_relocate_section() local 722 unresolved_reloc, warned, ignored); in elf32_cr16c_relocate_section()
|
D | elf32-i860.c | 1122 bfd_boolean unresolved_reloc, warned, ignored; in elf32_i860_relocate_section() local 1127 unresolved_reloc, warned, ignored); in elf32_i860_relocate_section()
|
D | elf32-crx.c | 867 bfd_boolean unresolved_reloc, warned, ignored; in elf32_crx_relocate_section() local 872 unresolved_reloc, warned, ignored); in elf32_crx_relocate_section()
|
D | elf-m10200.c | 374 bfd_boolean unresolved_reloc, warned, ignored; in mn10200_elf_relocate_section() local 379 unresolved_reloc, warned, ignored); in mn10200_elf_relocate_section()
|
D | elf32-ip2k.c | 1427 bfd_boolean warned, ignored; in ip2k_elf_relocate_section() local 1433 unresolved_reloc, warned, ignored); in ip2k_elf_relocate_section()
|
D | elf32-m68hc1x.c | 986 bfd_boolean unresolved_reloc, warned, ignored; in elf32_m68hc11_relocate_section() local 991 warned, ignored); in elf32_m68hc11_relocate_section()
|
D | elf32-h8300.c | 471 bfd_boolean unresolved_reloc, warned, ignored; in elf32_h8_relocate_section() local 476 unresolved_reloc, warned, ignored); in elf32_h8_relocate_section()
|
D | elf32-vax.c | 1409 bfd_boolean warned, ignored; in elf_vax_relocate_section() local 1414 unresolved_reloc, warned, ignored); in elf_vax_relocate_section()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | rclex.c | 720 int warned = 0; in read_digit() local 752 if (! warned && val >= base) in read_digit() 754 warned = 1; in read_digit()
|