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

/macosx-10.9.5/cxxfilt-11/cxxfilt/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.h1074 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1118 sym = symbase = NULL;
1128 symbase = bfd_zalloc (abfd, amt);
1129 if (symbase == (elf_symbol_type *) NULL)
1165 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1271 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount);
1275 symcount = sym - symbase;
1282 sym = symbase;
1071 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.h1061 nlm_symbol_type *symbase; local
1066 symbase = nlm_get_symbols (abfd);
1069 *alocation++ = &symbase->symbol;
1070 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.c963 ecoff_symbol_type *symbase;
971 symbase = ecoff_data (abfd)->canonical_symbols;
974 *(location++) = symbase++;
960 ecoff_symbol_type *symbase; local
H A Dpdp11.c1674 aout_symbol_type *symbase;
1679 for (symbase = obj_aout_symbols (abfd); counter++ < bfd_get_symcount (abfd);)
1680 *(location++) = (asymbol *)(symbase++);
1669 aout_symbol_type *symbase; local
H A Daoutx.h1885 aout_symbol_type *symbase;
1890 for (symbase = obj_aout_symbols (abfd);
1893 *(location++) = (asymbol *) (symbase++);
1880 aout_symbol_type *symbase; local

Completed in 379 milliseconds