Searched refs:symbase (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Dhp300hpux.c819 aout_symbol_type *symbase; local
827 for (symbase = obj_aout_symbols (abfd); counter++ < bfd_get_symcount (abfd);)
828 *(location++) = (asymbol *) (symbase++);
H A Delfcode.h996 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1040 sym = symbase = NULL;
1050 symbase = bfd_zalloc (abfd, amt);
1051 if (symbase == (elf_symbol_type *) NULL)
1087 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1186 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount);
1190 symcount = sym - symbase;
1197 sym = symbase;
993 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */ local
H A Doasys.c278 asymbol *symbase; local
284 symbase = OASYS_DATA (abfd)->symbols;
287 *(location++) = symbase++;
H A Dnlmcode.h925 nlm_symbol_type *symbase; variable
930 symbase = nlm_get_symbols (abfd);
933 *alocation++ = &symbase->symbol;
934 symbase++;
H A Dsom.c4407 som_symbol_type *sym, *symbase;
4425 symbase = (som_symbol_type *) bfd_zmalloc (amt);
4426 if (symbase == NULL)
4442 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)
4569 bfd_get_symcount (abfd) = sym - symbase;
4572 obj_som_symtab (abfd) = symbase;
4593 som_symbol_type *symbase;
4599 symbase = obj_som_symtab (abfd);
4601 for (; i > 0; i--, location++, symbase++)
4602 *location = &symbase
4406 som_symbol_type *sym, *symbase; local
4592 som_symbol_type *symbase; local
[all...]
H A Dcoffgen.c373 coff_symbol_type *symbase; local
379 symbase = obj_symbols (abfd);
382 *location++ = symbase++;
H A Decoff.c1071 ecoff_symbol_type *symbase;
1079 symbase = ecoff_data (abfd)->canonical_symbols;
1082 *(location++) = symbase++;
1067 ecoff_symbol_type *symbase; local
H A Dpdp11.c2014 aout_symbol_type *symbase;
2019 for (symbase = obj_aout_symbols(abfd); counter++ < bfd_get_symcount (abfd);)
2020 *(location++) = (asymbol *)( symbase++);
2009 aout_symbol_type *symbase; local
H A Daoutx.h2042 aout_symbol_type *symbase;
2047 for (symbase = obj_aout_symbols (abfd);
2050 *(location++) = (asymbol *) (symbase++);
2037 aout_symbol_type *symbase; variable

Completed in 207 milliseconds