Searched refs:bfd_h_get_64 (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | od-xcoff.c | 1689 bfd_h_get_64 (abfd, hdr->c_fdsinfox)); in dump_dumpx_core() 1692 bfd_h_get_64 (abfd, hdr->c_loader), in dump_dumpx_core() 1693 bfd_h_get_64 (abfd, hdr->c_lsize)); in dump_dumpx_core() 1695 bfd_h_get_64 (abfd, hdr->c_thr), in dump_dumpx_core() 1699 bfd_h_get_64 (abfd, hdr->c_segregion), in dump_dumpx_core() 1700 bfd_h_get_64 (abfd, hdr->c_segs)); in dump_dumpx_core() 1704 bfd_h_get_64 (abfd, hdr->c_stack), in dump_dumpx_core() 1705 bfd_h_get_64 (abfd, hdr->c_stackorg), in dump_dumpx_core() 1706 bfd_h_get_64 (abfd, hdr->c_size)); in dump_dumpx_core() 1710 bfd_h_get_64 (abfd, hdr->c_data), in dump_dumpx_core() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | mach-o.c | 3432 section->addr = bfd_h_get_64 (abfd, raw.addr); in bfd_mach_o_read_section_64() 3433 section->size = bfd_h_get_64 (abfd, raw.size); in bfd_mach_o_read_section_64() 3496 value = bfd_h_get_64 (abfd, raw.n_value); in bfd_mach_o_read_symtab_symbol() 4076 module->objc_module_info_addr = bfd_h_get_64 (abfd, buf + 48); in bfd_mach_o_read_dysymtab() 4451 seg->vmaddr = bfd_h_get_64 (abfd, raw.vmaddr); in bfd_mach_o_read_segment() 4452 seg->vmsize = bfd_h_get_64 (abfd, raw.vmsize); in bfd_mach_o_read_segment() 4453 seg->fileoff = bfd_h_get_64 (abfd, raw.fileoff); in bfd_mach_o_read_segment() 4454 seg->filesize = bfd_h_get_64 (abfd, raw.filesize); in bfd_mach_o_read_segment() 4759 abfd->start_address = bfd_h_get_64 (abfd, buf); in bfd_mach_o_scan_start_address() 4770 abfd->start_address = bfd_h_get_64 (abfd, buf); in bfd_mach_o_scan_start_address()
|
D | libaout.h | 41 #define H_GET_64 bfd_h_get_64
|
D | bfd-in2.h | 1174 #define bfd_h_get_64(abfd, ptr) \ macro 1189 #define H_GET_64 bfd_h_get_64
|