Searched refs:pri_name (Results 1 - 8 of 8) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
H A D | 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...] |
H A D | storage.c | 98 vg_assert(sym->pri_name); 107 sym->pri_name, sec_names ? " " : "" ); 327 vg_assert(sym->pri_name != NULL); 1579 vg_assert(to->pri_name); 1580 vg_assert(from->pri_name); 1613 new_sec[i++] = from->pri_name; 1646 vg_assert(sym->pri_name); 1676 || (0 != VG_(strcmp)(di->symtab[r].pri_name, 1677 di->symtab[w].pri_name))) { 1683 di->symtab[r].pri_name [all...] |
H A D | debuginfo.c | 1758 vg_assert(di->symtab[sno].pri_name); 1760 di->symtab[sno].pri_name, buf ); 2131 const HChar* pri_name = si->symtab[i].pri_name; local 2132 vg_assert(pri_name); 2133 if (0==VG_(strcmp)(name, pri_name) 4262 /*OUT*/const HChar** pri_name, 4270 if (pri_name) *pri_name = si->symtab[idx].pri_name; 4258 DebugInfo_syms_getidx( const DebugInfo *si, Int idx, SymAVMAs* avmas, UInt* size, const HChar** pri_name, const HChar*** sec_names, Bool* isText, Bool* isIFunc ) argument [all...] |
H A D | readelf.c | 794 disym.pri_name = ML_(addStr) ( di, cstr, -1 ); 800 vg_assert(disym.pri_name); 812 disym.pri_name 1029 disym.pri_name = ML_(addStr) ( di, cstr, -1 ); 1035 vg_assert(disym.pri_name != NULL); 1046 disym.pri_name
|
H A D | readpdb.c | 1269 vsym.pri_name = nmstr; 1294 vsym.pri_name = nmstr; 1327 vsym.pri_name = nmstr; 1363 vsym.pri_name = nmstr; 1384 vsym.pri_name = nmstr; 1406 vsym.pri_name = nmstr;
|
H A D | 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:__anon15879
|
/external/valgrind/coregrind/ |
H A D | pub_core_debuginfo.h | 196 them. The primary name is returned in *pri_name, and *sec_names is 204 /*OUT*/const HChar** pri_name,
|
H A D | m_redir.c | 337 static const HChar** alloc_symname_array ( const HChar* pri_name, argument 344 twoslots[0] = pri_name; 355 arr[i++] = pri_name;
|
Completed in 167 milliseconds