Searched refs:fvmlib (Results 1 – 5 of 5) sorted by relevance
1508 bfd_mach_o_fvmlib_command *fvmlib = &cmd->command.fvmlib; in dump_load_command() local1509 printf (" fvmlib: %s\n", fvmlib->name_str); in dump_load_command()1510 printf (" minor version: 0x%08x\n", fvmlib->minor_version); in dump_load_command()1511 printf (" header address: 0x%08x\n", fvmlib->header_addr); in dump_load_command()
736 * od-macho.c (dump_load_command): Handle fvmlib.
579 bfd_mach_o_fvmlib_command fvmlib; member
3202 (bfd_mach_o_load_command): Add fvmlib field.3205 (bfd_mach_o_read_command): Handle fvmlib.
3863 bfd_mach_o_fvmlib_command *fvm = &command->command.fvmlib; in bfd_mach_o_read_fvmlib()