Home | History | Annotate | Download | only in bfd

Lines Matching refs:EYE

76 /* Need a 7 char string for an eye catcher.  */
77 #define EYE "krkjunk"
80 #define HASH_CHECK_INIT(ret) strcpy(ret->eye_catcher, EYE)
82 if (strcmp(addr->eye_catcher, EYE) != 0) \
85 _("File %s, line %d, Hash check failure, bad eye %8s\n"), \