Home
last modified time | relevance | path

Searched refs:current_offset (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsom.c1952 unsigned long current_offset) in som_object_setup() argument
2039 bfd_get_start_address (abfd) = aux_hdrp->exec_entry + current_offset; in som_object_setup()
2056 obj_som_sym_filepos (abfd) = file_hdrp->symbol_location + current_offset; in som_object_setup()
2058 + current_offset); in som_object_setup()
2060 + current_offset); in som_object_setup()
2075 unsigned long current_offset) in setup_sections() argument
2090 if (bfd_seek (abfd, current_offset + file_hdr->space_strings_location, in setup_sections()
2111 (current_offset + file_hdr->space_location in setup_sections()
2150 (current_offset + file_hdr->subspace_location in setup_sections()
2159 (current_offset + file_hdr->subspace_location in setup_sections()
[all …]
DChangeLog-00011825 * som.c (som_write_symbol_strings): Cast current_offset in
1831 current_offset to match the function definition. Fixes a build
DChangeLog-98993148 (som_object_setup): Add current_offset parameter. Change all
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
Dtest-gen.c151 int current_offset = 0; variable
678 fprintf (dis_out, "0*%x <", current_offset); in output_insns()
680 if (current_offset == last_label_offset) in output_insns()
684 current_offset - last_label_offset); in output_insns()
708 current_offset += insn_size; in output_insns()
738 last_label_offset = current_offset; in output_groups()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
Dam33-2.c109 int displacement = current_offset - last_label_offset;
122 if (current_offset == last_label_offset)
134 + 3 + ulen (current_offset + diff, 16) + 19
139 current_offset, current_address,
140 current_offset + diff, last_label_name, diff);
154 int displacement = current_offset - last_label_offset;
168 if (current_offset == last_label_offset)
181 + 3 + ulen (current_offset + diff, 16) + 33);
184 current_offset, current_address,
185 current_offset + diff);
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20062091 decoding the loop instructions. Remove current_offset variable.
2093 (min_bytes_to_other_loop_end): Remove current_offset argument.