Home | History | Annotate | Download | only in bfd

Lines Matching refs:elf_symbol_type

1125   elf_symbol_type *sym;		/* Pointer to current bfd symbol */
1126 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1179 amt *= sizeof (elf_symbol_type);
1180 symbase = (elf_symbol_type *) bfd_zalloc (abfd, amt);
1181 if (symbase == (elf_symbol_type *) NULL)