HomeSort by relevance Sort by last modified time
    Searched refs:pri_name (Results 1 - 8 of 8) sorted by null

  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 362 disym.pri_name = ML_(addStr)(di, name, -1);
375 if (disym.pri_name[0] == '_') {
376 disym.pri_name++;
378 else if (!VG_(clo_show_below_main) && VG_STREQ(disym.pri_name, "start")) {
382 disym.pri_name = s_a_t_v;
385 vg_assert(disym.pri_name);
400 return VG_(strcmp)(s1->pri_name, s2->pri_name);
469 || 0 != VG_(strcmp)(s_i->pri_name, s_j1->pri_name)) {
    [all...]
storage.c 98 vg_assert(sym->pri_name);
108 sym->pri_name, sec_names ? " " : "" );
321 vg_assert(sym->pri_name != NULL);
    [all...]
debuginfo.c 2181 const HChar* pri_name = si->symtab[i].pri_name; local
    [all...]
readpdb.c     [all...]
priv_storage.h 55 the symbol only has one name, which is stored in ::pri_name, and
66 well be installed as the pri_name, whilst all others can live in
76 const HChar* pri_name; /* primary name, never NULL */ member in struct:__anon37174
    [all...]
readelf.c 834 disym.pri_name = ML_(addStr) ( di, cstr, -1 );
841 vg_assert(disym.pri_name);
853 disym.pri_name
    [all...]
  /external/valgrind/coregrind/
pub_core_debuginfo.h 204 them. The primary name is returned in *pri_name, and *sec_names is
212 /*OUT*/const HChar** pri_name,
m_redir.c 338 static const HChar** alloc_symname_array ( const HChar* pri_name,
345 twoslots[0] = pri_name;
356 arr[i++] = pri_name;
    [all...]

Completed in 348 milliseconds