Searched refs:bfd_put_64 (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dreloc.c930 bfd_put_64 (abfd, x, (bfd_byte *) data + octets);
1301 bfd_put_64 (abfd, x, data);
1537 bfd_put_64 (input_bfd, x, location);
1605 bfd_put_64 (input_bfd, x, location);
H A Delf64-x86-64.c2195 bfd_put_64 (output_bfd, relocation,
2219 bfd_put_64 (output_bfd, relocation,
2747 bfd_put_64 (output_bfd, 0, htab->sgot->contents + off);
2765 bfd_put_64 (output_bfd,
2771 bfd_put_64 (output_bfd, 0,
2964 bfd_put_64 (output_bfd, 0,
2966 bfd_put_64 (output_bfd, 0,
3119 bfd_put_64 (output_bfd, (htab->splt->output_section->vma
3182 bfd_put_64 (output_bfd, (bfd_vma) 0,
3354 bfd_put_64 (output_bf
[all...]
H A Delf64-s390.c2388 bfd_put_64 (output_bfd, relocation,
2410 bfd_put_64 (output_bfd, relocation,
2698 bfd_put_64 (output_bfd, -tpoff (info, relocation),
2752 bfd_put_64 (output_bfd,
2784 bfd_put_64 (output_bfd, htab->sgot->output_offset + off,
2813 bfd_put_64 (output_bfd, -tpoff (info, relocation),
2845 bfd_put_64 (output_bfd, 0,
2891 bfd_put_64 (output_bfd, -tpoff (info, relocation),
3143 bfd_put_64 (output_bfd,
3207 bfd_put_64 (output_bf
[all...]
H A Dcoff64-rs6000.c639 bfd_put_64 (abfd, src->l_impoff, dst->l_impoff);
640 bfd_put_64 (abfd, src->l_stoff, dst->l_stoff);
641 bfd_put_64 (abfd, src->l_symoff, dst->l_symoff);
642 bfd_put_64 (abfd, src->l_rldoff, dst->l_rldoff);
677 bfd_put_64 (abfd, src->l_value, dst->l_value);
712 bfd_put_64 (abfd, src->r_vaddr, dst->r_vaddr);
746 bfd_put_64 (abfd, src->l_vaddr, dst->l_vaddr);
1366 bfd_put_64 (input_bfd, value_to_relocate, location);
H A Dcoff-x86_64.c169 bfd_put_64 (abfd, (bfd_vma) x, addr);
H A Delf64-alpha.c4261 bfd_put_64 (output_bfd, value,
4491 bfd_put_64 (output_bfd, !info->shared && !dynamic_symbol_p,
4509 bfd_put_64 (output_bfd, value,
4587 bfd_put_64 (output_bfd, value,
4735 bfd_put_64 (output_bfd, plt_addr,
4920 bfd_put_64 (output_bfd, 0, splt->contents + 16);
4921 bfd_put_64 (output_bfd, 0, splt->contents + 24);
H A Dcoff-alpha.c1063 bfd_put_64 (abfd, val, data + rel->address);
1845 bfd_put_64 (input_bfd, val,
H A Delfxx-ia64.c4185 bfd_put_64 (abfd, value, got_sec->contents + got_offset);
4290 bfd_put_64 (abfd, value, fptr_sec->contents + dyn_i->fptr_offset);
4291 bfd_put_64 (abfd, _bfd_get_gp_value (abfd),
4346 bfd_put_64 (abfd, value, pltoff_sec->contents + dyn_i->pltoff_offset);
4347 bfd_put_64 (abfd, gp, pltoff_sec->contents + dyn_i->pltoff_offset + 8);
H A Delf64-ppc.c2369 bfd_put_64 (abfd, TOCstart + TOC_BASE_OFF, (bfd_byte *) data + octets);
8358 bfd_put_64 (htab->brlt->owner, off,
9594 bfd_put_64 (htab->glink->owner, plt0, p);
10262 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
10272 bfd_put_64 (output_bfd, 1, contents + rel->r_offset);
10653 bfd_put_64 (output_bfd, outrel.r_addend + relocation,
10686 bfd_put_64 (output_bfd, relocation,
10692 bfd_put_64 (output_bfd, relocation,
11447 bfd_put_64 (output_bfd,
H A Delf-eh-frame.c207 case 8: bfd_put_64 (abfd, value, buf); break;
H A Dbfd-in2.h1068 #define bfd_put_64(abfd, val, ptr) \
1071 bfd_put_64
1088 : (bits) == 64 ? bfd_put_64 (abfd, val, ptr) \
1061 #define bfd_put_64 macro
H A Dxcofflink.c4960 bfd_put_64 (output_bfd,
4964 bfd_put_64 (output_bfd, xcoff_data (output_bfd)->toc, p + 8);
4965 bfd_put_64 (output_bfd, (bfd_vma) 0, p + 16);
H A Delfxx-sparc.c534 bfd_put_64 (bfd, val, ptr);
711 bfd_put_64 (output_bfd, (bfd_vma) (splt->contents - (entry + 4)), ptr);
H A Delflink.c7004 bfd_put_64 (input_bfd, x, location);
H A Delfxx-mips.c585 ? bfd_put_64 (abfd, val, ptr) \
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldwrite.c140 bfd_put_64 (output_bfd, value, link_order->u.data.contents);
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1074 #define bfd_put_64(abfd, val, ptr) \
1077 bfd_put_64
1094 : (bits) == 64 ? bfd_put_64 (abfd, val, ptr) \
1067 #define bfd_put_64 macro

Completed in 380 milliseconds