Lines Matching refs:addr2line
125 * Implement addr2line using libbfd.
292 static int addr2line(const char *dso_name, u64 addr,
378 addr2line(dso_name, addr, NULL, NULL, dso, true, node, sym);
405 static int addr2line(const char *dso_name, u64 addr,
418 scnprintf(cmd, sizeof(cmd), "addr2line -e %s %016"PRIx64,
428 pr_warning("addr2line has no output for %s\n", dso_name);
461 scnprintf(cmd, sizeof(cmd), "addr2line -e %s -i -f %016"PRIx64,
479 /* addr2line -f generates two lines for each inlined functions */
514 * Number of addr2line failures (without success) before disabling it for that
535 if (!addr2line(dso_name, addr, &file, &line, dso,
581 if (!addr2line(dso_name, addr, &file, line, dso, true, NULL, NULL))