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...]
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:__anon15076
debuginfo.c 1735 UChar* pri_name = si->symtab[i].pri_name; local
    [all...]
readelf.c 650 disym.pri_name = ML_(addStr) ( di, sym_name_really, -1 );
655 vg_assert(disym.pri_name);
666 (HChar*)disym.pri_name
858 disym.pri_name = ML_(addStr) ( di, elem->key.name, -1 );
863 vg_assert(disym.pri_name != NULL);
874 (HChar*)disym.pri_name
    [all...]
readpdb.c     [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 334 static UChar** alloc_symname_array ( UChar* pri_name, UChar** sec_names,
340 twoslots[0] = pri_name;
351 arr[i++] = pri_name;
    [all...]

Completed in 57 milliseconds