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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c172 DiOffT sli_next; // offset in underlying DiImage; must be >= sli.ioff member in struct:__anon32470
184 if (c->sli_next < c->sli.ioff) return False;
200 c->sli_next = c->sli.ioff + sli_initial_offset;
208 return c->sli_next >= c->sli.ioff + c->sli.szB;
213 return c->sli_next - c->sli.ioff;
216 c->sli_next = c->sli.ioff + pos;
222 return c->sli.ioff + c->sli.szB - c->sli_next;
231 return mk_DiCursor(c->sli.img, c->sli_next);
239 if (c->sli_next + sizeof(UChar) > c->sli.ioff + c->sli.szB) {
244 r = ML_(img_get_UChar)(c->sli.img, c->sli_next);
[all...]

Completed in 51 milliseconds