HomeSort by relevance Sort by last modified time
    Searched refs:comp_dir (Results 1 - 6 of 6) sorted by null

  /external/elfutils/src/
addr2line.c 464 const char *comp_dir = ""; local
471 comp_dir = dwfl_line_comp_dir (line);
472 if (comp_dir != NULL)
478 comp_dir, comp_dir_sep, src, lineno, linecol);
481 comp_dir, comp_dir_sep, src, lineno);
  /external/linux-tools-perf/util/
probe-event.h 90 char *comp_dir; /* Compile directory */ member in struct:line_range
probe-finder.c 2002 const char *comp_dir; local
    [all...]
probe-event.c 267 static int get_real_path(const char *raw_path, const char *comp_dir,
273 if (raw_path[0] != '/' && comp_dir)
274 /* If not an absolute path, try to use comp_dir */
275 prefix = comp_dir;
296 /* In case of searching comp_dir, don't retry */
400 ret = get_real_path(tmp, lr->comp_dir, &lr->path);
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 157 const char *comp_dir = INTUSE(dwarf_formstring) (compdir_attr); local
230 .dir = comp_dir,
231 .len = comp_dir ? strlen (comp_dir) : 0,
  /external/elfutils/tests/
run-show-die-info.sh 38 Attrs : name stmt_list low_pc high_pc language comp_dir producer
62 Attrs : name stmt_list low_pc high_pc language comp_dir producer
86 Attrs : name stmt_list low_pc high_pc language comp_dir producer
136 Attrs : name stmt_list low_pc high_pc language comp_dir producer
    [all...]

Completed in 172 milliseconds