Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dobjfiles.h386 int sect_index_bss; member
634 #define SECT_OFF_BSS(objfile) (objfile)->sect_index_bss
H A Dsomread.c447 objfile->sect_index_bss = 2; in som_symfile_offsets()
H A Dobjfiles.c211 objfile->sect_index_bss = -1; in allocate_objfile()
H A Dsymfile.c416 objfile->sect_index_bss = sect->index; in init_objfile_sect_indices()
445 if (objfile->sect_index_bss == -1) in init_objfile_sect_indices()
446 objfile->sect_index_bss = 0; in init_objfile_sect_indices()
H A Dxcoffread.c2976 objfile->sect_index_bss = sect->index; in xcoff_symfile_offsets()
H A Dmdebugread.c2483 if (objfile->sect_index_bss == -1) in parse_partial_symbols()
H A DChangeLog-20002418 * objfiles.h (SECT_OFF_BSS): Don't detect invalid sect_index_bss
4921 sect_index_bss to objfile structure.