Home
last modified time | relevance | path

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

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmdebugread.c2496 const int sbss_sect_index = get_section_index (objfile, ".sbss"); in parse_partial_symbols() local
2498 if (sbss_sect_index == -1) in parse_partial_symbols()
2502 svalue += ANOFFSET (objfile->section_offsets, sbss_sect_index); in parse_partial_symbols()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dmdebugread.c2626 const int sbss_sect_index = get_section_index (objfile, ".sbss"); in parse_partial_symbols() local
2628 if (sbss_sect_index == -1) in parse_partial_symbols()
2632 svalue += ANOFFSET (objfile->section_offsets, sbss_sect_index); in parse_partial_symbols()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dmdebugread.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()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmdebugread.c2496 const int sbss_sect_index = get_section_index (objfile, ".sbss"); in parse_partial_symbols() local
2498 if (sbss_sect_index == -1) in parse_partial_symbols()
2502 svalue += ANOFFSET (objfile->section_offsets, sbss_sect_index); in parse_partial_symbols()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dmdebugread.c2558 const int sbss_sect_index = get_section_index (objfile, ".sbss");
2560 if (sbss_sect_index == -1)