Searched refs:insn_offset (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf32-ppc.c7045 size_t insn_offset = 0;
7338 insn_offset = 12;
7343 insn_offset = 0;
7358 irel->r_offset = trampoff + insn_offset;
9065 size_t insn_offset = rel->r_offset;
9074 bfd_put_32 (input_bfd, stub[0], contents + insn_offset - 12);
9075 bfd_put_32 (input_bfd, stub[1], contents + insn_offset - 8);
9076 bfd_put_32 (input_bfd, stub[2], contents + insn_offset - 4);
9093 bfd_put_32 (input_bfd, insn, contents + insn_offset);
9094 insn_offset
7031 size_t insn_offset = 0; local
9049 size_t insn_offset = rel->r_offset; local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-ppc.c5052 size_t insn_offset = 0;
5229 insn_offset = 12;
5235 insn_offset = 0;
5250 irel->r_offset = trampoff + insn_offset;
5039 size_t insn_offset = 0; local
/haiku-buildtools/binutils/gold/
H A Daarch64.cc8352 unsigned insn_offset; local
8358 insn_offset = 2 * Insn_utilities::BYTES_PER_INSN;
8379 insn_offset = 3 * Insn_utilities::BYTES_PER_INSN;
8386 span_start + offset + insn_offset;
8388 output_address + offset + insn_offset;

Completed in 198 milliseconds