Home | History | Annotate | Download | only in src

Lines Matching refs:addr2line

83   "addr2line" => "addr2line",
87 #"addr2line_pdb" => "addr2line-pdb", # ditto
138 # Used as separator to parse "addr2line -i" output.
2766 # 'addr2line' outputs "??:0" for unknown locations; we do the
4628 # Figure out the addr2line command to use
4629 my $addr2line = $obj_tool_map{"addr2line"};
4630 my $cmd = ShellEscape($addr2line, "-f", "-C", "-e", $image);
4632 $addr2line = $obj_tool_map{"addr2line_pdb"};
4633 $cmd = ShellEscape($addr2line, "--demangle", "-f", "-C", "-e", $image);
4636 # If "addr2line" isn't installed on the system at all, just use
4638 if (system(ShellEscape($addr2line, "--help") . " >$dev_null 2>&1") != 0) {
4643 # "addr2line -i" can produce a variable number of lines per input
4647 # addresses passed to addr2line. The name of this special symbol
4653 # Only add " -i" to addr2line if the binary supports it.
4654 # addr2line --help returns 0, but not if it sees an unknown flag first.
4667 # addr2line always reads hex addresses, and does not need '0x' prefix.
4715 # addr2line does not provide the same information. So we check
4862 # For windows, we provide a version of nm and addr2line as part of
4867 $obj_tool_map{"addr2line_pdb"} = "addr2line-pdb";
4873 $obj_tool_map{"addr2line"} = "false"; # no addr2line