Home
last modified time | relevance | path

Searched refs:new_sdx (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c3365 int new_sdx; in parse_partial_symbols() local
3382 new_sdx = cur_sdx + 1; /* Don't skip at all */ in parse_partial_symbols()
3385 new_sdx = AUX_GET_ISYM (fh->fBigendian, in parse_partial_symbols()
3390 if (new_sdx <= cur_sdx) in parse_partial_symbols()
3396 new_sdx = cur_sdx + 1; /* Don't skip backward */ in parse_partial_symbols()
3433 cur_sdx = new_sdx; in parse_partial_symbols()
3504 new_sdx = sh.index; in parse_partial_symbols()
3505 if (new_sdx <= cur_sdx) in parse_partial_symbols()
3510 new_sdx = cur_sdx + 1; /* Don't skip backward */ in parse_partial_symbols()
3512 cur_sdx = new_sdx; in parse_partial_symbols()