• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/src/

Lines Matching refs:unexec_error

274 unexec_error (char *format, ...)
397 unexec_error ("cannot allocate region structure");
472 unexec_error ("find_emacs_zone_regions: too many regions");
735 unexec_error ("cannot read mach-o header");
738 unexec_error ("input file not in correct Mach-O format");
741 unexec_error ("input Mach-O file is not an executable object file");
763 unexec_error ("cannot read load command");
767 unexec_error ("cannot read content of load command");
828 unexec_error ("cannot copy segment from input to output file");
832 unexec_error ("cannot write load command to header");
890 unexec_error ("cannot copy section %s", sectp->sectname);
892 unexec_error ("cannot write section %s's header", sectp->sectname);
899 unexec_error ("cannot copy section %s", sectp->sectname);
902 unexec_error ("cannot write section %s", sectp->sectname);
905 unexec_error ("cannot write section %s's header", sectp->sectname);
924 unexec_error ("my_endbss_static is not in section %s",
927 unexec_error ("cannot write section %s", sectp->sectname);
930 unexec_error ("cannot write section %s", sectp->sectname);
932 unexec_error ("cannot write section %s's header", sectp->sectname);
936 unexec_error ("cannot write section %s", sectp->sectname);
938 unexec_error ("cannot write section %s's header", sectp->sectname);
944 unexec_error("unrecognized section type '0x%x' '%s' in __DATA segment", sect_type, sectp->sectname);
958 unexec_error ("cannot write header of __DATA segment");
987 unexec_error ("cannot write new __DATA segment %#8lx (sz: %#8lx)", sc.vmaddr, sc.filesize);
991 unexec_error ("cannot write new __DATA segment's header");
1013 unexec_error ("cannot write LC_SYMTAB command to header");
1041 unexec_error ("cannot write LC_DYLD_INFO_ONLY command to header");
1061 unexec_error ("cannot write %d command to header", lc->cmd);
1077 unexec_error ("unrelocate: %s:%d cannot seek to reloc_info", name, i);
1079 unexec_error ("unrelocate: %s:%d cannot read reloc_info", name, i);
1096 unexec_error ("unrelocate: %s:%d cannot copy original value",
1102 unexec_error ("unrelocate: %s:%d cannot handle type = %d",
1114 unexec_error ("unrelocate: %s:%d cannot handle scattered type = %d",
1150 unexec_error ("cannot write symtab command to header");
1171 unexec_error ("cannot write two level hint command to header");
1188 unexec_error ("cannot write load command to header");
1214 unexec_error ("cannot handle multiple DATA segments"
1226 unexec_error ("cannot handle multiple LINKEDIT segments"
1261 unexec_error ("not enough room for load commands for new __DATA segments");
1268 unexec_error ("cannot write final header contents");
1280 unexec_error ("Unexec from a dumped executable is not supported.");
1286 unexec_error ("cannot open input file `%s'", infile);
1293 unexec_error ("cannot open output file `%s'", outfile);