Searched refs:magic_ok (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/i386/stand/fatboot/
H A Dfatboot.S280 je magic_ok
285 magic_ok: label
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dpecoff.c584 int magic_ok; local
644 magic_ok = memcmp (magic, "PE\0", 4) == 0;
653 magic_ok = 0;
657 if (!magic_ok)
H A Dxcoff.c1100 int magic_ok; local
1120 magic_ok = (fhdr.f_magic == XCOFF_MAGIC);
1124 if (!magic_ok)
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dpecoff.c587 int magic_ok; local
648 magic_ok = memcmp (magic, "PE\0", 4) == 0;
657 magic_ok = 0;
661 if (!magic_ok)
H A Dxcoff.c1099 int magic_ok; local
1119 magic_ok = (fhdr.f_magic == XCOFF_MAGIC);
1123 if (!magic_ok)
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dpecoff.c587 int magic_ok; local
648 magic_ok = memcmp (magic, "PE\0", 4) == 0;
657 magic_ok = 0;
661 if (!magic_ok)
H A Dxcoff.c1099 int magic_ok; local
1119 magic_ok = (fhdr.f_magic == XCOFF_MAGIC);
1123 if (!magic_ok)

Completed in 214 milliseconds