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

  /external/clang/test/PCH/Inputs/
namespaces.h 24 void anon() { } function in namespace:__anon4792
  /external/oprofile/libop/
op_mangle.c 22 static void append_image(char * dest, int flags, int anon, char const * name, char const * anon_name)
26 } else if (anon) {
27 strcat(dest, "{anon:");
42 int anon = values->flags & MANGLE_ANON; local
59 if (anon || cg_anon)
63 * {kern}, {anon} and {cg} marker */
73 append_image(mangled, values->flags, anon, dep_name, anon_name);
  /external/oprofile/daemon/
opd_sfile.h 53 struct anon_mapping * anon; member in struct:sfile
84 /** clear any sfiles for the given anon mapping */
opd_trans.h 45 struct anon_mapping * anon; member in struct:transient
68 trans->last_anon = trans->anon;
  /external/oprofile/libpp/
parse_filename.cpp 63 * remove from path_component all directory left to {root}, {kern} or {anon}
69 if (*it == "{root}" || *it == "{kern}" || *it == "{anon}")
77 /// Handle an anon region. Pretty print the details.
78 /// The second argument is the anon portion of the path which will
79 /// contain extra details such as the anon region name (unknown, vdso, heap etc.)
83 // Get rid of "{anon:
112 * {root}/path/to/bin/{dep}/{anon:anon}/pid.start.end/event_spec
113 * {root}/path/to/bin/{dep}/{anon:[vdso]}/pid.start.end/event_spec
165 // PP:3.19 {dep}/ must be followed by {kern}/, {root}/ or {anon}/
172 bool anon = path[i].find("{anon:", 0) == 0; local
    [all...]

Completed in 249 milliseconds