HomeSort by relevance Sort by last modified time
    Searched full:fndnpool (Results 1 - 6 of 6) sorted by null

  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 107 /* Filename and Dirname pair. FnDn are stored in di->fndnpool
145 UInt fndn_ix; /* index in di->fndnpool of caller source
504 in DebugInfo.fndnpool */
863 loctab_fnindex_ix[i] (an index in di->fndnpool)
957 DedupPoolAlloc *fndnpool; member in struct:_DebugInfo
    [all...]
storage.c 267 if (UNLIKELY(di->fndnpool == NULL))
268 di->fndnpool = VG_(newDedupPA)(500,
275 fndn_ix = VG_(allocFixedEltDedupPA) (di->fndnpool, sizeof(FnDn), &fndn);
286 fndn = VG_(indexEltNumber) (di->fndnpool, fndn_ix);
298 fndn = VG_(indexEltNumber) (di->fndnpool, fndn_ix);
486 FnDn *fndn = VG_(indexEltNumber) (di->fndnpool, fndn_ix);
    [all...]
readdwarf.c 62 return the element (i.e. the UInt indexing in fndnpool).
63 If xa_ix is invalid, return 0 (i.e. the "null" element in fndnpool). */
358 /* fndn_ix_xa is an xarray of fndn_ix (indexes in di->fndnpool) which
    [all...]
debuginfo.c 244 if (di->fndnpool)
245 VG_(deleteDedupPA) (di->fndnpool);
    [all...]
readdwarf3.c     [all...]
readelf.c     [all...]

Completed in 2180 milliseconds