Lines Matching refs:opcode_frag
1318 fragS *opcode_frag, in fix_new_ns32k() argument
1326 fix_opcode_frag (fixP) = opcode_frag; in fix_new_ns32k()
1347 fragS *opcode_frag, in fix_new_ns32k_exp() argument
1354 fix_opcode_frag (fixP) = opcode_frag; in fix_new_ns32k_exp()
1927 fragS *opcode_frag; in md_pcrel_adjust() local
1931 opcode_frag = frag_opcode_frag (fragP); in md_pcrel_adjust()
1932 if (opcode_frag == 0) in md_pcrel_adjust()
1936 opcode_address = offset + opcode_frag->fr_address; in md_pcrel_adjust()
1944 fragS *opcode_frag; in md_fix_pcrel_adjust() local
1948 opcode_frag = fix_opcode_frag (fixP); in md_fix_pcrel_adjust()
1949 if (opcode_frag == 0) in md_fix_pcrel_adjust()
1953 opcode_address = offset + opcode_frag->fr_address; in md_fix_pcrel_adjust()