Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gdb-7/bfd/
HDreloc.c927 bfd_vma x = bfd_get_64 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
1298 bfd_vma x = bfd_get_64 (abfd, data); in bfd_install_relocation()
1412 x = bfd_get_64 (input_bfd, location); in _bfd_relocate_contents()
1580 x = bfd_get_64 (input_bfd, location); in _bfd_clear_contents()
HDdwarf2.c571 return bfd_get_64 (abfd, buf); in read_8_bytes()
653 return bfd_get_64 (unit->abfd, buf); in read_address()
HDelf-eh-frame.c189 value = bfd_get_64 (abfd, buf); in read_value()
HDbfd-in2.h1095 #define bfd_get_64(abfd, ptr) \ macro
1104 : (bits) == 64 ? bfd_get_64 (abfd, ptr) \
HDelflink.c7956 x = (x << shift) | bfd_get_64 (input_bfd, location); in get_value()
/dragonfly/contrib/binutils-2.27/bfd/
HDreloc.c929 bfd_vma x = bfd_get_64 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
1302 bfd_vma x = bfd_get_64 (abfd, data); in bfd_install_relocation()
1420 x = bfd_get_64 (input_bfd, location); in _bfd_relocate_contents()
1589 x = bfd_get_64 (input_bfd, location); in _bfd_clear_contents()
HDbfd.c2074 chdr.ch_size = bfd_get_64 (abfd, &echdr->ch_size); in bfd_check_compression_header()
2075 chdr.ch_addralign = bfd_get_64 (abfd, &echdr->ch_addralign); in bfd_check_compression_header()
2236 chdr.ch_size = bfd_get_64 (ibfd, &echdr->ch_size); in bfd_convert_section_contents()
2237 chdr.ch_addralign = bfd_get_64 (ibfd, &echdr->ch_addralign); in bfd_convert_section_contents()
HDlibpei.h255 #define GET_PDATA_ENTRY bfd_get_64
HDcoff-x86_64.c185 long long x = bfd_get_64 (abfd, addr); in coff_amd64_reloc()
HDdwarf2.c598 return bfd_get_64 (abfd, buf); in read_8_bytes()
832 return bfd_get_64 (unit->abfd, buf); in read_address()
HDbfd-in2.h1128 #define bfd_get_64(abfd, ptr) \ macro
1137 : (bits) == 64 ? bfd_get_64 (abfd, ptr) \
HDelf-eh-frame.c190 value = bfd_get_64 (abfd, buf); in read_value()
HDelflink.c8141 x = (x << shift) | bfd_get_64 (input_bfd, location); in get_value()
/dragonfly/contrib/binutils-2.34/bfd/
HDbfd.c2638 chdr.ch_size = bfd_get_64 (abfd, &echdr->ch_size); in bfd_check_compression_header()
2639 chdr.ch_addralign = bfd_get_64 (abfd, &echdr->ch_addralign); in bfd_check_compression_header()
2822 chdr.ch_size = bfd_get_64 (ibfd, &echdr->ch_size); in bfd_convert_section_contents()
2823 chdr.ch_addralign = bfd_get_64 (ibfd, &echdr->ch_addralign); in bfd_convert_section_contents()
HDlibpei.h255 #define GET_PDATA_ENTRY bfd_get_64
HDcoff-x86_64.c182 bfd_uint64_t x = bfd_get_64 (abfd, addr); in coff_amd64_reloc()
HDreloc.c570 return bfd_get_64 (abfd, data); in read_reloc()
HDbfd-in2.h697 #define bfd_get_64(abfd, ptr) \ macro
706 : (bits) == 64 ? bfd_get_64 (abfd, ptr) \
HDdwarf2.c628 return bfd_get_64 (abfd, buf); in read_8_bytes()
905 return bfd_get_64 (unit->abfd, buf); in read_address()
HDelf-eh-frame.c190 value = bfd_get_64 (abfd, buf); in read_value()
/dragonfly/contrib/binutils-2.27/gprof/
HDgmon_io.c120 *valp = bfd_get_64 (core_bfd, buf); in gmon_io_read_64()
/dragonfly/contrib/binutils-2.34/gprof/
HDgmon_io.c120 *valp = bfd_get_64 (core_bfd, buf); in gmon_io_read_64()
/dragonfly/contrib/gdb-7/gdb/
HDdwarf2-frame.c1530 return bfd_get_64 (abfd, buf); in read_8_bytes()
1542 result = bfd_get_64 (abfd, buf + 4); in read_initial_length()
1658 return (base + bfd_get_64 (unit->abfd, (bfd_byte *) buf)); in read_encoded_value()
HDdwarf2read.c14286 return bfd_get_64 (abfd, buf); in read_8_bytes()
14326 retval = bfd_get_64 (abfd, buf); in read_address()
14385 length = bfd_get_64 (abfd, buf + 4); in read_initial_length()
14391 length = bfd_get_64 (abfd, buf); in read_initial_length()
14456 retval = bfd_get_64 (abfd, buf); in read_offset_1()
14625 return bfd_get_64 (abfd, info_ptr); in read_addr_index_1()
14759 str_offset = bfd_get_64 (abfd, info_ptr); in read_str_index()
17667 find_entry.signature = bfd_get_64 (objfile->obfd, info_ptr + sig_offset); in lookup_signatured_type_at_offset()
/dragonfly/contrib/binutils-2.34/binutils/
HDobjcopy.c2246 start = bfd_get_64 (abfd, pnote->note.descdata); in merge_gnu_build_notes()
2259 start = bfd_get_64 (abfd, pnote->note.descdata); in merge_gnu_build_notes()
2260 end = bfd_get_64 (abfd, pnote->note.descdata + 8); in merge_gnu_build_notes()

12