Home | History | Annotate | Download | only in bfd

Lines Matching full:mmix

1 /* BFD back-end for mmo objects (MMIX-specific object-format).
30 Donald E.@: Knuth's educational 64-bit processor MMIX. The simulator
31 @command{mmix} which is available at
32 @url{http://mmix.cs.hm.edu/src/index.html}
39 @url{http://mmix.cs.hm.edu/} for more
40 information about MMIX. The ELF format is used for intermediate
67 same as the ELF <<e_machine>> number for MMIX, filling it with
78 @url{http://mmix.cs.hm.edu/doc/mmixal.pdf},
138 parse) is stored in sections named <<.MMIX.spec_data.@var{n}>>
207 #include "elf/mmix.h"
208 #include "opcode/mmix.h"
638 can't deduce a section, make one up as ".MMIX.sec.N", where N is an
645 char sec_name[sizeof (".MMIX.sec.") + 20];
698 sprintf (sec_name, ".MMIX.sec.%d", abfd->tdata.mmo_data->sec_no++);
954 /* Make a .MMIX.spec_data.N section. */
1206 /* Check that :Main equals the last octa of the .MMIX.reg_contents
1235 MMIXware package which also contains the @command{mmix} simulator:
2401 (".MMIX.reg_contents": Not handled here.)
2520 a new section is formed, named <<.MMIX.sec.@var{n}>>. Here,
3234 /* Strictly speaking, only MMIX uses this restricted format, but let's not