Home | History | Annotate | Download | only in bfd

Lines Matching defs:combined

2182 	  combined_entry_type *combined = coffsymbol (symbol)->native;
2186 fprintf (file, "[%3ld]", (long) (combined - root));
2189 if (combined < obj_raw_syments (abfd)
2190 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd))
2196 BFD_ASSERT (combined->is_sym);
2197 if (! combined->fix_value)
2198 val = (bfd_vma) combined->u.syment.n_value;
2200 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root)
2204 combined->u.syment.n_scnum,
2205 combined->u.syment.n_flags,
2206 combined->u.syment.n_type,
2207 combined->u.syment.n_sclass,
2208 combined->u.syment.n_numaux);
2212 for (aux = 0; aux < combined->u.syment.n_numaux; aux++)
2214 combined_entry_type *auxp = combined + aux + 1;
2225 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux))
2228 switch (combined->u.syment.n_sclass)
2247 if (combined->u.syment.n_type == T_NULL)
2266 if (ISFCN (combined->u.syment.n_type))