HomeSort by: relevance | last modified time | path
    Searched defs:nsymname (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 89 char *mappedfile, *symname, *nsymname, *fsymname; local
226 if ((nsymname = realloc(symname, symnamesize * 2)) == NULL){
230 symname = nsymname;
nlist_ecoff.c 90 char *mappedfile, *symname, *nsymname, *fsymname, *tmpcp; local
189 if ((nsymname = realloc(symname, symnamesize * 2)) == NULL) {
193 symname = nsymname;
nlist_elf32.c 100 char *mappedfile, *symname, *nsymname, *fsymname, *tmpcp, *strtab; local
272 if ((nsymname = realloc(symname, symnamesize * 2)) == NULL) {
276 symname = nsymname;

Completed in 17 milliseconds