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

/external/oprofile/daemon/liblegacy/
H A Dopd_mapping.c30 static char const * hash_name[OP_HASH_MAP_NR]; variable
37 free((char *)hash_name[i]);
115 if (hash_name[hash])
116 return hash_name[hash];
135 return hash_name[orighash] = xstrdup(c);
/external/valgrind/main/perf/
H A Dtinycc.c19011 const char *hash_name, int hash_sh_flags)
19025 hash = new_section(s1, hash_name, SHT_HASH, hash_sh_flags);
19006 new_symtab(TCCState *s1, const char *symtab_name, int sh_type, int sh_flags, const char *strtab_name, const char *hash_name, int hash_sh_flags) argument

Completed in 255 milliseconds