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.27/include/mach-o/
Dexternal.h74 #define BFD_MACH_O_SECTION_64_SIZE 80 macro
/toolchain/binutils/binutils-2.27/bfd/
Dmach-o.c1750 if (bfd_bwrite (&raw, BFD_MACH_O_SECTION_64_SIZE, abfd) in bfd_mach_o_write_section_64()
1751 != BFD_MACH_O_SECTION_64_SIZE) in bfd_mach_o_write_section_64()
2922 + BFD_MACH_O_SECTION_64_SIZE * cmd->command.segment.nsects; in bfd_mach_o_layout_commands()
3518 if (bfd_bread (&raw, BFD_MACH_O_SECTION_64_SIZE, abfd) in bfd_mach_o_read_section_64()
3519 != BFD_MACH_O_SECTION_64_SIZE) in bfd_mach_o_read_section_64()
DChangeLog-20092616 (BFD_MACH_O_SECTION_SIZE, BFD_MACH_O_SECTION_64_SIZE): Ditto.