Home
last modified time | relevance | path

Searched refs:hash_name (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/daemon/liblegacy/
Dopd_mapping.c30 static char const * hash_name[OP_HASH_MAP_NR]; variable
37 free((char *)hash_name[i]); in opd_cleanup_hash_name()
115 if (hash_name[hash]) in opd_get_hash_name()
116 return hash_name[hash]; in opd_get_hash_name()
135 return hash_name[orighash] = xstrdup(c); in opd_get_hash_name()
/external/valgrind/main/perf/
Dtinycc.c19009 const char *hash_name, int hash_sh_flags) in new_symtab() argument
19023 hash = new_section(s1, hash_name, SHT_HASH, hash_sh_flags); in new_symtab()