Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDmdebugread.c2629 const int sbss_sect_index = get_section_index (objfile, ".sbss"); in parse_partial_symbols() local
2631 if (sbss_sect_index == -1) in parse_partial_symbols()
2635 svalue += ANOFFSET (objfile->section_offsets, sbss_sect_index); in parse_partial_symbols()