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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 5982 my $dec_instruction_start;
6433 $dec_instruction_start = undef;
6458 if (defined ($dec_instruction_start))
6460 if ($dec_instr_address < $dec_instruction_start)
6462 $dec_instruction_start = $dec_instr_address;
6467 $dec_instruction_start = $dec_instr_address;
6484 if (defined ($dec_instruction_start) and defined ($dec_instruction_end))
6486 $hex_instruction_start = sprintf ("%x", $dec_instruction_start);
6490 $msg = "$filename $func dec_instruction_start = " .
6491 "$dec_instruction_start (0x$hex_instruction_start)"
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 5982 my $dec_instruction_start;
6433 $dec_instruction_start = undef;
6458 if (defined ($dec_instruction_start))
6460 if ($dec_instr_address < $dec_instruction_start)
6462 $dec_instruction_start = $dec_instr_address;
6467 $dec_instruction_start = $dec_instr_address;
6484 if (defined ($dec_instruction_start) and defined ($dec_instruction_end))
6486 $hex_instruction_start = sprintf ("%x", $dec_instruction_start);
6490 $msg = "$filename $func dec_instruction_start = " .
6491 "$dec_instruction_start (0x$hex_instruction_start)"
    [all...]

Completed in 20 milliseconds