Home | History | Annotate | Download | only in runtime

Lines Matching refs:Addr2line

72 // The state of an open pipe to addr2line. In "server" mode, addr2line takes input on stdin
82 File in; // The file descriptor that is connected to the output of addr2line.
83 File out; // The file descriptor that is connected to the input of addr2line.
85 const std::string file; // The file addr2line is working on, so that we know when to close
213 static void Addr2line(const std::string& map_src,
232 "/usr/bin/addr2line",
309 // Check whether we have and should use addr2line.
314 use_addr2line = (gAborting > 0) && RunCommand("addr2line -h");
362 Addr2line(it->map.name, it->pc - it->map.start, os, prefix, &addr2line_state);