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

  /external/oprofile/opjitconv/
conversion.c 23 if (entry->sym_name_malloced)
opjitconv.h 52 /* sym_name_malloced ==1 means we need to free the memory when done. */
53 int sym_name_malloced; member in struct:jitentry
jitsymbol.c 269 new_entry->sym_name_malloced = 1;
296 if (split->sym_name_malloced)
299 split->sym_name_malloced = 1;
409 if (e->sym_name_malloced)
412 e->sym_name_malloced = 1;
536 if (b->sym_name_malloced)
540 b->sym_name_malloced = 1;
parse_dump.c 44 entry->sym_name_malloced = 0;

Completed in 2082 milliseconds