Searched refs:symbase (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dlink_elf.c106 caddr_t symbase; /* malloc'ed symbold base */ member in struct:elf_file
1076 ef->symbase = malloc(symcnt, M_LINKER, M_WAITOK);
1081 ef->symbase, symcnt, shdr[symtabindex].sh_offset,
1094 ef->ddbsymtab = (const Elf_Sym *)ef->symbase;
1176 free(ef->symbase, M_LINKER);
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1908 aout_symbol_type *symbase;
1913 for (symbase = obj_aout_symbols (abfd);
1916 *(location++) = (asymbol *) (symbase++);
1903 aout_symbol_type *symbase; local
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 Delfcode.h1116 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1160 sym = symbase = NULL;
1170 symbase = bfd_zalloc (abfd, amt);
1171 if (symbase == (elf_symbol_type *) NULL)
1207 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1313 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount);
1317 symcount = sym - symbase;
1324 sym = symbase;
1113 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */ local

Completed in 128 milliseconds