Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/mach-o/
Dexternal.h55 #define BFD_MACH_O_SECTION_SIZE 68 macro
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c1643 if (bfd_bwrite (&raw, BFD_MACH_O_SECTION_SIZE, abfd) in bfd_mach_o_write_section_32()
1644 != BFD_MACH_O_SECTION_SIZE) in bfd_mach_o_write_section_32()
2831 + BFD_MACH_O_SECTION_SIZE * cmd->command.segment.nsects; in bfd_mach_o_layout_commands()
3380 || (bfd_bread (&raw, BFD_MACH_O_SECTION_SIZE, abfd) in bfd_mach_o_read_section_32()
3381 != BFD_MACH_O_SECTION_SIZE)) in bfd_mach_o_read_section_32()
4495 + (i * BFD_MACH_O_SECTION_SIZE); in bfd_mach_o_read_segment()
DChangeLog-20092616 (BFD_MACH_O_SECTION_SIZE, BFD_MACH_O_SECTION_64_SIZE): Ditto.