Home
last modified time | relevance | path

Searched refs:osyms (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcoffread.c2046 struct pending *osyms, *syms; in coff_read_enum_type() local
2057 osyms = *symlist; in coff_read_enum_type()
2058 o_nsyms = osyms ? osyms->nsyms : 0; in coff_read_enum_type()
2110 if (syms == osyms) in coff_read_enum_type()
2123 if (syms == osyms) in coff_read_enum_type()
Dstabsread.c3527 struct pending *osyms, *syms; in read_enum_type() local
3541 osyms = *symlist; in read_enum_type()
3542 o_nsyms = osyms ? osyms->nsyms : 0; in read_enum_type()
3607 int last = syms == osyms ? o_nsyms : 0; in read_enum_type()
3619 if (syms == osyms) in read_enum_type()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dobjcopy.c1562 filter_symbols (bfd *abfd, bfd *obfd, asymbol **osyms, in filter_symbols() argument
1565 asymbol **from = isyms, **to = osyms; in filter_symbols()