HomeSort by relevance Sort by last modified time
    Searched defs:linenr (Results 1 - 3 of 3) sorted by null

  /external/oprofile/libpp/
symbol.h 33 /// A simple container for a fileno:linenr location.
35 file_location() : linenr(0) {}
39 unsigned int linenr; member in struct:file_location
44 (filename == rhs.filename && linenr < rhs.linenr);
  /external/oprofile/libutil++/
bfd_support.cpp 220 * linenr info, if we can't get a valid line number. Problem uncovered
222 * application, the number of failure to retrieve linenr info from 835
232 unsigned int linenr; local
249 &linenr);
251 if (ret && cfilename && function && linenr != 0
254 *line = linenr;
614 unsigned int linenr = 0; local
646 &function, &linenr);
653 * but if the linenr is non-zero in the inline case, it is the correct
656 if (linenr == 0 && !is_correct_function(function, sym.name())
    [all...]
  /external/qemu/
qerror.h 29 int linenr; member in struct:QError
36 QError *qerror_from_info(const char *file, int linenr, const char *func,
40 void qerror_report_internal(const char *file, int linenr, const char *func,

Completed in 213 milliseconds