Home | History | Annotate | Download | only in unused

Lines Matching defs:Word

402    4 0004 44332211      value:  .word   0x11223344
654 unaligned word. That is, the word to be relocated must be treated
655 as four separate bytes with arbitrary alignment, not as a word
1347 typedef unsigned int Word;
1350 Word* sim_stack;
1358 Word regs_arm[16+1];
1395 Word w = (Word)first_pc;
1399 sim_stack = malloc(10000 * sizeof(Word));
1400 regs_arm[REG_SP] = (Word)(&sim_stack[9999]);
1402 regs_arm[REG_PC] = (Word)first_pc;
1410 6 0008 44332211 .word 0x11223344