Lines Matching full:fr_literal
349 int opcode = fragP->fr_literal[offset] & 0xff;
386 fragP->fr_literal[offset] = opcode;
396 fragP->fr_literal[offset + 2] = 0xfc;
406 int opcode = fragP->fr_literal[offset] & 0xff;
443 fragP->fr_literal[offset] = opcode;
453 fragP->fr_literal[offset + 2] = 0xf4;
454 fragP->fr_literal[offset + 3] = 0xe0;
471 int opcode = fragP->fr_literal[offset + 1] & 0xff;
532 fragP->fr_literal[offset + 1] = opcode;
542 fragP->fr_literal[offset + 3] = 0xfc;
552 int opcode = fragP->fr_literal[offset + 1] & 0xff;
613 fragP->fr_literal[offset + 1] = opcode;
623 fragP->fr_literal[offset + 3] = 0xf4;
624 fragP->fr_literal[offset + 4] = 0xe0;
640 fragP->fr_literal[offset] = 0xf4;
641 fragP->fr_literal[offset + 1] = 0xe1;
650 fragP->fr_literal[fragP->fr_fix] = 0xea;
659 fragP->fr_literal[offset] = 0xfc;
669 fragP->fr_literal[offset] = 0xf4;
670 fragP->fr_literal[offset + 1] = 0xe0;
1269 fixP = fix_new_exp (frag_now, f - frag_now->fr_literal + offset,
1330 fixP = fix_new_exp (frag_now, f - frag_now->fr_literal + offset,