Searched refs:bfd_get_64 (Results 1 – 20 of 20) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | reloc.c | 920 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()
|
D | coff64-rs6000.c | 604 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()
|
D | libpei.h | 254 #define GET_PDATA_ENTRY bfd_get_64
|
D | mmo.c | 717 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()
|
D | elfxx-aarch64.c | 181 contents = bfd_get_64 (abfd, address); in _bfd_aarch64_elf_put_addend()
|
D | coff-x86_64.c | 173 long long x = bfd_get_64 (abfd, addr); in coff_amd64_reloc()
|
D | coff-alpha.c | 1007 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()
|
D | dwarf2.c | 589 return bfd_get_64 (abfd, buf); in read_8_bytes() 769 return bfd_get_64 (unit->abfd, buf); in read_address()
|
D | mach-o.c | 4398 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()
|
D | bfd-in2.h | 1121 #define bfd_get_64(abfd, ptr) \ macro 1130 : (bits) == 64 ? bfd_get_64 (abfd, ptr) \
|
D | elf-eh-frame.c | 190 value = bfd_get_64 (abfd, buf); in read_value()
|
D | elfnn-ia64.c | 3549 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()
|
D | elf64-ia64-vms.c | 3143 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()
|
D | elf64-ppc.c | 3366 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()
|
D | ChangeLog-2004 | 2251 (elfNN_ia64_relax_brl): Change bfd_get_64 to bfd_getl64. Change
|
D | elflink.c | 7861 x = (x << shift) | bfd_get_64 (input_bfd, location); in get_value()
|
D | elfxx-mips.c | 869 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | gmon_io.c | 120 *valp = bfd_get_64 (core_bfd, buf); in gmon_io_read_64()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-macho.c | 1839 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/ |
D | pep.em | 1123 _addend = ((bfd_vma) bfd_get_64 (s->owner, addend));
|