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

1 2

  /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 21 readelf -s $LIB | grep -q -F " atexit"
26 readelf -s $LIB | grep -q -F " __dso_handle"
  /external/chromium_org/third_party/codesighs/
autosummary.unix.bash 149 # Check whether we have 'eu-readelf' or 'readelf' available.
155 READELF_PROG=`which eu-readelf 2>/dev/null | grep /eu-readelf$`
159 READELF_PROG=`which readelf 2>/dev/null | grep /readelf$`
162 if readelf --help | grep "\--wide" >&/dev/null; then
163 READELF_PROG="readelf -W"
165 READELF_PROG="readelf"
basesummary.unix.bash 148 # Check whether we have 'eu-readelf' or 'readelf' available.
154 READELF_PROG=`which eu-readelf 2>/dev/null | grep /eu-readelf$`
158 READELF_PROG=`which readelf 2>/dev/null | grep /readelf$`
161 if readelf --help | grep "\--wide" >&/dev/null; then
162 READELF_PROG="readelf -W"
164 READELF_PROG="readelf"
readelf_wrap.pl 67 my $SYM_FILE = 8; # (not part of readelf) file for symbol
69 # Tell readelf to print out the list of sections and then the symbols
71 my $readelf = $ENV{'READELF_PROG'};
72 if (!$readelf) {
73 $readelf = 'readelf';
75 open(READELF_OUTPUT, "$readelf -Ss $ARGV[0] 2>/dev/null | c++filt |") or die "readelf failed to run on $ARGV[0]\n";
  /external/chromium_org/third_party/skia/platform_tools/android/bin/utils/
setup_toolchain.sh 96 # Create symlinks for nm & readelf and add them to the path so that the ninja
100 ln -sf $ANDROID_TOOLCHAIN_PREFIX-readelf $ANDROID_TOOLCHAIN/readelf
  /external/compiler-rt/lib/dfsan/scripts/
build-libc-list.py 22 readelf_proc = subprocess.Popen(['readelf', '-s', '-W', object],
24 readelf = readelf_proc.communicate()[0].split('\n')
26 raise subprocess.CalledProcessError(readelf_proc.returncode, 'readelf')
27 for line in readelf:
  /external/skia/platform_tools/android/bin/utils/
setup_toolchain.sh 91 # Create symlinks for nm & readelf and add them to the path so that the ninja
95 ln -sf $ANDROID_TOOLCHAIN_PREFIX-readelf $ANDROID_TOOLCHAIN/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!'
  /external/elfutils/0.153/config/
eu.am 60 textrel_check = if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
  /external/chromium_org/build/
gdb-add-index 41 local readelf_out=$(readelf -S "$file")
  /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/0.153/
elfutils.spec 36 symbols), readelf (to see the raw ELF file structures), and elflint
138 %{_bindir}/eu-readelf
202 - readelf: Improve output of -wline. Add support for printing SDT elf
242 - readelf: Handle DWARF 4 formats.
260 - readelf: Fix CFI decoding.
268 - readelf: Don't give errors for missing info under -a.
286 - readelf: Add -N option, speeds up DWARF printing without address->name lookups.
307 - readelf: Implement call frame information and exception handling
338 - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A
    [all...]
  /external/chromium_org/build/android/gyp/
write_ordered_libraries.py 14 library (i.e. libcontent_shell_content_view). This will then use readelf to
105 parser.add_option('--readelf', help='Path to the readelf binary.')
111 SetReadelfPath(options.readelf)
  /external/llvm/test/DebugInfo/SystemZ/
eh_frame.s 37 # The readelf rendering is:
eh_frame_personality.s 35 # The readelf rendering is:
  /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/elfutils/0.153/libasm/
Makefile.am 69 if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
  /external/valgrind/main/coregrind/m_ume/
elf.c 92 struct elfinfo *readelf(Int fd, const HChar *filename) function
264 - use readelf() to extract program header info from the exe file.
317 e = readelf(fd, name);
386 interp = readelf(intfd, buf);
  /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
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 130 --debug-dump=syms mimic /usr/bin/readelf --syms
131 --debug-dump=line mimic /usr/bin/readelf --debug-dump=line
132 --debug-dump=frames mimic /usr/bin/readelf --debug-dump=frames
  /external/elfutils/0.153/libdw/
Makefile.am 112 if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
  /external/elfutils/0.153/libelf/
Makefile.am 106 if readelf -d $@ | fgrep -q TEXTREL; then exit 1; fi
  /build/core/combo/
TARGET_linux-arm64.mk 65 TARGET_READELF := $(TARGET_TOOLS_PREFIX)readelf$(HOST_EXECUTABLE_SUFFIX)

Completed in 1668 milliseconds

1 2