Searched refs:statics_offset (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymmisc.c435 + psymtab->statics_offset,
1091 + psymtab->statics_offset),
1145 psym = ps->objfile->static_psymbols.list + ps->statics_offset;
H A Dsymtab.h927 int statics_offset;
923 int statics_offset; member in struct:partial_symtab
H A Dsymtab.c824 for (pp = psymtab->objfile->static_psymbols.list + psymtab->statics_offset;
825 (pp - (psymtab->objfile->static_psymbols.list + psymtab->statics_offset)
1449 pst->objfile->static_psymbols.list + pst->statics_offset);
2835 sbound = objfile->static_psymbols.list + ps->statics_offset + ps->n_static_syms;
2847 psym = objfile->static_psymbols.list + ps->statics_offset;
3483 for (psym = objfile->static_psymbols.list + ps->statics_offset;
3484 psym < (objfile->static_psymbols.list + ps->statics_offset
H A Dxcoffread.c1999 objfile->static_psymbols.next - (objfile->static_psymbols.list + pst->statics_offset);
2037 subpst->statics_offset =
H A Ddbxread.c2272 objfile->static_psymbols.next - (objfile->static_psymbols.list + pst->statics_offset);
2311 subpst->statics_offset =
H A Ddwarfread.c2817 (objfile->static_psymbols.list + pst->statics_offset);
H A Dhpread.c2451 objfile->static_psymbols.next - (objfile->static_psymbols.list + pst->statics_offset);
2502 subpst->statics_offset =
H A Dsymfile.c2555 psymtab->statics_offset = static_syms - objfile->static_psymbols.list;
H A Dada-lang.c3324 pst->objfile->static_psymbols.list + pst->statics_offset);
H A Ddwarf2read.c1314 (objfile->static_psymbols.list + pst->statics_offset);

Completed in 293 milliseconds