HomeSort by relevance Sort by last modified time
    Searched refs:FUNCS (Results 1 - 11 of 11) sorted by null

  /external/libdrm/libkms/
kms-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libkms.so} | awk '{print $3}'| while read func; do
24 test ! -n "$FUNCS" || echo $FUNCS
25 test ! -n "$FUNCS"
  /external/libdrm/amdgpu/
amdgpu-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_amdgpu.so} | awk '{print $3}' | while read func; do
50 test ! -n "$FUNCS" || echo $FUNCS
51 test ! -n "$FUNCS"
  /external/libdrm/exynos/
exynos-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_exynos.so} | awk '{print $3}'| while read func; do
39 test ! -n "$FUNCS" || echo $FUNCS
40 test ! -n "$FUNCS"
  /external/libdrm/omap/
omap-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_omap.so} | awk '{print $3}'| while read func; do
34 test ! -n "$FUNCS" || echo $FUNCS
35 test ! -n "$FUNCS"
  /external/libdrm/tegra/
tegra-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_tegra.so} | awk '{print $3}'| while read func; do
29 test ! -n "$FUNCS" || echo $FUNCS
30 test ! -n "$FUNCS"
  /external/libdrm/freedreno/
freedreno-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_freedreno.so} | awk '{print $3}'| while read func; do
53 test ! -n "$FUNCS" || echo $FUNCS
54 test ! -n "$FUNCS"
  /external/libdrm/nouveau/
nouveau-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_nouveau.so} | awk '{print $3}'| while read func; do
57 test ! -n "$FUNCS" || echo $FUNCS
58 test ! -n "$FUNCS"
  /external/libdrm/radeon/
radeon-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_radeon.so} | awk '{print $3}'| while read func; do
60 test ! -n "$FUNCS" || echo $FUNCS
61 test ! -n "$FUNCS"
  /external/libdrm/intel/
intel-symbol-check 6 FUNCS=$(nm -D --format=bsd --defined-only ${1-.libs/libdrm_intel.so} | awk '{print $3}' | while read func; do
89 test ! -n "$FUNCS" || echo $FUNCS
90 test ! -n "$FUNCS"
  /ndk/build/tools/
gen-system-symbols.sh 197 FUNCS=$(get_library_functions $SRCLIB)
200 FUNCS=$(filter_library_symbols $LIB $FUNCS)
203 NUMFUNCS=$(echo $FUNCS | wc -w)
206 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
gen-platforms.sh 399 local FUNCS="$2"
408 for func in $FUNCS; do
440 echo "$FUNCS" | tr ' ' '\n' > $DSTFILE.functions.txt
455 local CC funcs vars numfuncs numvars
474 funcs=$(cat "$SYMDIR/$LIB.functions.txt" 2>/dev/null)
476 funcs=$(remove_unwanted_function_symbols $ARCH libgcc.a $funcs)
477 funcs=$(remove_unwanted_function_symbols $ARCH $LIB $funcs)
480 numfuncs=$(echo $funcs | wc -w
    [all...]

Completed in 1243 milliseconds