Searched refs:ecoff_ex (Results 1 – 1 of 1) sorted by relevance
45 struct ecoff_exechdr ecoff_ex; variable75 if (read(fd,(char *)&ecoff_ex, sizeof(ecoff_ex)) != sizeof(ecoff_ex)) in ecoff_check()79 if (ECOFF_BADMAG(&ecoff_ex)) in ecoff_check()96 if (read(fd, (char *)&ecoff_ex, sizeof(ecoff_ex)) != sizeof(ecoff_ex)) in ecoff_loadkernel()99 if (ECOFF_BADMAG(&ecoff_ex)) in ecoff_loadkernel()102 ecoff_psz = ecoff_ex.a.tsize + ecoff_ex.a.dsize; in ecoff_loadkernel()103 beg = lseek(fd, ECOFF_TXTOFF(&ecoff_ex), SEEK_SET); in ecoff_loadkernel()