Home
last modified time | relevance | path

Searched refs:aexec (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/strings/
H A Da.out.h39 struct aexec { /* a.out header */ struct
66 #define ATEXTPOS(ap) ((long)sizeof (struct aexec))
H A Dstrings.c64 struct aexec ahdr;
77 static int ismagic(int, struct aexec *, FILE *);
478 struct aexec *hdr;
486 if (hsize < sizeof (struct aexec))