Home
last modified time | relevance | path

Searched refs:rlen (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
Dunwind-ok.d8 [[:space:]]*R1:prologue\(rlen=8\)
16 [[:space:]]*R1:body\(rlen=25\)
42 [[:space:]]*R2:prologue_gr\(mask=\[rp,psp,pr\],grsave=r8,rlen=14\)
55 [[:space:]]*R1:body\(rlen=0\)
56 [[:space:]]*R1:prologue\(rlen=0\)
57 [[:space:]]*R1:body\(rlen=0\)
58 [[:space:]]*R1:prologue\(rlen=0\)
59 [[:space:]]*R1:body\(rlen=0\)
60 [[:space:]]*R1:prologue\(rlen=0\)
61 [[:space:]]*R1:body\(rlen=0\)
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Dunwind-ia64.c179 #define UNW_DEC_PROLOGUE(fmt, body, rlen, arg) \ argument
182 unw_rlen = rlen; \
185 fmt, body ? "body" : "prologue", (unsigned long) rlen); \
189 #define UNW_DEC_PROLOGUE_GR(fmt, rlen, mask, grsave, arg) \ argument
194 unw_rlen = rlen; \
223 fmt, maskstr, regname, (unsigned long) rlen); \
677 unw_word rlen; in unw_decode_r1() local
679 rlen = (code & 0x1f); in unw_decode_r1()
680 UNW_DEC_PROLOGUE ("R1", body, rlen, arg); in unw_decode_r1()
688 unw_word rlen; in unw_decode_r2() local
[all …]
Ddwarf.c598 unsigned int rlen = len - bytes_read - 1; in process_extended_line_op() local
608 printf (_("length %d ["), rlen); in process_extended_line_op()
609 for (; rlen; rlen--) in process_extended_line_op()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/
Dsrec.exp80 set rlen [srec_len $l]
82 if { $stop > $rlen } {
83 set stop [expr $rlen]
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.h241 unsigned long rlen; member
Dtc-ia64.c1212 output_R1_format (vbyte_func f, unw_record_type rtype, int rlen) in output_R1_format() argument
1216 if (rlen > 0x1f) in output_R1_format()
1218 output_R3_format (f, rtype, rlen); in output_R1_format()
1227 byte = UNW_R1 | (r << 5) | (rlen & 0x1f); in output_R1_format()
1232 output_R2_format (vbyte_func f, int mask, int grsave, unsigned long rlen) in output_R2_format() argument
1241 count += output_leb128 (bytes + 2, rlen, 0); in output_R2_format()
1246 output_R3_format (vbyte_func f, unw_record_type rtype, unsigned long rlen) in output_R3_format() argument
1250 if (rlen <= 0x1f) in output_R3_format()
1252 output_R1_format (f, rtype, rlen); in output_R3_format()
1261 count = output_leb128 (bytes + 1, rlen, 0); in output_R3_format()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c5410 unsigned int *rlen) in bfd_mach_o_core_fetch_environment() argument
5477 *rlen = top - bottom; in bfd_mach_o_core_fetch_environment()
5479 memcpy (*rbuf, buf + size - *rlen, *rlen); in bfd_mach_o_core_fetch_environment()