HomeSort by: relevance | last modified time | path
    Searched refs:symtaboff (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librumpuser/
rumpuser_dl.c 68 static size_t symtaboff = 0, strtaboff = 0; variable
297 symtaboff, cursymcount * SYM_GETSIZE());
331 memcpy(symtab + symtaboff,
338 csym = symtab + symtaboff;
342 symtaboff += SYM_GETSIZE();
465 if ((trimmedsym = malloc(symtaboff)) != NULL) {
466 memcpy(trimmedsym, symtab, symtaboff);
477 symload(trimmedsym, symtaboff, trimmedstr, strtaboff);
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 667 uint32_t ecoff_symhdr_off, symtaboff, stringtaboff; local
691 symtaboff = nextoff;
696 write_ecoff_symhdr(out, ep, &symhdr, nsyms, symtaboff,

Completed in 19 milliseconds