Home
last modified time | relevance | path

Searched refs:BFD_MACH_O_LC_DYLD_INFO (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/include/mach-o/
Dloader.h170 BFD_MACH_O_LC_DYLD_INFO = 0x22, /* Compressed dyld information. */ enumerator
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c196 { "dyld_info", BFD_MACH_O_LC_DYLD_INFO},
1571 case BFD_MACH_O_LC_DYLD_INFO: in dump_load_command()
2134 dump_load_commands (abfd, BFD_MACH_O_LC_DYLD_INFO, 0); in mach_o_dump()
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.c627 case BFD_MACH_O_LC_DYLD_INFO: in bfd_mach_o_bfd_copy_private_header_data()
671 case BFD_MACH_O_LC_DYLD_INFO: in bfd_mach_o_bfd_copy_private_header_data()
2406 case BFD_MACH_O_LC_DYLD_INFO: in bfd_mach_o_write_contents()
2543 case BFD_MACH_O_LC_DYLD_INFO: in bfd_mach_o_write_contents()
2859 case BFD_MACH_O_LC_DYLD_INFO: in bfd_mach_o_layout_commands()
4623 case BFD_MACH_O_LC_DYLD_INFO: in bfd_mach_o_read_command()
DChangeLog-2009874 BFD_MACH_O_LC_DYLD_INFO.
879 (bfd_mach_o_scan_read_command): Handle BFD_MACH_O_LC_DYLD_INFO.