Home
last modified time | relevance | path

Searched refs:last_label_offset (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
Dtest-gen.c154 int last_label_offset = 0; variable
680 if (current_offset == last_label_offset) in output_insns()
684 current_offset - last_label_offset); in output_insns()
738 last_label_offset = current_offset; in output_groups()
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
Dam33-2.c109 int displacement = current_offset - last_label_offset;
122 if (current_offset == last_label_offset)
154 int displacement = current_offset - last_label_offset;
168 if (current_offset == last_label_offset)
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh.c3051 static int last_label_offset; in sh_frob_label() local
3060 || offset != last_label_offset) in sh_frob_label()
3064 last_label_offset = offset; in sh_frob_label()