Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmdebugread.c196 static int cur_sdx; variable
2655 for (cur_sdx = 2; cur_sdx < fh->csym; cur_sdx++) in parse_partial_symbols()
2662 + (fh->isymBase + cur_sdx) * external_sym_size), in parse_partial_symbols()
2753 cur_sdx++; in parse_partial_symbols()
2756 + (fh->isymBase + cur_sdx) in parse_partial_symbols()
3310 for (cur_sdx = 0; cur_sdx < fh->csym;) in parse_partial_symbols()
3317 + ((fh->isymBase + cur_sdx) in parse_partial_symbols()
3323 cur_sdx++; in parse_partial_symbols()
3333 cur_sdx++; in parse_partial_symbols()
3382 new_sdx = cur_sdx + 1; /* Don't skip at all */ in parse_partial_symbols()
[all …]