OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fndnpool
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/coregrind/m_debuginfo/
priv_storage.h
111
/* Filename and Dirname pair. FnDn are stored in di->
fndnpool
149
UInt fndn_ix; /* index in di->
fndnpool
of caller source
491
in DebugInfo.
fndnpool
*/
850
loctab_fnindex_ix[i] (an index in di->
fndnpool
)
944
DedupPoolAlloc *
fndnpool
;
member in struct:_DebugInfo
[
all
...]
storage.c
258
if (UNLIKELY(di->
fndnpool
== NULL))
259
di->
fndnpool
= VG_(newDedupPA)(500,
266
fndn_ix = VG_(allocFixedEltDedupPA) (di->
fndnpool
, sizeof(FnDn), &fndn);
277
fndn = VG_(indexEltNumber) (di->
fndnpool
, fndn_ix);
289
fndn = VG_(indexEltNumber) (di->
fndnpool
, fndn_ix);
519
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
). */
353
/* fndn_ix_xa is an xarray of fndn_ix (indexes in di->
fndnpool
) which
[
all
...]
debuginfo.c
243
if (di->
fndnpool
)
244
VG_(deleteDedupPA) (di->
fndnpool
);
[
all
...]
readdwarf3.c
[
all
...]
readelf.c
[
all
...]
Completed in 4505 milliseconds