Searched refs:osyms (Results 1 – 3 of 3) sorted by relevance
2046 struct pending *osyms, *syms; in coff_read_enum_type() local2057 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()
3527 struct pending *osyms, *syms; in read_enum_type() local3541 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()
1562 filter_symbols (bfd *abfd, bfd *obfd, asymbol **osyms, in filter_symbols() argument1565 asymbol **from = isyms, **to = osyms; in filter_symbols()