Home
last modified time | relevance | path

Searched refs:pc_len (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in4202 my ($is_calls,$metric_ok,$name_regex,$pc_len);
4260 $pc_len = 0;
4407 $offy = ($lblanks+$lvdso_key < $pc_len) ? $pc_len : $lblanks+$lvdso_key;
4409 if ($pc_len)
4437 if ($pc_len)
4439 print FUNC_FILE_NO_PC substr ($line,$pc_len)."\n";
4450 if (!$pc_len)
4454 $pc_len = length ($1); # say 15
4455 print FUNC_FILE_NO_PC substr ($line,$pc_len)."\n";
4464 if ($pc_len)
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in4850 my ($is_calls,$metric_ok,$name_regex,$pc_len);
4908 $pc_len = 0;
5056 $offy = ($lblanks+$lvdso_key < $pc_len) ? $pc_len : $lblanks+$lvdso_key;
5058 if ($pc_len)
5086 if ($pc_len)
5088 print FUNC_FILE_NO_PC substr ($line,$pc_len)."\n";
5099 if (!$pc_len)
5103 $pc_len = length ($1); # say 15
5104 print FUNC_FILE_NO_PC substr ($line,$pc_len)."\n";
5113 if ($pc_len)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c8492 int pc_len = AVR_2_BYTE_PC ? 2 : 3; in avr_out_addto_sp() local
8503 while (addend <= -pc_len) in avr_out_addto_sp()
8505 addend += pc_len; in avr_out_addto_sp()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc8970 int pc_len = AVR_2_BYTE_PC ? 2 : 3; in avr_out_addto_sp() local
8981 while (addend <= -pc_len) in avr_out_addto_sp()
8983 addend += pc_len; in avr_out_addto_sp()