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

  /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/ipsec-tools/src/racoon/
remoteconf.c 102 struct remoteconf *anon = NULL; local
146 anon = p;
149 if (allow_anon && anon != NULL) {
152 return anon;

Completed in 146 milliseconds