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

  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 134 Handling dirname should be done using fndn_ix technique
145 UInt fndn_ix; /* index in di->fndnpool of caller source member in struct:__anon26290
503 UInt fndn_ix; /* where declared; may be zero. index member in struct:__anon26313
    [all...]
storage.c 265 UInt fndn_ix; local
275 fndn_ix = VG_(allocFixedEltDedupPA) (di->fndnpool, sizeof(FnDn), &fndn);
276 return fndn_ix;
280 UInt fndn_ix)
283 if (fndn_ix == 0)
286 fndn = VG_(indexEltNumber) (di->fndnpool, fndn_ix);
292 UInt fndn_ix)
295 if (fndn_ix == 0)
298 fndn = VG_(indexEltNumber) (di->fndnpool, fndn_ix);
354 UInt ML_(fndn_ix) (const DebugInfo* di, Word locno function
356 UInt fndn_ix; local
    [all...]
readdwarf3.c 1598 UInt fndn_ix; \/* declaring file\/dirname index in fndnpool, or 0 *\/ member in struct:_TempVar
1878 UInt fndn_ix; local
2282 UInt fndn_ix = 0; local
    [all...]
debuginfo.c 2055 UInt fndn_ix; local
2088 UInt fndn_ix; local
    [all...]
readdwarf.c 307 UInt fndn_ix = ML_(addFnDn) (di, name, NULL); local
308 VG_(addToXA) (fndn_ix_xa, &fndn_ix);
350 XArray* fndn_ix_xa; /* xarray of UInt fndn_ix */
351 UInt fndn_ix; local
358 /* fndn_ix_xa is an xarray of fndn_ix (indexes in di->fndnpool) which
384 fndn_ix = 0; // 0 is the "null" index in a fixed pool.
385 VG_(addToXA) (fndn_ix_xa, &fndn_ix);
571 of fndn_ix in fndn_ix_xa. */
585 fndn_ix = ML_(addFnDn) (di, name, dirname);
586 VG_(addToXA) (fndn_ix_xa, &fndn_ix);
    [all...]

Completed in 563 milliseconds