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

  /src/sys/sys/
exec_ecoff.h 56 ecoff32_uint f_nsyms; /* # of symbol table entries */ member in struct:ecoff32_filehdr
113 u_int f_nsyms; /* # of symbol table entries */ member in struct:ecoff_filehdr
exec_coff.h 43 long f_nsyms; /* # of symbol table entries */ member in struct:coff_filehdr
  /src/lib/libc/gen/
nlist_coff.c 133 nesyms = filehdrp->f_nsyms;
nlist_ecoff.c 119 symhdrsize = exechdrp->f.f_nsyms;
  /src/sys/arch/ews4800mips/stand/common/
coffhdrfix.c 51 Coff_Word f_nsyms; member in struct:coff_filehdr
  /src/sys/arch/macppc/stand/fixcoff/
fixcoff.c 63 char f_nsyms[4]; member in struct:filehdr
  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 150 symhdrsize = filehdrp->f_nsyms;
180 nesyms = filehdrp->f_nsyms;
nlist_ecoff.c 144 symhdrsize = exechdrp->f.f_nsyms;
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 318 ep.f.f_nsyms = sizeof(struct ecoff32_symhdr);
335 ep.f.f_nsyms = bswap32(ep.f.f_nsyms);
599 ep->f.f_nsyms = sizeof(struct ecoff32_symhdr);

Completed in 14 milliseconds