Searched refs:sect_index_rodata (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dobjfiles.h414 int sect_index_rodata; member in struct:objfile
650 ((objfile->sect_index_rodata == -1) \
651 ? (internal_error (__FILE__, __LINE__, "sect_index_rodata not initialized"), -1) \
652 : objfile->sect_index_rodata)
H A Dsomread.c447 objfile->sect_index_rodata = 3;
H A Dobjfiles.c209 objfile->sect_index_rodata = -1;
H A Dsymfile.c407 objfile->sect_index_rodata = sect->index;
434 if (objfile->sect_index_rodata == -1)
435 objfile->sect_index_rodata = 0;
H A Dxcoffread.c2990 objfile->sect_index_rodata = sect->index;

Completed in 125 milliseconds