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

  /ndk/tests/standalone/init-fini-arrays/
run.sh 16 ${PREFIX}readelf -S libfoo.so | grep -q -e .ctors
23 ${PREFIX}readelf -S libfoo.so | grep -q -e .dtors
30 ${PREFIX}readelf -S $LIBFILE | grep -q -e .init_array
37 ${PREFIX}readelf -S $LIBFILE | grep -q -e .fini_array
  /ndk/tests/build/libc_no_atexit/
build.sh 10 readelf -s $LIB | grep -q -F " atexit"
15 readelf -s $LIB | grep -q -F " __dso_handle"
  /external/elfutils/tests/
run-readelf-test2.sh 30 testrun_compare ../src/readelf -x .strtab testfile28 <<\EOF
run-readelf-test3.sh 30 testrun_compare ../src/readelf -n testfile40.debug <<\EOF
run-readelf-test4.sh 30 testrun_compare ../src/readelf -c testfile19.index <<\EOF
run-readelf-test1.sh 37 testrun ../src/readelf -r testfile3 > testfile.temp
run-strip-test.sh 61 testrun ../src/readelf -S testfile.temp > testfile.sections || status=$?
Makefile.am 82 run-readelf-test1.sh run-readelf-test2.sh run-readelf-test3.sh \
83 run-readelf-test4.sh \
131 run-readelf-test1.sh run-readelf-test2.sh run-readelf-test3.sh \
132 run-readelf-test4.sh \
run-elflint-self.sh 46 runtest ../src/readelf
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 38 readelf = os.path.join(os.environ['ANDROID_EABI_TOOLCHAIN'], 'arm-linux-androideabi-readelf')
39 readelf_pipe = subprocess.Popen([readelf, "-l", path], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
48 print 'Could not make sense of readelf output!'
  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 16 echo $(readelf -A "$1" | awk '$1 == "'$2':" { print $2; }' | sort -u | tr '\n' ' ')
64 # 'readelf -A <file>')
121 # We use a small awk script to parse the output of 'readelf -A'
144 # time in the output of 'readelf -A'.
  /external/elfutils/
elfutils.spec 30 symbols), readelf (to see the raw ELF file structures), and elflint
132 %{_bindir}/eu-readelf
211 - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
212 - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
232 - readelf: -p option can take an argument like -x for one section,
238 - readelf, elflint: handle SHT_NOTE sections without requiring phdrs
248 - readelf: new options --hex-dump (or -x), --strings (or -p)
268 - readelf, elflint: trivial bugs fixed
280 - elflint, readelf: add support for DT_GNU_HASHlibelf: add elf_gnu_has
    [all...]
  /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
dev-system-import.sh 222 if [ ! -f "$TOOLCHAIN_PREFIX-readelf" ]; then
223 echo "ERROR: Toolchain not installed, missing program: $TOOLCHAIN_PREFIX-readelf"
287 $TOOLCHAIN_PREFIX-readelf -s -D -W $1 | awk '$5 ~ /FUNC/ && $6 ~ /GLOBAL/ && $8 !~ /UND/ { print $9; }' > $TMPC
295 $TOOLCHAIN_PREFIX-readelf -s -D -W $1 | awk '$5 ~ /OBJECT/ && $6 ~ /GLOBAL/ && $8 !~ /UND/ { print $9; }' > $TMPC
  /external/valgrind/main/coregrind/m_ume/
elf.c 92 struct elfinfo *readelf(Int fd, const char *filename) function
264 - use readelf() to extract program header info from the exe file.
322 e = readelf(fd, name);
381 interp = readelf(intfd, buf);
  /external/elfutils/libasm/
Makefile.am 79 if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 107 --debug-dump=syms mimic /usr/bin/readelf --syms
108 --debug-dump=line mimic /usr/bin/readelf --debug-dump=line
109 --debug-dump=frames mimic /usr/bin/readelf --debug-dump=frames
  /external/elfutils/libdw/
Makefile.am 103 if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
  /external/elfutils/libelf/
Makefile.am 118 if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
  /external/valgrind/main/
Android.mk 177 coregrind/m_debuginfo/readelf.c \
  /external/libvpx/libvpx/build/make/
configure.sh 370 readelf -WS ${TMP_O} >${TMP_X}
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4 908 [ldd/readelf like tool for Mach-O binaries on Mac OS X])
910 [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
    [all...]

Completed in 280 milliseconds