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

  /ndk/build/tools/
gen-system-symbols.sh 26 # Only runs on Linux because it requires the "readelf" utility
80 READELF=readelf
85 $READELF -s -D -W $1 | awk '$5 ~ /FUNC/ && $6 ~ /GLOBAL|WEAK/ && $8 !~ /UND/ { print $9; }' | sort -u
91 $READELF -s -D -W $1 | awk '$5 ~ /OBJECT/ && $6 ~ /GLOBAL|WEAK/ && $8 !~ /UND/ { print $9; }' | sort -u
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 76 # darwin doesn't have readelf. hard-code a known one
77 READELF=../../../../../toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86/bin/arm-linux-androideabi-readelf
79 READELF=readelf
192 $READELF -d "$LIBCXX_LIBS/libc++_shared.so" | grep NEEDED | grep -q compiler_rt

Completed in 165 milliseconds