Home | History | Annotate | Download | only in bfd

Lines Matching refs:symbols

68   asymbol *symbols;		/* Pointer to local symbols.  */
73 int ndefs; /* Number of exported symbols (they dont get esdids). */
74 int nrefs; /* Number of imported symbols (valid end of pass1). */
156 tdata->symbols = NULL;
175 asymbol *n = VDATA (abfd)->symbols + snum;
529 VDATA (abfd)->symbols = bfd_alloc (abfd, amt);
534 if ((VDATA (abfd)->symbols == NULL && abfd->symcount > 0)
538 /* Actually fill in the section symbols,
547 asymbol *s = VDATA (abfd)->symbols + j;
561 symbols. */
704 for (i = 0, s = VDATA (abfd)->symbols;
754 asymbol **symbols)
779 src[count].sym_ptr_ptr = symbols + esdid - ES_BASE;