/toolchain/binutils/binutils-2.25/ld/ |
D | testplug.c | 455 enum ld_plugin_status rv = parse_tv_tag (tv); in parse_and_dump_tv_tag() local 457 return rv; in parse_and_dump_tv_tag() 465 enum ld_plugin_status rv; in onload() local 481 if ((rv = parse_and_dump_tv_tag (n++, tv)) != LDPS_OK) in onload() 482 return rv; in onload() 578 enum ld_plugin_status rv; in onall_symbols_read() local 584 rv = tv_get_symbols_v2 (claimfile->file.handle, claimfile->n_syms_used, in onall_symbols_read() 586 if (rv != LDPS_OK) in onall_symbols_read() 587 return rv; in onall_symbols_read() 598 enum ld_plugin_status rv; in onall_symbols_read() local [all …]
|
D | plugin.c | 423 enum ld_plugin_status rv; in add_symbols() local 428 rv = asymbol_from_plugin_symbol (abfd, bfdsym, syms + n); in add_symbols() 429 if (rv != LDPS_OK) in add_symbols() 430 return rv; in add_symbols() 814 enum ld_plugin_status rv; in plugin_load_plugins() local 825 rv = (*onloadfn) (my_tv); in plugin_load_plugins() 827 if (rv != LDPS_OK) in plugin_load_plugins() 828 einfo (_("%P%F: %s: plugin error: %d\n"), curplug->name, rv); in plugin_load_plugins() 856 enum ld_plugin_status rv; in plugin_call_claim_file() local 858 rv = (*curplug->claim_file_handler) (file, claimed); in plugin_call_claim_file() [all …]
|
D | deffilep.y | 371 def_file *rv = xmalloc (sizeof (def_file)); in def_file_empty() local 372 memset (rv, 0, sizeof (def_file)); in def_file_empty() 373 rv->is_dll = -1; in def_file_empty() 374 rv->base_address = (bfd_vma) -1; in def_file_empty() 375 rv->stack_reserve = rv->stack_commit = -1; in def_file_empty() 376 rv->heap_reserve = rv->heap_commit = -1; in def_file_empty() 377 rv->version_major = rv->version_minor = -1; in def_file_empty() 378 return rv; in def_file_empty() 1270 int rv; in def_getc() local 1275 rv = EOF; in def_getc() [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | aarch64-reloc-property.h | 230 unsigned int rv = -1; in code_to_array_index() local 232 rv = 128 + code - 512; // 512 - 573 in code_to_array_index() 234 rv = code - 256; // 256 - 313 in code_to_array_index() 235 gold_assert(rv <= Property_table_size); in code_to_array_index() 236 return rv; in code_to_array_index()
|
D | Makefile.in | 1139 rv=0; else rv=$$?; \ 1142 exit $$rv
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | rx-dis.c | 91 int rv; in print_insn_rx() local 99 rv = rx_decode_opcode (addr, &opcode, rx_get_byte, &rx_data); in print_insn_rx() 200 return rv; in print_insn_rx()
|
D | opc2c.c | 461 char *rv = (char *) malloc (n + 1); in pv_dup() local 463 memcpy (rv, p, n); in pv_dup() 464 rv[n] = 0; in pv_dup() 465 return rv; in pv_dup() 471 unsigned char rv = 0; in str2mask() local 475 rv *= 2; in str2mask() 477 rv += 1; in str2mask() 480 return rv; in str2mask()
|
D | rl78-dis.c | 86 int rv; in print_insn_rl78() local 97 rv = rl78_decode_opcode (addr, &opcode, rl78_get_byte, &rl78_data); in print_insn_rl78() 328 return rv; in print_insn_rl78()
|
D | bfin-dis.c | 4653 int rv = 0; in _print_insn_bfin() local 4688 rv = decode_ProgCtrl_0 (iw0, outf); in _print_insn_bfin() 4690 rv = decode_CaCTRL_0 (iw0, outf); in _print_insn_bfin() 4692 rv = decode_PushPopReg_0 (iw0, outf); in _print_insn_bfin() 4694 rv = decode_PushPopMultiple_0 (iw0, outf); in _print_insn_bfin() 4696 rv = decode_ccMV_0 (iw0, outf); in _print_insn_bfin() 4698 rv = decode_CCflag_0 (iw0, outf); in _print_insn_bfin() 4700 rv = decode_CC2dreg_0 (iw0, outf); in _print_insn_bfin() 4702 rv = decode_CC2stat_0 (iw0, outf); in _print_insn_bfin() 4704 rv = decode_BRCC_0 (iw0, pc, outf); in _print_insn_bfin() [all …]
|
D | ia64-raw.tbl | 22 AR[FPSR].rv; IC:mov-to-AR-FPSR; br.ia, IC:fp-arith, fchkf, fcmp, fpcmp, IC:mov-from-AR-FPSR; implie… 35 … 8-15, 20, 22-23, 31, 33-35, 37-39, 41-43, 46-47, 67-111; IC:none; br.ia, IC:mov-from-AR-rv+1; none 78 CR%, % in 3-7, 10-15, 18, 28-63, 75-79, 82-127; IC:none; IC:mov-from-CR-rv+1; none
|
D | ia64-ic.tbl | 94 mov-from-AR-rv; IC:none 122 mov-from-CR-rv; IC:none
|
D | ia64-waw.tbl | 25 AR[FPSR].rv; IC:mov-to-AR-FPSR; IC:mov-to-AR-FPSR; impliedF
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-rx.c | 3356 bfd_boolean rv; in rx_get_section_contents() local 3371 rv = TRUE; in rx_get_section_contents() 3378 rv = _bfd_generic_get_section_contents (abfd, section, buf, in rx_get_section_contents() 3380 if (!rv) in rx_get_section_contents() 3401 rv = _bfd_generic_get_section_contents (abfd, section, cloc, offset, in rx_get_section_contents() 3403 if (!rv) in rx_get_section_contents() 3416 rv = _bfd_generic_get_section_contents (abfd, section, buf, in rx_get_section_contents() 3418 if (!rv) in rx_get_section_contents() 3426 rv = _bfd_generic_get_section_contents (abfd, section, location, offset, count); in rx_get_section_contents() 3428 return rv; in rx_get_section_contents() [all …]
|
D | elf32-xtensa.c | 927 property_table_entry *rv; in elf_xtensa_find_property_entry() local 936 rv = bsearch (&entry, property_table, property_table_size, in elf_xtensa_find_property_entry() 938 return rv; in elf_xtensa_find_property_entry() 6021 reloc_bfd_fix *rv; in get_bfd_fix() local 6034 rv = bsearch (&key, relax_info->fix_array, relax_info->fix_array_count, in get_bfd_fix() 6036 return rv; in get_bfd_fix() 8871 bfd_boolean rv = FALSE; in relax_section() local 9238 rv = narrow_instruction (scratch, final_size, 0); in relax_section() 9239 BFD_ASSERT (rv); in relax_section() 9271 rv = widen_instruction (scratch, final_size, 0); in relax_section() [all …]
|
D | vms-lib.c | 1547 lib_index_cmp (const void *lv, const void *rv) in lib_index_cmp() argument 1550 const struct lib_index *r = rv; in lib_index_cmp()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-rl78.c | 1286 long rv; in md_pcrel_from_section() local 1295 rv = fixP->fx_frag->fr_address + fixP->fx_where; in md_pcrel_from_section() 1299 rv += 1; in md_pcrel_from_section() 1302 rv += 2; in md_pcrel_from_section() 1307 return rv; in md_pcrel_from_section()
|
D | tc-pj.c | 102 static int rv[5][2] = in pj_cons_fix_new_pj() local 111 : rv[nbytes][(now_seg->flags & SEC_CODE) ? 0 : 1]); in pj_cons_fix_new_pj()
|
D | tc-mep.c | 1588 long rv = relax_frag (segment, fragP, stretch); in mep_relax_frag() local 1594 return rv; in mep_relax_frag() 1607 int rv = frag->fr_offset; in target_address_for() local 1611 rv += S_GET_VALUE (sym); in target_address_for() 1613 return rv; in target_address_for()
|
D | tc-m32c.c | 610 int rv = frag->fr_offset; in target_address_for() local 614 rv += S_GET_VALUE (sym); in target_address_for() 617 return rv; in target_address_for()
|
D | tc-rx.c | 2149 long rv; in md_pcrel_from_section() local 2158 rv = fixP->fx_frag->fr_address + fixP->fx_where; in md_pcrel_from_section() 2162 return rv; in md_pcrel_from_section() 2164 return rv - 1; in md_pcrel_from_section()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | mips.exp | 344 {as {[concat $opts [mips_arch_as_flags $arch]]}}"} rv] { 345 perror "$rv" 394 $testname} rv] { 395 perror "$rv"
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | sv.po | 1301 msgstr "%s: 0x%lx: varning: kunde inte hitta f�rv�ntad omlokalisering" 1311 msgstr "%s: 0x%lx: varning: kunde inte hitta f�rv�ntad COUNT-omlokalisering" 2018 msgstr "%s:%u: felaktig kontrollsumma i hexadecimal Intel-fil (f�rv�ntade %u, hittade %u)" 2113 msgstr "%s: ogiltig mmo-fil: f�rv�ntade YZ = 1 fick YZ = %d f�r lop_quote\n" 2118 msgstr "%s: ogiltig mmo-fil: f�rv�ntade z = 1 eller z = 2, fick z = %d f�r lop_loc\n" 2123 msgstr "%s: ogiltig mmo-fil: f�rv�ntade z = 1 eller z = 2, fick z = %d f�r lop_fixo\n" 2128 msgstr "%s: ogiltig mmo-fil: f�rv�ntade y = 0, fick y = %d f�r lop_fixrx\n" 2133 msgstr "%s: ogiltig mmo-fil: f�rv�ntade z = 16 eller z = 24, fick z = %d f�r lop_fixr\n"
|
/toolchain/binutils/binutils-2.25/opcodes/po/ |
D | sv.po | 125 msgstr "syntaxfel (tecknet \"%c\" f�rv�ntades, hittade \"%c\")" 131 msgstr "syntaxfel (tecknet \"%c\" f�rv�ntades, hittade slutet p� instruktion)"
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | pep.em | 933 lang_assignment_statement_type *rv; 935 rv = lang_add_assignment (exp_assign (GET_INIT_SYMBOL_NAME (j), 948 image_base_statement = rv;
|
D | pe.em | 990 lang_assignment_statement_type *rv; 992 rv = lang_add_assignment (exp_assign (GET_INIT_SYMBOL_NAME (j), 1005 image_base_statement = rv;
|