]>
git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/symbol-sets-and-codeless-kexts/main.c
2 // This will be re-exported from a symbol set in bar with an alias
3 int symbol_from_xnu() {
7 // This will be re-exported from a symbol set in bar without an alias
8 int symbol_from_xnu_no_alias() {