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

  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 368 disym.pri_name = ML_(addStr)(di, name, -1);
380 if (disym.pri_name[0] == '_') {
381 disym.pri_name++;
383 else if (!VG_(clo_show_below_main) && VG_STREQ(disym.pri_name, "start")) {
387 disym.pri_name = s_a_t_v;
390 vg_assert(disym.pri_name);
404 return VG_(strcmp)(s1->pri_name, s2->pri_name);
473 || 0 != VG_(strcmp)(s_i->pri_name, s_j1->pri_name)) {
    [all...]
storage.c 95 vg_assert(sym->pri_name);
104 sym->pri_name, sec_names ? " " : "" );
261 vg_assert(sym->pri_name != NULL);
    [all...]
debuginfo.c 1778 UChar* pri_name = si->symtab[i].pri_name; local
    [all...]
readelf.c 664 disym.pri_name = ML_(addStr) ( di, sym_name_really, -1 );
669 vg_assert(disym.pri_name);
680 (HChar*)disym.pri_name
872 disym.pri_name = ML_(addStr) ( di, elem->key.name, -1 );
877 vg_assert(disym.pri_name != NULL);
888 (HChar*)disym.pri_name
    [all...]
readpdb.c     [all...]
priv_storage.h 49 the symbol only has one name, which is stored in ::pri_name, and
60 well be installed as the pri_name, whilst all others can live in
69 UChar* pri_name; /* primary name, never NULL */ member in struct:__anon16656
    [all...]
  /external/valgrind/main/include/
pub_tool_debuginfo.h 208 them. The primary name is returned in *pri_name, and *sec_names is
217 /*OUT*/UChar** pri_name,
  /external/valgrind/main/coregrind/
m_redir.c 337 static UChar** alloc_symname_array ( UChar* pri_name, UChar** sec_names,
343 twoslots[0] = pri_name;
354 arr[i++] = pri_name;
    [all...]

Completed in 143 milliseconds