Searched refs:sect_index_bss (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dobjfiles.h413 int sect_index_bss; member in struct:objfile
662 #define SECT_OFF_BSS(objfile) (objfile)->sect_index_bss
H A Dsomread.c446 objfile->sect_index_bss = 2;
H A Dobjfiles.c208 objfile->sect_index_bss = -1;
H A Dsymfile.c403 objfile->sect_index_bss = sect->index;
432 if (objfile->sect_index_bss == -1)
433 objfile->sect_index_bss = 0;
H A Dxcoffread.c2986 objfile->sect_index_bss = sect->index;
H A Dmdebugread.c2500 if (objfile->sect_index_bss == -1)

Completed in 96 milliseconds