Home
last modified time | relevance | path

Searched refs:lastsym (Results 1 – 2 of 2) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/cmd/lockstat/
HDsym.c172 Sym *symtab, *symp, *lastsym; in symtab_init() local
239 lastsym = symtab + nsyms; in symtab_init()
241 for (symp = symtab; symp < lastsym; symp++) in symtab_init()
/NextBSD/contrib/gdb/gdb/
HDcoffread.c1923 coff_read_struct_type (int index, int length, int lastsym) in coff_read_struct_type() argument
1948 while (!done && symnum < lastsym && symnum < nlist_nsyms_global) in coff_read_struct_type()
2019 coff_read_enum_type (int index, int length, int lastsym) in coff_read_enum_type() argument
2044 while (!done && symnum < lastsym && symnum < nlist_nsyms_global) in coff_read_enum_type()