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

/haiku-buildtools/legacy/binutils/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.h1072 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1116 sym = symbase = NULL;
1126 symbase = bfd_zalloc (abfd, amt);
1127 if (symbase == (elf_symbol_type *) NULL)
1163 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1263 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount);
1267 symcount = sym - symbase;
1274 sym = symbase;
1069 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */ local
H A Doasys.c197 asymbol *symbase; local
203 symbase = OASYS_DATA (abfd)->symbols;
205 *(location++) = symbase++;
H A Dnlmcode.h1062 nlm_symbol_type *symbase; local
1067 symbase = nlm_get_symbols (abfd);
1070 *alocation++ = &symbase->symbol;
1071 symbase++;
H A Dsom.c4237 som_symbol_type *sym, *symbase;
4255 symbase = bfd_zmalloc (amt);
4256 if (symbase == NULL)
4272 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)
4393 bfd_get_symcount (abfd) = sym - symbase;
4396 obj_som_symtab (abfd) = symbase;
4415 som_symbol_type *symbase;
4421 symbase = obj_som_symtab (abfd);
4423 for (; i > 0; i--, location++, symbase++)
4424 *location = &symbase
4236 som_symbol_type *sym, *symbase; local
4414 som_symbol_type *symbase; local
[all...]
H A Dcoffgen.c337 coff_symbol_type *symbase; local
343 symbase = obj_symbols (abfd);
346 *location++ = symbase++;
H A Decoff.c964 ecoff_symbol_type *symbase;
972 symbase = ecoff_data (abfd)->canonical_symbols;
975 *(location++) = symbase++;
961 ecoff_symbol_type *symbase; local
H A Dpdp11.c1679 aout_symbol_type *symbase;
1684 for (symbase = obj_aout_symbols (abfd); counter++ < bfd_get_symcount (abfd);)
1685 *(location++) = (asymbol *)(symbase++);
1674 aout_symbol_type *symbase; local
H A Daoutx.h1890 aout_symbol_type *symbase;
1895 for (symbase = obj_aout_symbols (abfd);
1898 *(location++) = (asymbol *) (symbase++);
1885 aout_symbol_type *symbase; local
/haiku-buildtools/binutils/bfd/
H A Dhp300hpux.c792 aout_symbol_type *symbase; local
800 for (symbase = obj_aout_symbols (abfd); counter++ < bfd_get_symcount (abfd);)
801 *(location++) = (asymbol *) (symbase++);
H A Delfcode.h1131 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1175 sym = symbase = NULL;
1185 symbase = (elf_symbol_type *) bfd_zalloc (abfd, amt);
1186 if (symbase == (elf_symbol_type *) NULL)
1223 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1350 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount);
1354 symcount = sym - symbase;
1361 sym = symbase;
1128 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */ local
H A Doasys.c198 asymbol *symbase; local
204 symbase = OASYS_DATA (abfd)->symbols;
206 *(location++) = symbase++;
H A Dnlmcode.h1061 nlm_symbol_type *symbase; local
1066 symbase = nlm_get_symbols (abfd);
1069 *alocation++ = &symbase->symbol;
1070 symbase++;
H A Dsom.c4629 som_symbol_type *sym, *symbase;
4647 symbase = bfd_zmalloc (amt);
4648 if (symbase == NULL)
4664 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)
4791 bfd_get_symcount (abfd) = sym - symbase;
4794 obj_som_symtab (abfd) = symbase;
4813 som_symbol_type *symbase;
4819 symbase = obj_som_symtab (abfd);
4821 for (; i > 0; i--, location++, symbase++)
4822 *location = &symbase
4628 som_symbol_type *sym, *symbase; local
4812 som_symbol_type *symbase; local
[all...]
H A Dcoffgen.c431 coff_symbol_type *symbase; local
437 symbase = obj_symbols (abfd);
440 *location++ = symbase++;
H A Decoff.c998 ecoff_symbol_type *symbase;
1006 symbase = ecoff_data (abfd)->canonical_symbols;
1009 *(location++) = symbase++;
995 ecoff_symbol_type *symbase; local
H A Dpdp11.c1681 aout_symbol_type *symbase;
1686 for (symbase = obj_aout_symbols (abfd); counter++ < bfd_get_symcount (abfd);)
1687 *(location++) = (asymbol *)(symbase++);
1676 aout_symbol_type *symbase; local
H A Daoutx.h1929 aout_symbol_type *symbase;
1934 for (symbase = obj_aout_symbols (abfd);
1937 *(location++) = (asymbol *) (symbase++);
1924 aout_symbol_type *symbase; local

Completed in 405 milliseconds