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

  /src/usr.sbin/mdsetimage/
exec_coff.c 54 const struct coff_exechdr *exechdrp;
61 exechdrp = (const struct coff_exechdr *)&mappedfile[0];
74 const struct coff_exechdr *exechdrp;
78 exechdrp = (const struct coff_exechdr *)&mappedfile[0];
  /src/sys/arch/hpc/stand/hpcboot/
load_coff.h 47 struct coff_exechdr _eh;
load_coff.cpp 42 memset(&_eh, 0, sizeof(struct coff_exechdr));
124 _file->read(&_eh, sizeof(struct coff_exechdr), 0);
load.cpp 54 coff_exechdr coff;
  /src/sys/sys/
exec_coff.h 114 struct coff_exechdr { struct

Completed in 25 milliseconds