Home | History | Annotate | Download | only in bfd

Lines Matching full:asymbol

65 static long        sunos_canonicalize_dynamic_symtab    (bfd *, asymbol **);
67 static long sunos_canonicalize_dynamic_reloc (bfd *, arelent **, asymbol **);
88 /* asymbol structures for dynamic symbols. */
248 return (info->dynsym_count + 1) * sizeof (asymbol *);
317 sunos_canonicalize_dynamic_symtab (bfd *abfd, asymbol **storage)
368 /* Get the asymbol structures corresponding to the dynamic nlist
394 /* Return pointers to the dynamic asymbol structures. */
396 *storage++ = (asymbol *) (info->canonical_dynsym + i);
425 sunos_canonicalize_dynamic_reloc (bfd *abfd, arelent **storage, asymbol **syms)