Home
last modified time | relevance | path

Searched refs:opcode_frag (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-ns32k.c1318 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()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-9697264 opcode_frag and opcode_offset and remove pcrel_adjust.
283 (fix_new_ns32k, fix_new_ns32k_exp): add new arguments opcode_frag and