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

/freebsd-10.0-release/usr.sbin/crunch/crunchide/
H A Dexec_aout.c53 struct nlist *symbase; variable in typeref:struct:nlist
136 symbase = (struct nlist *) (aoutdata + N_SYMOFF(*hdrp));
149 for(symp = symbase; symp < symbase + nsyms; symp++) {
190 if(IS_SYMBOL_RELOC(relp) && symbase[relp->r_symbolnum].n_type == 0) {
193 filename, SYMSTR(&symbase[relp->r_symbolnum]));
/freebsd-10.0-release/contrib/binutils/bfd/
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
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 Daoutx.h1908 aout_symbol_type *symbase;
1913 for (symbase = obj_aout_symbols (abfd);
1916 *(location++) = (asymbol *) (symbase++);
1903 aout_symbol_type *symbase; local
/freebsd-10.0-release/sys/kern/
H A Dlink_elf.c106 caddr_t symbase; /* malloc'ed symbold base */ member in struct:elf_file
996 ef->symbase = malloc(symcnt, M_LINKER, M_WAITOK);
1001 ef->symbase, symcnt, shdr[symtabindex].sh_offset,
1014 ef->ddbsymtab = (const Elf_Sym *)ef->symbase;
1098 if (ef->symbase != NULL)
1099 free(ef->symbase, M_LINKER);

Completed in 200 milliseconds