OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fndnpool
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/coregrind/m_debuginfo/
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
...]
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
...]
debuginfo.c
244
if (di->
fndnpool
)
245
VG_(deleteDedupPA) (di->
fndnpool
);
[
all
...]
readelf.c
[
all
...]
Completed in 368 milliseconds