SELFMAG
bcmp(&ehp->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) {
#define ISELF (strncmp(magic_buf, ELFMAG, SELFMAG) == 0)
bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) {
if ((is_noelf = memcmp(&e32.e_ident[EI_MAG0], ELFMAG, SELFMAG)) != 0 ||
SELFMAG)) != 0 || ehdr.e_type != ET_CORE) {
#define ISELF (strncmp(magic_buf, ELFMAG, SELFMAG) == 0)
bcopy(ELFMAG, ehdr.e_ident, SELFMAG);
for (i = 0; i < SELFMAG; i++) {
for (j = 0; j < SELFMAG; j++) {
for (i = 0; i < SELFMAG; i++)