Lines Matching refs:n_sclass

609               syment->n_value += (syment->n_sclass == C_STATLAB)  in fixup_symbol_value()
697 if (s->u.syment.n_sclass == C_FILE) in coff_renumber_symbols()
807 if (native->u.syment.n_sclass == C_FILE in coff_fix_symbol_name()
917 int n_sclass = (int) native->u.syment.n_sclass; in coff_write_symbol() local
921 if (native->u.syment.n_sclass == C_FILE) in coff_write_symbol()
963 type, n_sclass, (int) j, in coff_write_symbol()
1036 native->u.syment.n_sclass = C_STAT; in coff_write_alien_symbol()
1038 native->u.syment.n_sclass = obj_pe (abfd) ? C_NT_WEAK : C_WEAKEXT; in coff_write_alien_symbol()
1040 native->u.syment.n_sclass = C_EXT; in coff_write_alien_symbol()
1162 unsigned char *n_sclass; in coff_write_symbols() local
1173 n_sclass = &c_symbol->native->u.syment.n_sclass; in coff_write_symbols()
1183 *n_sclass = obj_pe (abfd) ? C_NT_WEAK : C_WEAKEXT; in coff_write_symbols()
1185 *n_sclass = C_STAT; in coff_write_symbols()
1189 || *n_sclass == C_NT_WEAK in coff_write_symbols()
1191 || *n_sclass == C_WEAKEXT)) in coff_write_symbols()
1192 c_symbol->native->u.syment.n_sclass = C_EXT; in coff_write_symbols()
1267 else if (c_symbol->native->u.syment.n_sclass == C_FILE in coff_write_symbols()
1396 unsigned int n_sclass = symbol->u.syment.n_sclass; in coff_pointerize_aux() local
1406 if (n_sclass == C_STAT && type == T_NULL) in coff_pointerize_aux()
1408 if (n_sclass == C_FILE) in coff_pointerize_aux()
1415 if ((ISFCN (type) || ISTAG (n_sclass) || n_sclass == C_BLOCK in coff_pointerize_aux()
1416 || n_sclass == C_FCN) in coff_pointerize_aux()
1673 symbol_ptr->u.syment.n_sclass, in coff_get_normalized_symtab()
1689 if (internal_ptr->u.syment.n_sclass == C_FILE in coff_get_normalized_symtab()
1964 combined->u.syment.n_sclass, in coff_print_symbol()
1984 switch (combined->u.syment.n_sclass) in coff_print_symbol()
2139 if (p->u.syment.n_sclass == C_FILE) in coff_find_nearest_line()
2167 if (p2->u.syment.n_sclass == C_FILE) in coff_find_nearest_line()
2195 if (p > pend || p->u.syment.n_sclass != C_FILE) in coff_find_nearest_line()
2354 native->u.syment.n_sclass = symbol_class; in bfd_coff_set_symbol_class()
2383 csym->native->u.syment.n_sclass = symbol_class; in bfd_coff_set_symbol_class()