Home
last modified time | relevance | path

Searched refs:rp (Results 1 – 25 of 49) sorted by relevance

12

/toolchain/binutils/binutils-2.25/libiberty/
Dlrealpath.c85 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/
Dregval.s6 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
Dunwind-ok.s4 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 …]
Dunwind-bad.s71 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
Dproc.s2 br.ret.sptk rp
6 br.ret.sptk rp
10 br.ret.sptk rp
Dpound.s15 [tag:] br.ret.sptk rp
36 br.ret.sptk rp
Dunwind-err.s31 .save rp, r0
48 br.ret.sptk rp
Dpound.l23 [[:space:]]*[[:digit:]]+[[:space:]]+\[tag:\] br\.ret\.sptk rp
48 [[:space:]]*[[:digit:]]+[[:space:]]+ br\.ret\.sptk rp
Dbundling.s13 br.ret.sptk rp
Dnostkreg.s9 br.ret.sptk rp
Dreloc-uw.s8 br.ret.sptk rp
Dstrange.s18 br.ret.sptk rp }
Dnostkreg.d16 [[:space:]]*[[:xdigit:]]+:[[:space:][:xdigit:]]+br\.ret\.sptk\.few[[:space:]]+(b0|rp);;
/toolchain/binutils/binutils-2.25/intl/
Drelocatable.c209 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/
Dtc-rl78.c1159 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()
Dtc-cr16.c1203 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/
Dcr16-dis.c371 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/
Dbasic_blocks.c56 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()
Dsymtab.c61 cmp_addr (const PTR lp, const PTR rp) in cmp_addr() argument
64 const Sym *right = (const Sym *) rp; in cmp_addr()
Dcg_arcs.c154 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/
Dstdreg.s9 ldi 15,%rp
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c6351 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/
Derror1.s12 .save rp, r32
Dtlsbinpic.s47 .save rp, r33
/toolchain/binutils/binutils-2.25/bfd/
Dpei-x86_64.c432 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()

12