Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDmdebugread.c2352 EXTR *ext_in; in parse_partial_symbols() local
2442 ext_in = ext_block; in parse_partial_symbols()
2443 for (; ext_out < ext_out_end; ext_out += external_ext_size, ext_in++) in parse_partial_symbols()
2444 (*swap_ext_in) (cur_bfd, ext_out, ext_in); in parse_partial_symbols()
2447 ext_in = ext_block; in parse_partial_symbols()
2448 ext_in_end = ext_in + hdr->iextMax; in parse_partial_symbols()
2449 for (; ext_in < ext_in_end; ext_in++) in parse_partial_symbols()
2452 if (ext_in->ifd >= -1 in parse_partial_symbols()
2453 && ext_in->ifd < hdr->ifdMax in parse_partial_symbols()
2454 && ext_in->asym.iss >= 0 in parse_partial_symbols()
[all …]