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);
374 if (disym.pri_name[0] == '_') {
375 disym.pri_name++;
377 else if (!VG_(clo_show_below_main) && VG_STREQ(disym.pri_name, "start")) {
381 disym.pri_name = s_a_t_v;
384 vg_assert(disym.pri_name);
399 return VG_(strcmp)(s1->pri_name, s2->pri_name);
468 || 0 != VG_(strcmp)(s_i->pri_name, s_j1->pri_name)) {
    [all...]
storage.c 98 vg_assert(sym->pri_name);
107 sym->pri_name, sec_names ? " " : "" );
327 vg_assert(sym->pri_name != NULL);
    [all...]
debuginfo.c 2131 const HChar* pri_name = si->symtab[i].pri_name; local
    [all...]
readelf.c 794 disym.pri_name = ML_(addStr) ( di, cstr, -1 );
800 vg_assert(disym.pri_name);
812 disym.pri_name
    [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:__anon20183
    [all...]
  /external/valgrind/coregrind/
pub_core_debuginfo.h 196 them. The primary name is returned in *pri_name, and *sec_names is
204 /*OUT*/const HChar** pri_name,
m_redir.c 337 static const HChar** alloc_symname_array ( const HChar* pri_name,
344 twoslots[0] = pri_name;
355 arr[i++] = pri_name;
    [all...]

Completed in 1022 milliseconds