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 138 Handling dirname should be done using fndn_ix technique
149 UInt fndn_ix; /* index in di->fndnpool of caller source member in struct:__anon37177
490 UInt fndn_ix; /* where declared; may be zero. index member in struct:__anon37199
    [all...]
storage.c 256 UInt fndn_ix; local
266 fndn_ix = VG_(allocFixedEltDedupPA) (di->fndnpool, sizeof(FnDn), &fndn);
267 return fndn_ix;
271 UInt fndn_ix)
274 if (fndn_ix == 0)
277 fndn = VG_(indexEltNumber) (di->fndnpool, fndn_ix);
283 UInt fndn_ix)
286 if (fndn_ix == 0)
289 fndn = VG_(indexEltNumber) (di->fndnpool, fndn_ix);
345 UInt ML_(fndn_ix) (const DebugInfo* di, Word locno function
347 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 2098 UInt fndn_ix; local
2131 UInt fndn_ix; local
    [all...]
readdwarf.c 302 UInt fndn_ix = ML_(addFnDn) (di, name, NULL); local
303 VG_(addToXA) (fndn_ix_xa, &fndn_ix);
345 XArray* fndn_ix_xa; /* xarray of UInt fndn_ix */
346 UInt fndn_ix; local
353 /* fndn_ix_xa is an xarray of fndn_ix (indexes in di->fndnpool) which
379 fndn_ix = 0; // 0 is the "null" index in a fixed pool.
380 VG_(addToXA) (fndn_ix_xa, &fndn_ix);
546 of fndn_ix in fndn_ix_xa. */
560 fndn_ix = ML_(addFnDn) (di, name, dirname);
561 VG_(addToXA) (fndn_ix_xa, &fndn_ix);
    [all...]

Completed in 154 milliseconds