Searched defs:fndn_ix (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c265 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) (cons function
279 fndn_ix2filename(const DebugInfo* di, UInt fndn_ix) argument
291 fndn_ix2dirname(const DebugInfo* di, UInt fndn_ix) argument
356 UInt fndn_ix; local
367 set_fndn_ix(struct _DebugInfo* di, Word locno, UInt fndn_ix) argument
470 addLineInfo( struct _DebugInfo* di, UInt fndn_ix, Addr this, Addr next, Int lineno, Int entry ) argument
624 addInlInfo( struct _DebugInfo* di, Addr addr_lo, Addr addr_hi, const HChar* inlinedfn, UInt fndn_ix, Int lineno, UShort level) argument
1172 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, const HChar* name, UWord typeR, const GExpr* gexpr, const GExpr* fbGX, UInt fndn_ix, Int lineNo, Bool show ) argument
[all...]
H A Dpriv_storage.h134 Handling dirname should be done using fndn_ix technique
145 UInt fndn_ix; /* index in di->fndnpool of caller source member in struct:__anon22878
503 UInt fndn_ix; /* where declared; may be zero. index member in struct:__anon22901
1018 /* Returns the filename of the fndn pair identified by fndn_ix.
1019 Returns "???" if fndn_ix is 0. */
1021 UInt fndn_ix);
1023 /* Returns the dirname of the fndn pair identified by fndn_ix.
1024 Returns "" if fndn_ix is 0 or fndn->dirname is NULL. */
1026 UInt fndn_ix);
1028 /* Returns the fndn_ix fo
[all...]
H A Ddebuginfo.c2055 UInt fndn_ix; local
2060 fndn_ix = ML_(fndn_ix) (si, locno);
2061 *filename = ML_(fndn_ix2filename) (si, fndn_ix);
2088 UInt fndn_ix; local
2099 fndn_ix = ML_(fndn_ix)(si, locno);
2100 *filename = ML_(fndn_ix2filename) (si, fndn_ix);
2105 *dirname = ML_(fndn_ix2dirname) (si, fndn_ix);
2280 // The fndn_ix an
[all...]
H A Dreaddwarf.c307 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...]
H A Dreaddwarf3.c1598 UInt fndn_ix; /* declaring file/dirname index in fndnpool, or 0 */ member in struct:_TempVar
1632 /* The fndn_ix file name/dirname table. Is a mapping from dwarf
1878 UInt fndn_ix; local
1914 fndn_ix = ML_(addFnDn) ( cc->di, "<unknown_file>", NULL );
1915 VG_(addToXA)( fndn_ix_Table, &fndn_ix );
1925 fndn_ix = ML_(addFnDn)( cc->di, str, dirname);
1926 TRACE_D3(" read_filename_table: %ld fndn_ix %u %s %s\n",
1927 VG_(sizeXA)(fndn_ix_Table), fndn_ix,
1929 VG_(addToXA)( fndn_ix_Table, &fndn_ix );
2282 UInt fndn_ix local
[all...]

Completed in 115 milliseconds