Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/strings/
H A Da.out.h37 struct aexec { /* a.out header */ struct
64 #define ATEXTPOS(ap) ((long)sizeof (struct aexec))
H A Dstrings.c62 struct aexec ahdr;
75 static int ismagic(int, struct aexec *, FILE *);
476 struct aexec *hdr;
484 if (hsize < sizeof (struct aexec))