• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cctools-845/misc/

Lines Matching defs:archs

327     struct arch *archs,
335 struct arch *archs,
682 struct arch *archs;
695 archs = NULL;
829 breakout(input_file, &archs, &narchs, calculate_input_prebind_cksum);
834 checkout(archs, narchs);
844 install_name = get_install_name(archs, narchs);
881 process_archs(archs, narchs, has_resource_fork(input_file));
905 * Create an output file if we processed any of the archs and we are
920 writeout(archs, narchs, output_file, mode, TRUE, FALSE, FALSE,
930 writeout(archs, narchs, output_file, mode, TRUE, FALSE, FALSE,
991 free_archs(archs, narchs);
1061 struct arch *archs,
1218 struct arch * volatile archs;
1237 archs = NULL;
1252 ofile = breakout((char *)file_name, (struct arch **)&archs,
1258 checkout(archs, narchs);
1261 * Count the number of dynamic librarys in the all of the archs which
1265 arch = archs + i;
1295 arch = archs + i;
1337 free_archs(archs, narchs);
1344 free_archs(archs, narchs);
1362 * the archs are dylibs NULL is returned and a error_message is set.
1370 struct arch * volatile archs;
1386 archs = NULL;
1403 ofile = breakout((char *)file_name, (struct arch **)&archs,
1409 checkout(archs, narchs);
1412 * Count the number of dynamic librarys in the all of the archs which
1416 arch = archs + i;
1458 free_archs(archs, narchs);
1465 free_archs(archs, narchs);
1519 struct arch * volatile archs;
1539 archs = NULL;
1544 * here to ignore non-prebound archs when prebinding.
1578 ofile = breakout((char *)file_name, (struct arch **)&archs,
1585 checkout(archs, narchs);
1589 /* process the archs redoing the prebinding */
1590 process_archs(archs, narchs, has_resource_fork((char *)file_name));
1601 * Create an output file if we processed any of the archs.
1611 writeout(archs, narchs, (char *)output_file, mode, TRUE, FALSE,
1620 writeout(archs, narchs, (char *)output_file, mode, TRUE, FALSE,
1655 free_archs(archs, narchs);
1663 free_archs(archs, narchs);
1724 struct arch * volatile archs;
1742 archs = NULL;
1780 (struct arch **)&archs,
1785 ofile = breakout((char *)file_name, (struct arch **)&archs,
1792 checkout(archs, narchs);
1798 /* process the archs redoing the prebinding */
1799 process_archs(archs, narchs, has_resource_fork((char *)file_name));
1810 * Create an output file if we processed any of the archs.
1828 writeout_to_mem(archs, narchs, (char *)output_file, outbuf,
1831 writeout(archs, narchs, (char *)output_file, mode, TRUE,
1842 writeout_to_mem(archs, narchs, (char *)output_file, outbuf,
1845 writeout(archs, narchs, (char *)output_file, mode, TRUE,
1873 free_archs(archs, narchs);
1883 free_archs(archs, narchs);
1953 struct arch * volatile archs;
1967 archs = NULL;
1972 * here to ignore non-prebound archs when prebinding.
1993 ofile = breakout((char *)file_name, (struct arch **)&archs,
2002 checkout(archs, narchs);
2010 * Now with check_only set to TRUE process the archs. For error cases
2015 process_archs(archs, narchs, has_resource_fork((char *)file_name));
2026 free_archs(archs, narchs);
2049 struct arch * volatile archs;
2070 ofile = breakout((char *)file_name, (struct arch **)&archs,
2078 checkout(archs, narchs);
2084 /* process the archs determining the type */
2085 retval = object_file_type_archs(archs, narchs);
2088 free_archs(archs, narchs);
2097 * object_file_type_archs() is passed a set of broken out archs and returns one
2099 * archs.
2104 struct arch *archs,
2116 arch = archs + i;
2162 struct arch * volatile archs;
2185 ofile = breakout((char *)file_name, (struct arch **)&archs,
2193 checkout(archs, narchs);
2206 arch = (struct arch *)(archs + i);
2224 free_archs(archs, narchs);
2242 struct arch *archs,
2253 arch = archs + i;
2272 fatal_arch(arch, NULL, "fat archs have "
2297 struct arch *archs,
2305 arch = archs + i;
2649 * has been checked so just return so the other archs can be checked.