Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcoffread.c2047 int o_nsyms; in coff_read_enum_type() local
2058 o_nsyms = osyms ? osyms->nsyms : 0; in coff_read_enum_type()
2111 j = o_nsyms; in coff_read_enum_type()
Dstabsread.c3528 int o_nsyms; in read_enum_type() local
3542 o_nsyms = osyms ? osyms->nsyms : 0; in read_enum_type()
3607 int last = syms == osyms ? o_nsyms : 0; in read_enum_type()