/toolchain/binutils/binutils-2.25/libiberty/ |
D | lrealpath.c | 85 const char *rp = realpath (filename, buf); in lrealpath() local 86 if (rp == NULL) in lrealpath() 87 rp = filename; in lrealpath() 88 return strdup (rp); in lrealpath() 97 char *rp = canonicalize_file_name (filename); in lrealpath() local 98 if (rp == NULL) in lrealpath() 101 return rp; in lrealpath() 119 char *buf, *rp, *ret; in lrealpath() local 123 rp = realpath (filename, buf); in lrealpath() 124 ret = strdup (rp ? rp : filename); in lrealpath()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | regval.s | 6 br.ret.sptk rp 12 br.ret.sptk rp 19 br.ret.sptk rp 26 br.ret.sptk rp 33 br.ret.sptk rp 40 br.ret.sptk rp 47 br.ret.sptk rp
|
D | unwind-ok.s | 4 br.ret.sptk rp 65 .spillreg rp, r25 75 br.ret.sptk rp 130 br.ret.sptk rp 169 br.ret.sptk rp 178 br.ret.sptk rp 204 .save rp, r26 207 br.ret.sptk rp 233 .savesp rp, 0x50 236 br.ret.sptk rp [all …]
|
D | unwind-bad.s | 71 br.ret.sptk rp 101 br.ret.sptk rp 123 br.ret.sptk rp 129 br.ret.sptk rp 135 br.ret.sptk rp 142 br.ret.sptk rp 148 br.ret.sptk rp 154 br.ret.sptk rp
|
D | proc.s | 2 br.ret.sptk rp 6 br.ret.sptk rp 10 br.ret.sptk rp
|
D | pound.s | 15 [tag:] br.ret.sptk rp 36 br.ret.sptk rp
|
D | unwind-err.s | 31 .save rp, r0 48 br.ret.sptk rp
|
D | pound.l | 23 [[:space:]]*[[:digit:]]+[[:space:]]+\[tag:\] br\.ret\.sptk rp 48 [[:space:]]*[[:digit:]]+[[:space:]]+ br\.ret\.sptk rp
|
D | bundling.s | 13 br.ret.sptk rp
|
D | nostkreg.s | 9 br.ret.sptk rp
|
D | reloc-uw.s | 8 br.ret.sptk rp
|
D | strange.s | 18 br.ret.sptk rp }
|
D | nostkreg.d | 16 [[:space:]]*[[:xdigit:]]+:[[:space:][:xdigit:]]+br\.ret\.sptk\.few[[:space:]]+(b0|rp);;
|
/toolchain/binutils/binutils-2.25/intl/ |
D | relocatable.c | 209 const char *rp = rel_installdir + strlen (rel_installdir); in compute_curr_prefix() local 214 while (rp > rel_installdir && cp > cp_base) in compute_curr_prefix() 217 const char *rpi = rp; in compute_curr_prefix() 244 rp = rpi; in compute_curr_prefix() 248 if (rp > rel_installdir) in compute_curr_prefix()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-rl78.c | 1159 int rp; in tc_gen_reloc() local 1187 reloc[rp] = (arelent *) xmalloc (sizeof (arelent)); \ in tc_gen_reloc() 1188 reloc[rp]->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *)); \ in tc_gen_reloc() 1189 reloc[rp]->howto = bfd_reloc_type_lookup (stdoutput, REL); \ in tc_gen_reloc() 1190 reloc[rp]->addend = ADD; \ in tc_gen_reloc() 1191 * reloc[rp]->sym_ptr_ptr = SYM; \ in tc_gen_reloc() 1192 reloc[rp]->address = fixp->fx_frag->fr_address + fixp->fx_where; \ in tc_gen_reloc() 1193 reloc[++rp] = NULL in tc_gen_reloc() 1199 rp = 1; in tc_gen_reloc()
|
D | tc-cr16.c | 1203 cur_arg->rp = cur_arg->r; in set_operand() 1219 if ((cur_arg->rp = get_register_pair (operandS)) == nullregister) in set_operand() 1230 if ((cur_arg->rp = get_index_register_pair (operandE)) == nullregister) in set_operand() 1237 cur_arg->rp = -1; in set_operand() 1314 cur_arg->rp = ret_val; in parse_operand() 1889 CR16_PRINT (0, getregp_image (arg->rp), shift); in print_operand() 1908 CR16_PRINT (0, getidxregp_image (arg->rp), 0); in print_operand() 1916 CR16_PRINT (0, getidxregp_image (arg->rp), 16); in print_operand() 1958 CR16_PRINT (0, getregp_image (arg->rp), (shift + 16)); in print_operand() 1962 CR16_PRINT (0, getregp_image (arg->rp), (shift - 8)); in print_operand() [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cr16-dis.c | 371 a->rp = p.val; in make_argument() 420 a->rp = p.val; in make_argument() 459 a->rp = p.val; in make_argument() 559 func (stream, "%s", getregpname (a->rp)); in print_arg() 623 func (stream, "%s", getidxregpname (a->rp)); in print_arg() 639 func (stream, "%s", getregpname (a->rp)); in print_arg()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | basic_blocks.c | 56 cmp_bb (const PTR lp, const PTR rp) in cmp_bb() argument 60 const Sym *right = *(const Sym **) rp; in cmp_bb() 85 cmp_ncalls (const PTR lp, const PTR rp) in cmp_ncalls() argument 88 const Sym *right = *(const Sym **) rp; in cmp_ncalls()
|
D | symtab.c | 61 cmp_addr (const PTR lp, const PTR rp) in cmp_addr() argument 64 const Sym *right = (const Sym *) rp; in cmp_addr()
|
D | cg_arcs.c | 154 cmp_topo (const PTR lp, const PTR rp) in cmp_topo() argument 157 const Sym *right = *(const Sym **) rp; in cmp_topo() 538 cmp_total (const PTR lp, const PTR rp) in cmp_total() argument 541 const Sym *right = *(const Sym **) rp; in cmp_total()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/ |
D | stdreg.s | 9 ldi 15,%rp
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 6351 Elf_Internal_Rela * rp; in slurp_ia64_unwind_table() local 6419 for (rp = rela; rp < rela + nrelas; ++rp) in slurp_ia64_unwind_table() 6421 relname = elf_ia64_reloc_type (get_reloc_type (rp->r_info)); in slurp_ia64_unwind_table() 6422 sym = aux->symtab + get_reloc_symindex (rp->r_info); in slurp_ia64_unwind_table() 6430 i = rp->r_offset / (3 * eh_addr_size); in slurp_ia64_unwind_table() 6432 switch (rp->r_offset/eh_addr_size % 3) in slurp_ia64_unwind_table() 6436 aux->table[i].start.offset = rp->r_addend + sym->st_value; in slurp_ia64_unwind_table() 6440 aux->table[i].end.offset = rp->r_addend + sym->st_value; in slurp_ia64_unwind_table() 6444 aux->table[i].info.offset = rp->r_addend + sym->st_value; in slurp_ia64_unwind_table() 6736 Elf_Internal_Rela * rp; in slurp_hppa_unwind_table() local [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/ |
D | error1.s | 12 .save rp, r32
|
D | tlsbinpic.s | 47 .save rp, r33
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | pei-x86_64.c | 432 const bfd_vma *rp = (const bfd_vma *) r; in sort_xdata_arr() local 434 if (*lp == *rp) in sort_xdata_arr() 436 return (*lp < *rp ? -1 : 1); in sort_xdata_arr()
|