Home | History | Annotate | Download | only in bin

Lines Matching refs:addr2line

84   "addr2line" => "addr2line",
88 #"addr2line_pdb" => "addr2line-pdb", # ditto
139 # Used as separator to parse "addr2line -i" output.
2815 # 'addr2line' outputs "??:0" for unknown locations; we do the
4891 # Figure out the addr2line command to use
4892 my $addr2line = $obj_tool_map{"addr2line"};
4893 my $cmd = ShellEscape($addr2line, "-f", "-C", "-e", $image);
4895 $addr2line = $obj_tool_map{"addr2line_pdb"};
4896 $cmd = ShellEscape($addr2line, "--demangle", "-f", "-C", "-e", $image);
4899 # If "addr2line" isn't installed on the system at all, just use
4901 if (system(ShellEscape($addr2line, "--help") . " >$dev_null 2>&1") != 0) {
4906 # "addr2line -i" can produce a variable number of lines per input
4910 # addresses passed to addr2line. The name of this special symbol
4916 # Only add " -i" to addr2line if the binary supports it.
4917 # addr2line --help returns 0, but not if it sees an unknown flag first.
4930 # addr2line always reads hex addresses, and does not need '0x' prefix.
4978 # addr2line does not provide the same information. So we check
5125 # For windows, we provide a version of nm and addr2line as part of
5130 $obj_tool_map{"addr2line_pdb"} = "addr2line-pdb";
5136 $obj_tool_map{"addr2line"} = "false"; # no addr2line