Searched refs:bfd_get_64 (Results 1 – 16 of 16) sorted by relevance
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | reloc.c | 928 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()
|
| D | coff64-rs6000.c | 617 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);
|
| D | libpei.h | 250 #define GET_PDATA_ENTRY bfd_get_64
|
| D | coff-x86_64.c | 167 long long x = bfd_get_64 (abfd, addr); in coff_amd64_reloc()
|
| D | coff-alpha.c | 1055 val = bfd_get_64 (abfd, data + rel->address); 1835 val = bfd_get_64 (input_bfd,
|
| D | dwarf2.c | 273 return bfd_get_64 (abfd, buf); in read_8_bytes() 385 return bfd_get_64 (unit->abfd, buf); in read_address()
|
| D | bfd-in2.h | 1065 #define bfd_get_64(abfd, ptr) \ macro 1074 : (bits) == 64 ? bfd_get_64 (abfd, ptr) \
|
| D | elf-eh-frame.c | 188 value = bfd_get_64 (abfd, buf); in read_value()
|
| D | elfxx-ia64.c | 4419 av = bfd_get_64 (elfNN_ia64_unwind_entry_compare_bfd, a); 4420 bv = bfd_get_64 (elfNN_ia64_unwind_entry_compare_bfd, b);
|
| D | elf64-ppc.c | 2982 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()
|
| D | elflink.c | 7058 x = (x << (8 * chunksz)) | bfd_get_64 (input_bfd, location); in get_value()
|
| D | elfxx-mips.c | 574 (ABI_64_P (abfd) ? bfd_get_64 (abfd, ptr) : bfd_get_32 (abfd, ptr))
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | dwarf2-frame.c | 939 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()
|
| D | dwarf2read.c | 4745 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()
|
| D | dwarfread.c | 3742 rtnval = bfd_get_64 (objfile->obfd, (bfd_byte *) from); in target_to_host()
|
| /freebsd-9-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 1071 #define bfd_get_64(abfd, ptr) \ macro 1080 : (bits) == 64 ? bfd_get_64 (abfd, ptr) \
|