Searched refs:loctab (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c431 if (di->loctab != NULL) {
432 VG_(memcpy)(new_loctab, di->loctab,
436 ML_(dinfo_free)(di->loctab);
439 di->loctab = new_loctab;
444 di->loctab[di->loctab_used] = *loc;
459 ML_(dinfo_shrink_block)( di->loctab, new_sz * sizeof(DiLoc));
1927 /* We have to sort the array loctab by addr
1929 We first build sort_ix : an array of indexes in loctab,
1930 that we sort by loctab address. Then we can reorder both
1937 sorting_loctab = di->loctab;
[all...]
H A Dpriv_storage.h860 DiLoc* loctab; member in struct:_DebugInfo
862 void* loctab_fndn_ix; /* loctab[i] filename/dirname is identified by
1028 /* Returns the fndn_ix for the LineInfo locno in di->loctab.
H A Ddebuginfo.c219 if (di->loctab) ML_(dinfo_free)(di->loctab);
1703 *pdi to the relevant DebugInfo, and *locno to the loctab entry
2066 *lineno = si->loctab[locno].lineno;
2094 *lineno = si->loctab[locno].lineno;
2257 // The source for the highest level is in the loctab entry.
H A Dreadelf.c1512 vg_assert(!di->loctab);

Completed in 252 milliseconds