Lines Matching full:combined
2128 combined_entry_type *combined = coffsymbol (symbol)->native;
2132 fprintf (file, "[%3ld]", (long) (combined - root));
2135 if (combined < obj_raw_syments (abfd)
2136 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd))
2142 BFD_ASSERT (combined->is_sym);
2143 if (! combined->fix_value)
2144 val = (bfd_vma) combined->u.syment.n_value;
2146 val = combined->u.syment.n_value - (bfd_hostptr_t) root;
2149 combined->u.syment.n_scnum,
2150 combined->u.syment.n_flags,
2151 combined->u.syment.n_type,
2152 combined->u.syment.n_sclass,
2153 combined->u.syment.n_numaux);
2157 for (aux = 0; aux < combined->u.syment.n_numaux; aux++)
2159 combined_entry_type *auxp = combined + aux + 1;
2170 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux))
2173 switch (combined->u.syment.n_sclass)
2180 if (combined->u.syment.n_type == T_NULL)
2199 if (ISFCN (combined->u.syment.n_type))