Home
last modified time | relevance | path

Searched refs:BFD_MACH_O_SECTION_64_SIZE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/include/mach-o/
Dexternal.h74 #define BFD_MACH_O_SECTION_64_SIZE 80 macro
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c1668 if (bfd_bwrite (&raw, BFD_MACH_O_SECTION_64_SIZE, abfd) in bfd_mach_o_write_section_64()
1669 != BFD_MACH_O_SECTION_64_SIZE) in bfd_mach_o_write_section_64()
2827 + BFD_MACH_O_SECTION_64_SIZE * cmd->command.segment.nsects; in bfd_mach_o_layout_commands()
3419 || (bfd_bread (&raw, BFD_MACH_O_SECTION_64_SIZE, abfd) in bfd_mach_o_read_section_64()
3420 != BFD_MACH_O_SECTION_64_SIZE)) in bfd_mach_o_read_section_64()
4492 + (i * BFD_MACH_O_SECTION_64_SIZE); in bfd_mach_o_read_segment()
DChangeLog-20092616 (BFD_MACH_O_SECTION_SIZE, BFD_MACH_O_SECTION_64_SIZE): Ditto.