Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Dreloc.c928 bfd_vma x = bfd_get_64 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
1299 bfd_vma x = bfd_get_64 (abfd, data); in bfd_install_relocation()
1413 x = bfd_get_64 (input_bfd, location); in _bfd_relocate_contents()
1578 x = bfd_get_64 (input_bfd, location); in _bfd_clear_contents()
Dcoff64-rs6000.c617 dst->l_impoff = bfd_get_64 (abfd, src->l_impoff);
618 dst->l_stoff = bfd_get_64 (abfd, src->l_stoff);
619 dst->l_symoff = bfd_get_64 (abfd, src->l_symoff);
620 dst->l_rldoff = bfd_get_64 (abfd, src->l_rldoff);
659 dst->l_value = bfd_get_64 (abfd, src->l_value);
697 dst->r_vaddr = bfd_get_64 (abfd, src->r_vaddr);
730 dst->l_vaddr = bfd_get_64 (abfd, src->l_vaddr);
1312 value_to_relocate = bfd_get_64 (input_bfd, location);
Dlibpei.h250 #define GET_PDATA_ENTRY bfd_get_64
Dcoff-x86_64.c167 long long x = bfd_get_64 (abfd, addr); in coff_amd64_reloc()
Dcoff-alpha.c1055 val = bfd_get_64 (abfd, data + rel->address);
1835 val = bfd_get_64 (input_bfd,
Ddwarf2.c273 return bfd_get_64 (abfd, buf); in read_8_bytes()
385 return bfd_get_64 (unit->abfd, buf); in read_address()
Dbfd-in2.h1065 #define bfd_get_64(abfd, ptr) \ macro
1074 : (bits) == 64 ? bfd_get_64 (abfd, ptr) \
Delf-eh-frame.c188 value = bfd_get_64 (abfd, buf); in read_value()
Delfxx-ia64.c4419 av = bfd_get_64 (elfNN_ia64_unwind_entry_compare_bfd, a);
4420 bv = bfd_get_64 (elfNN_ia64_unwind_entry_compare_bfd, b);
Delf64-ppc.c2982 ent = bfd_get_64 (abfd, contents + syms[i]->value); in ppc64_elf_get_synthetic_symtab()
3001 ent = bfd_get_64 (abfd, contents + syms[i]->value); in ppc64_elf_get_synthetic_symtab()
Delflink.c7058 x = (x << (8 * chunksz)) | bfd_get_64 (input_bfd, location); in get_value()
Delfxx-mips.c574 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
/freebsd-9-stable/contrib/gdb/gdb/
Ddwarf2-frame.c939 return bfd_get_64 (abfd, (bfd_byte *) buf); in read_8_bytes()
1007 result = bfd_get_64 (abfd, (bfd_byte *) buf + 4); in read_initial_length()
1135 return (base + bfd_get_64 (unit->abfd, (bfd_byte *) buf)); in read_encoded_value()
Ddwarf2read.c4745 return bfd_get_64 (abfd, (bfd_byte *) buf); in read_8_bytes()
4784 retval = bfd_get_64 (abfd, (bfd_byte *) buf); in read_address()
4850 retval = bfd_get_64 (abfd, (bfd_byte *) buf + 4); in read_initial_length()
4862 retval = bfd_get_64 (abfd, (bfd_byte *) buf); in read_initial_length()
4899 retval = bfd_get_64 (abfd, (bfd_byte *) buf); in read_offset()
Ddwarfread.c3742 rtnval = bfd_get_64 (objfile->obfd, (bfd_byte *) from); in target_to_host()
/freebsd-9-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h1071 #define bfd_get_64(abfd, ptr) \ macro
1080 : (bits) == 64 ? bfd_get_64 (abfd, ptr) \