Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c3335 int new_sdx; in parse_partial_symbols() local
3352 new_sdx = cur_sdx + 1; /* Don't skip at all */ in parse_partial_symbols()
3355 new_sdx = AUX_GET_ISYM (fh->fBigendian, in parse_partial_symbols()
3360 if (new_sdx <= cur_sdx) in parse_partial_symbols()
3366 new_sdx = cur_sdx + 1; /* Don't skip backward */ in parse_partial_symbols()
3403 cur_sdx = new_sdx; in parse_partial_symbols()
3474 new_sdx = sh.index; in parse_partial_symbols()
3475 if (new_sdx <= cur_sdx) in parse_partial_symbols()
3480 new_sdx = cur_sdx + 1; /* Don't skip backward */ in parse_partial_symbols()
3482 cur_sdx = new_sdx; in parse_partial_symbols()