| dyld_info(1) | General Commands Manual | dyld_info(1) | 
dyld_info —
    Displays information used by dyld in programs and
    dylibs
dyld_info | 
    [-arch arch-name]
      [-platform] [-segments]
      [-linked_dylibs] [-inits]
      [-exports] [-imports]
      [-objc] [-fixups]
      [-fixup_chains]
      [-fixup_chain_details]
      [-function_starts]
      [-symbolic_fixups]
      [-opcodes] [-uuid]
      [-disassemble] [-section
      segment-name section-name]
      [-all_sections]
      [-section_bytes segment-name
      section-name]
      [-all_sections_bytes]
      [-validate_only]
      [-no_validate] file(s) | 
  
The dyld_info tool will display information that dyld uses from binaries. It supports fixups information encoded as opcode based or as chained fixups.
If the tool is run with no options, it defaults to the common options (-platform -segments -linked_dylibs).
The tool can be run with paths to dylibs that are in the dyld cache and not on disk.
The options are as follows:
-arch
    arch-platform-segments-linked_dylibs-inits-exports-imports-objc-fixups-fixup_chains-fixup_chain_header-fixup_chain_details-symbolic_fixups-function_starts-opcodes-load_commands-uuid-function_variants-disassemble-section
    segment-name section-name-all_sections-section_bytes
    segment-name section-name-all_sections_bytes-validate_only-no_validate-all_dir
    directory-all_dyld_cache| April 15, 2021 | Darwin |