mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
According to Mac OSX's man page [1], this is how we should get the list of exported symbols: nm -g -P foo.dylib -g to only show the exported symbols -P to show it in a "portable" format, ie. readable by a script Since this is supported by GNU nm as well, let's use that everywhere, although some care needs to be taken as there are some differences in the output. [1] https://www.unix.com/man-page/osx/1/nm/ Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Tested-by: Vinson Lee <vlee@freedesktop.org> |
||
|---|---|---|
| .. | ||
| .editorconfig | ||
| bugzilla_mesa.sh | ||
| get-extra-pick-list.sh | ||
| get-pick-list.sh | ||
| git_sha1_gen.py | ||
| install_megadrivers.py | ||
| meson-cmd-extract.py | ||
| meson-options.py | ||
| meson.build | ||
| meson_get_version.py | ||
| perf-annotate-jit.py | ||
| shortlog_mesa.sh | ||
| symbols-check.py | ||