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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 1393 my ($instruction_address, $instruction_offset) = @_;
1431 $dec_branch_target = bigint::hex ($instruction_address) - $result;
1436 $dec_branch_target = bigint::hex ($instruction_address) + $result;
1674 my $instruction_address;
1699 $instruction_address = $1;
1707 $instruction_address,
1712 $extended_branch_target{$instruction_address} =
1724 $instruction_address;
1726 $raw_hex_branch_target = $instruction_address;
1729 $branch_target_no_ref{$instruction_address} = 1
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 1393 my ($instruction_address, $instruction_offset) = @_;
1431 $dec_branch_target = bigint::hex ($instruction_address) - $result;
1436 $dec_branch_target = bigint::hex ($instruction_address) + $result;
1674 my $instruction_address;
1699 $instruction_address = $1;
1707 $instruction_address,
1712 $extended_branch_target{$instruction_address} =
1724 $instruction_address;
1726 $raw_hex_branch_target = $instruction_address;
1729 $branch_target_no_ref{$instruction_address} = 1
    [all...]

Completed in 26 milliseconds