Home
last modified time | relevance | path

Searched refs:bfd_get_64 (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dreloc.c920 bfd_vma x = bfd_get_64 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
1291 bfd_vma x = bfd_get_64 (abfd, data); in bfd_install_relocation()
1405 x = bfd_get_64 (input_bfd, location); in _bfd_relocate_contents()
1573 x = bfd_get_64 (input_bfd, location); in _bfd_clear_contents()
Dcoff64-rs6000.c604 dst->l_impoff = bfd_get_64 (abfd, src->l_impoff); in xcoff64_swap_ldhdr_in()
605 dst->l_stoff = bfd_get_64 (abfd, src->l_stoff); in xcoff64_swap_ldhdr_in()
606 dst->l_symoff = bfd_get_64 (abfd, src->l_symoff); in xcoff64_swap_ldhdr_in()
607 dst->l_rldoff = bfd_get_64 (abfd, src->l_rldoff); in xcoff64_swap_ldhdr_in()
640 dst->l_value = bfd_get_64 (abfd, src->l_value); in xcoff64_swap_ldsym_in()
672 dst->r_vaddr = bfd_get_64 (abfd, src->r_vaddr); in xcoff64_swap_reloc_in()
699 dst->l_vaddr = bfd_get_64 (abfd, src->l_vaddr); in xcoff64_swap_ldrel_in()
1306 value_to_relocate = bfd_get_64 (input_bfd, location); in xcoff64_ppc_relocate_section()
Dlibpei.h254 #define GET_PDATA_ENTRY bfd_get_64
Dmmo.c717 bfd_vma prev = bfd_get_64 (sec->owner, loc); in mmo_xore_64()
1634 vma += bfd_get_64 (abfd, buf); in mmo_scan()
1683 p += bfd_get_64 (abfd, buf); in mmo_scan()
1876 first_octa = bfd_get_64 (abfd, buf); in mmo_scan()
1901 startaddr_octa = bfd_get_64 (abfd, buf); in mmo_scan()
Delfxx-aarch64.c181 contents = bfd_get_64 (abfd, address); in _bfd_aarch64_elf_put_addend()
Dcoff-x86_64.c173 long long x = bfd_get_64 (abfd, addr); in coff_amd64_reloc()
Dcoff-alpha.c1007 val = bfd_get_64 (abfd, data + rel->address); in alpha_ecoff_get_relocated_section_contents()
1783 val = bfd_get_64 (input_bfd, in alpha_relocate_section()
Ddwarf2.c589 return bfd_get_64 (abfd, buf); in read_8_bytes()
769 return bfd_get_64 (unit->abfd, buf); in read_address()
Dmach-o.c4398 cmd->entryoff = bfd_get_64 (abfd, raw.entryoff); in bfd_mach_o_read_main()
4399 cmd->stacksize = bfd_get_64 (abfd, raw.stacksize); in bfd_mach_o_read_main()
4414 ver = bfd_get_64 (abfd, raw.version); in bfd_mach_o_read_source_version()
Dbfd-in2.h1121 #define bfd_get_64(abfd, ptr) \ macro
1130 : (bits) == 64 ? bfd_get_64 (abfd, ptr) \
Delf-eh-frame.c190 value = bfd_get_64 (abfd, buf); in read_value()
Delfnn-ia64.c3549 av = bfd_get_64 (elfNN_ia64_unwind_entry_compare_bfd, a); in elfNN_ia64_unwind_entry_compare()
3550 bv = bfd_get_64 (elfNN_ia64_unwind_entry_compare_bfd, b); in elfNN_ia64_unwind_entry_compare()
Delf64-ia64-vms.c3143 av = bfd_get_64 (elf64_ia64_unwind_entry_compare_bfd, a); in elf64_ia64_unwind_entry_compare()
3144 bv = bfd_get_64 (elf64_ia64_unwind_entry_compare_bfd, b); in elf64_ia64_unwind_entry_compare()
Delf64-ppc.c3366 ent = bfd_get_64 (abfd, contents + syms[i]->value); in ppc64_elf_get_synthetic_symtab()
3474 ent = bfd_get_64 (abfd, contents + syms[i]->value); in ppc64_elf_get_synthetic_symtab()
5944 val = bfd_get_64 (opd_bfd, contents + offset); in opd_entry_value()
10494 r2off = bfd_get_64 (opd->owner, buf); in get_r2off()
DChangeLog-20042251 (elfNN_ia64_relax_brl): Change bfd_get_64 to bfd_getl64. Change
Delflink.c7861 x = (x << shift) | bfd_get_64 (input_bfd, location); in get_value()
Delfxx-mips.c869 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
/toolchain/binutils/binutils-2.25/gprof/
Dgmon_io.c120 *valp = bfd_get_64 (core_bfd, buf); in gmon_io_read_64()
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1839 printf_uint64 (bfd_get_64 (abfd, e->start)); in dump_obj_compact_unwind()
1842 printf_uint64 (bfd_get_64 (abfd, e->personality)); in dump_obj_compact_unwind()
1844 printf_uint64 (bfd_get_64 (abfd, e->lsda)); in dump_obj_compact_unwind()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dpep.em1123 _addend = ((bfd_vma) bfd_get_64 (s->owner, addend));