Searched refs:fvmlib (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Dmach-o.h584 bfd_mach_o_fvmlib_command fvmlib; member in union:bfd_mach_o_load_command::__anon167
H A Dmach-o.c3979 bfd_mach_o_fvmlib_command *fvm = &command->command.fvmlib;
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c123 { "fvmlib", BFD_MACH_O_MH_FVMLIB },
1517 bfd_mach_o_fvmlib_command *fvmlib = &cmd->command.fvmlib;
1518 printf (" fvmlib: %s\n", fvmlib->name_str);
1519 printf (" minor version: 0x%08x\n", fvmlib->minor_version);
1520 printf (" header address: 0x%08x\n", fvmlib->header_addr);
1515 bfd_mach_o_fvmlib_command *fvmlib = &cmd->command.fvmlib; local

Completed in 102 milliseconds