Home | History | Annotate | Download | only in bfd

Lines Matching full:asymbol

4753 	* syms.c (asymbol): Change udata field into a union.
7795 asection to asymbol.
7797 bfd to asymbol.
7799 asection to asymbol.
8166 rather than asymbol list.
8170 argument rather than asymbol list. Always return true.
8173 (perform_slip): Take BFD argument rather than asymbol list.
8176 (abs32code): Take BFD argument rather than asymbol list. Changed
8180 asymbol list. Only return false if an error occurred. Set *again
8183 (bfd_perform_slip): Take BFD argument rather than asymbol list.
8187 rather than asymbol list. Only return false if an error occurred.
8191 asymbol list.
8195 declaration to take boolean * rather than asymbol list.
8197 asymbol list.
8199 than asymbol list. Changed calls to bfd_perform_slip.
8216 in asymbol udata field.
8306 (cisco_bfd_is_local_label): Correct cast from asection to asymbol.
8679 * elf32-hppa.c (hppa_elf_stub_reloc): Accept asymbol ** rather
8680 than asymbol * for original target symbol. All callers changed.
8767 * som.c (som_get_symtab_upper_bound): Use "sizeof (asymbol *)"
8770 * elfcode.h (elf_get_symtab_upper_bound): Use "sizeof (asymbol *)"
8771 not "sizeof (asymbol"). Opps.