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

/macosx-10.9.5/cctools-845/misc/
H A Dlipo.c119 static struct arch_flag *remove_arch_flags = NULL; variable in typeref:struct:arch_flag
349 arch_flag = new_arch_flag(&remove_arch_flags,
654 if(remove_arch_flags[i].cputype ==
655 remove_arch_flags[j].cputype &&
656 (remove_arch_flags[i].cpusubtype & ~CPU_SUBTYPE_MASK) ==
657 (remove_arch_flags[j].cpusubtype & ~CPU_SUBTYPE_MASK))
659 remove_arch_flags[i].name);
665 if(remove_arch_flags[i].cputype ==
667 (remove_arch_flags[i].cpusubtype &
678 remove_arch_flags[
[all...]

Completed in 105 milliseconds