Searched refs:symbase (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | elfcode.h | 1113 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */ in elf_slurp_symbol_table() local 1157 sym = symbase = NULL; in elf_slurp_symbol_table() 1167 symbase = bfd_zalloc (abfd, amt); in elf_slurp_symbol_table() 1168 if (symbase == (elf_symbol_type *) NULL) in elf_slurp_symbol_table() 1204 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++) in elf_slurp_symbol_table() 1310 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount); in elf_slurp_symbol_table() 1314 symcount = sym - symbase; in elf_slurp_symbol_table() 1321 sym = symbase; in elf_slurp_symbol_table()
|
| D | coffgen.c | 337 coff_symbol_type *symbase; in coff_canonicalize_symtab() local 343 symbase = obj_symbols (abfd); in coff_canonicalize_symtab() 346 *location++ = symbase++; in coff_canonicalize_symtab()
|
| D | ecoff.c | 960 ecoff_symbol_type *symbase; in _bfd_ecoff_canonicalize_symtab() local 968 symbase = ecoff_data (abfd)->canonical_symbols; in _bfd_ecoff_canonicalize_symtab() 971 *(location++) = symbase++; in _bfd_ecoff_canonicalize_symtab()
|
| D | aoutx.h | 1903 aout_symbol_type *symbase; in NAME() local 1908 for (symbase = obj_aout_symbols (abfd); in NAME() 1911 *(location++) = (asymbol *) (symbase++); in NAME()
|
| /freebsd-10-stable/sys/kern/ |
| D | link_elf.c | 106 caddr_t symbase; /* malloc'ed symbold base */ member 996 ef->symbase = malloc(symcnt, M_LINKER, M_WAITOK); in link_elf_load_file() 1001 ef->symbase, symcnt, shdr[symtabindex].sh_offset, in link_elf_load_file() 1014 ef->ddbsymtab = (const Elf_Sym *)ef->symbase; in link_elf_load_file() 1095 free(ef->symbase, M_LINKER); in link_elf_unload_file()
|