Home | History | Annotate | Download | only in config

Lines Matching refs:fr_literal

346       int opcode = fragP->fr_literal[offset] & 0xff;
383 fragP->fr_literal[offset] = opcode;
393 fragP->fr_literal[offset + 2] = 0xfc;
403 int opcode = fragP->fr_literal[offset] & 0xff;
440 fragP->fr_literal[offset] = opcode;
450 fragP->fr_literal[offset + 2] = 0xf4;
451 fragP->fr_literal[offset + 3] = 0xe0;
468 int opcode = fragP->fr_literal[offset + 1] & 0xff;
529 fragP->fr_literal[offset + 1] = opcode;
539 fragP->fr_literal[offset + 3] = 0xfc;
549 int opcode = fragP->fr_literal[offset + 1] & 0xff;
610 fragP->fr_literal[offset + 1] = opcode;
620 fragP->fr_literal[offset + 3] = 0xf4;
621 fragP->fr_literal[offset + 4] = 0xe0;
637 fragP->fr_literal[offset] = 0xf4;
638 fragP->fr_literal[offset + 1] = 0xe1;
647 fragP->fr_literal[fragP->fr_fix] = 0xea;
656 fragP->fr_literal[offset] = 0xfc;
666 fragP->fr_literal[offset] = 0xf4;
667 fragP->fr_literal[offset + 1] = 0xe0;
1266 fixP = fix_new_exp (frag_now, f - frag_now->fr_literal + offset,
1327 fixP = fix_new_exp (frag_now, f - frag_now->fr_literal + offset,