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

  /src/sys/sys/
exec_ecoff.h 55 ecoff32_ulong f_symptr; /* file offset of symbol table */ member in struct:ecoff32_filehdr
112 u_long f_symptr; /* file offset of symbol table */ member in struct:ecoff_filehdr
exec_coff.h 42 long f_symptr; /* file offset of symbol table */ member in struct:coff_filehdr
  /src/lib/libc/gen/
nlist_coff.c 132 symoff = filehdrp->f_symptr;
nlist_ecoff.c 118 symhdroff = exechdrp->f.f_symptr;
  /src/sys/arch/ews4800mips/stand/common/
coffhdrfix.c 50 Coff_Word f_symptr; member in struct:coff_filehdr
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 317 ep.f.f_symptr = 0;
334 ep.f.f_symptr = bswap32(ep.f.f_symptr);
430 (uint32_t)(ep.f.f_symptr + sizeof(symhdr)));
578 ep->f.f_symptr = esecs[1].s_scnptr + esecs[1].s_size;
597 nesyms, ep->f.f_symptr);
678 ecoff_symhdr_off = ep->f.f_symptr;
  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 149 symhdroff = filehdrp->f_symptr;
nlist_ecoff.c 143 symhdroff = exechdrp->f.f_symptr;

Completed in 16 milliseconds