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

  /src/lib/libc/gen/
nlist_ecoff.c 127 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms))
129 esyms = (const void *)&mappedfile[symhdrp->cbExtOffset];
  /src/sys/arch/mips/include/
ecoff_machdep.h 110 int32_t cbExtOffset;
142 int32_t cbExtOffset;
  /src/tools/mips-elf2ecoff/machine/
ecoff_machdep.h 110 int32_t cbExtOffset;
142 int32_t cbExtOffset;
  /src/sys/arch/alpha/include/
ecoff_machdep.h 84 long cbExtOffset;
  /src/usr.sbin/kvm_mkdb/
nlist_ecoff.c 153 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms))
155 esyms = (struct ecoff_extsym *)&mappedfile[symhdrp->cbExtOffset];
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 604 symhdrp->cbExtOffset = extsymoff;

Completed in 13 milliseconds