You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
307 B
14 lines
307 B
7 months ago
|
#
|
||
|
# For use by test cases that create dynamic output types which may needs stubs
|
||
|
# and therefore will need a dylib definition of dyld_stub_binder.
|
||
|
#
|
||
|
|
||
|
--- !mach-o
|
||
|
arch: arm64
|
||
|
file-type: MH_DYLIB
|
||
|
install-name: /usr/lib/libSystem.B.dylib
|
||
|
exports:
|
||
|
- name: dyld_stub_binder
|
||
|
|
||
|
...
|