Searched refs:reloc_offset (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsolib-irix.c53 CORE_ADDR reloc_offset; /* amount to relocate by */ member in struct:lm_info
167 li.reloc_offset = extract_mips_address (&obj_buf[196], 4)
185 li.reloc_offset = extract_mips_address (&buf.oi32.oi_ehdr,
209 li.reloc_offset = extract_mips_address (&buf.oi64.oi_ehdr,
675 sec->addr += so->lm_info->reloc_offset;
676 sec->endaddr += so->lm_info->reloc_offset;
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-mcore.c261 mcore_emit_base_file_entry (info, output_bfd, input_section, reloc_offset)
265 bfd_vma reloc_offset;
267 bfd_vma addr = reloc_offset
H A Dcoff-arm.c969 arm_emit_base_file_entry (info, output_bfd, input_section, reloc_offset)
973 bfd_vma reloc_offset;
975 bfd_vma addr = reloc_offset
H A Delf32-frv.c931 bfd_vma reloc_offset;
937 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rel);
938 BFD_ASSERT (reloc_offset < sreloc->_raw_size);
940 sreloc->contents + reloc_offset);
946 return reloc_offset;
930 bfd_vma reloc_offset; local
H A Dsom.c2725 int reloc_offset; local
2761 reloc_offset = 0;
2802 skip = bfd_reloc->address - reloc_offset;
2806 /* Update reloc_offset for the next iteration.
2835 reloc_offset = bfd_reloc->address;
2839 reloc_offset = bfd_reloc->address + 4;
3056 - reloc_offset),
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-mcore.c229 mcore_emit_base_file_entry (info, output_bfd, input_section, reloc_offset)
233 bfd_vma reloc_offset;
235 bfd_vma addr = reloc_offset
H A Delf32-bfin.c1413 bfd_vma reloc_offset;
1419 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rel);
1420 BFD_ASSERT (reloc_offset < sreloc->size);
1422 sreloc->contents + reloc_offset);
1438 return reloc_offset;
1412 bfd_vma reloc_offset; local
H A Dsom.c2602 int reloc_offset; local
2638 reloc_offset = 0;
2679 skip = bfd_reloc->address - reloc_offset;
2683 /* Update reloc_offset for the next iteration.
2712 reloc_offset = bfd_reloc->address;
2716 reloc_offset = bfd_reloc->address + 4;
2932 p = som_reloc_skip (abfd, subsection->size - reloc_offset,
H A Dcoff-arm.c902 bfd_vma reloc_offset)
904 bfd_vma addr = reloc_offset
899 arm_emit_base_file_entry(struct bfd_link_info *info, bfd *output_bfd, asection *input_section, bfd_vma reloc_offset) argument
H A Delf32-frv.c1285 bfd_vma reloc_offset;
1291 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rel);
1292 BFD_ASSERT (reloc_offset < sreloc->size);
1294 sreloc->contents + reloc_offset);
1310 return reloc_offset;
1284 bfd_vma reloc_offset; local
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-a29k.c52 int reloc_offset; /* Offset of reloc within insn */ member in struct:machine_it
358 (toP - frag_now->fr_literal + the_insn.reloc_offset),
482 the_insn.reloc_offset = 1; /* BIG-ENDIAN Byte 1 of insn */
513 the_insn.reloc_offset = 3; /* BIG-ENDIAN Byte 3 of insn */
H A Dtc-dlx.c57 int reloc_offset; /* Offset of reloc within insn. */ member in struct:machine_it
396 (toP - frag_now->fr_literal + the_insn.reloc_offset),
973 the_insn.reloc_offset = 2;
989 the_insn.reloc_offset = 0; /* BIG-ENDIAN Byte 3 of insn. */
1004 the_insn.reloc_offset = 0; /* BIG-ENDIAN Byte 3 of insn. */
H A Dtc-or32.c56 int reloc_offset; /* Offset of reloc within insn. */ member in struct:machine_it
271 (toP - frag_now->fr_literal + the_insn.reloc_offset),
627 /* the_insn.reloc_offset = 1; */
841 /* the_insn.reloc_offset = 1; */
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-dlx.c54 int reloc_offset; /* Offset of reloc within insn. */ member in struct:machine_it
812 the_insn.reloc_offset = 2;
828 the_insn.reloc_offset = 0; /* BIG-ENDIAN Byte 3 of insn. */
843 the_insn.reloc_offset = 0; /* BIG-ENDIAN Byte 3 of insn. */
918 (toP - frag_now->fr_literal + the_insn.reloc_offset),
H A Dtc-or32.c53 int reloc_offset; /* Offset of reloc within insn. */ member in struct:machine_it
247 (toP - frag_now->fr_literal + the_insn.reloc_offset),
514 /* the_insn.reloc_offset = 1; */

Completed in 386 milliseconds