HomeSort by: relevance | last modified time | path
    Searched refs:dec_instruction_end (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 5983 my $dec_instruction_end;
6434 $dec_instruction_end = undef;
6469 if (defined ($dec_instruction_end))
6471 if ($dec_instr_address > $dec_instruction_end)
6473 $dec_instruction_end = $dec_instr_address;
6478 $dec_instruction_end = $dec_instr_address;
6484 if (defined ($dec_instruction_start) and defined ($dec_instruction_end))
6487 $hex_instruction_end = sprintf ("%x", $dec_instruction_end);
6493 $msg = "$filename $func dec_instruction_end = " .
6494 "$dec_instruction_end (0x$hex_instruction_end)"
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 5983 my $dec_instruction_end;
6434 $dec_instruction_end = undef;
6469 if (defined ($dec_instruction_end))
6471 if ($dec_instr_address > $dec_instruction_end)
6473 $dec_instruction_end = $dec_instr_address;
6478 $dec_instruction_end = $dec_instr_address;
6484 if (defined ($dec_instruction_start) and defined ($dec_instruction_end))
6487 $hex_instruction_end = sprintf ("%x", $dec_instruction_end);
6493 $msg = "$filename $func dec_instruction_end = " .
6494 "$dec_instruction_end (0x$hex_instruction_end)"
    [all...]

Completed in 33 milliseconds