aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'freedreno/freedreno-symbol-check')
-rwxr-xr-xfreedreno/freedreno-symbol-check5
1 files changed, 4 insertions, 1 deletions
diff --git a/freedreno/freedreno-symbol-check b/freedreno/freedreno-symbol-check
index 42f2c439..3b119528 100755
--- a/freedreno/freedreno-symbol-check
+++ b/freedreno/freedreno-symbol-check
@@ -3,7 +3,7 @@
3# The following symbols (past the first five) are taken from the public headers. 3# The following symbols (past the first five) are taken from the public headers.
4# A list of the latter should be available Makefile.sources/LIBDRM_FREEDRENO_H_FILES 4# A list of the latter should be available Makefile.sources/LIBDRM_FREEDRENO_H_FILES
5 5
6FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_freedreno.so} | awk '{print $3}'| while read func; do 6FUNCS=$($NM -D --format=bsd --defined-only ${1-.libs/libdrm_freedreno.so} | awk '{print $3}'| while read func; do
7( grep -q "^$func$" || echo $func ) <<EOF 7( grep -q "^$func$" || echo $func ) <<EOF
8__bss_start 8__bss_start
9_edata 9_edata
@@ -18,10 +18,12 @@ fd_bo_from_dmabuf
18fd_bo_from_fbdev 18fd_bo_from_fbdev
19fd_bo_from_handle 19fd_bo_from_handle
20fd_bo_from_name 20fd_bo_from_name
21fd_bo_get_iova
21fd_bo_get_name 22fd_bo_get_name
22fd_bo_handle 23fd_bo_handle
23fd_bo_map 24fd_bo_map
24fd_bo_new 25fd_bo_new
26fd_bo_put_iova
25fd_bo_ref 27fd_bo_ref
26fd_bo_size 28fd_bo_size
27fd_device_del 29fd_device_del
@@ -33,6 +35,7 @@ fd_device_version
33fd_pipe_del 35fd_pipe_del
34fd_pipe_get_param 36fd_pipe_get_param
35fd_pipe_new 37fd_pipe_new
38fd_pipe_new2
36fd_pipe_wait 39fd_pipe_wait
37fd_pipe_wait_timeout 40fd_pipe_wait_timeout
38fd_ringbuffer_cmd_count 41fd_ringbuffer_cmd_count