Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dobjfiles.h348 int sect_index_text; member
637 ((objfile->sect_index_text == -1) \
640 : objfile->sect_index_text)
H A Dsomread.c385 objfile->sect_index_text = 0; in som_symfile_offsets()
H A Dmachoread.c1009 objfile->sect_index_text = 0; in macho_symfile_offsets()
1020 objfile->sect_index_text = sect_index; in macho_symfile_offsets()
H A Dsymfile.c312 objfile->sect_index_text = sect->index; in init_objfile_sect_indices()
352 if (objfile->sect_index_text == -1) in init_objfile_sect_indices()
353 objfile->sect_index_text = 0; in init_objfile_sect_indices()
3798 if (objfile->sect_index_text == -1) in symfile_find_segment_sections()
3799 objfile->sect_index_text = sect->index; in symfile_find_segment_sections()
H A Dobjfiles.c291 objfile->sect_index_text = -1; in allocate_objfile()
H A Dmdebugread.c2602 if (objfile->sect_index_text == -1) in parse_partial_symbols()