OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readelf
(Results
1 - 25
of
29
) 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
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/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/build/
gdb-add-index
38
readelf_out=$(
readelf
-S "$file")
/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
...]
/external/llvm/test/DebugInfo/SystemZ/
eh_frame.s
21
# The
readelf
rendering is:
eh_frame_personality.s
35
# The
readelf
rendering is:
/external/chromium_org/build/android/gyp/
write_ordered_libraries.py
14
library (i.e. libcontent_shell_content_view). This will then use
readelf
to
47
readelf_cmd = [_options.
readelf
,
102
parser.add_option('--
readelf
', help='Path to the
readelf
binary.')
/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
Completed in 1239 milliseconds
1
2