Home | History | Annotate | Download | only in courgette

Lines Matching refs:Bad

50     return Bad("Too small");
54 return Bad("Not MZ");
61 return Bad("Bad offset to PE header");
67 return Bad("Bad offset to PE header");
70 return Bad("Misaligned PE header");
80 return Bad("no PE signature");
95 return Bad("optional header past end of file");
99 return Bad("optional header no magic");
112 return Bad("unrecognized magic");
118 return Bad("optional header too short");
144 // return Bad("code or initialized data too big");
161 return Bad("malformed data directory");
188 return Bad("64 bit executables are not supported by this disassembler");
192 return Bad("Resource-only executables are not yet supported");
239 return Bad(".relocs outside image");
250 return Bad("unreasonable relocs block");
257 return Bad(".relocs block outside image");
272 return Bad("unknown type of reloc");
711 return Bad("number of data directories inconsistent");
715 return Bad("data directory outside image");
719 return Bad("data directory size too big");