OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readelf
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/glib/gobject/
pltcheck.sh
7
if ! which
readelf
2>/dev/null >/dev/null; then
8
echo "'
readelf
' not found; skipping test"
14
readelf
-r $so | grep 'JU\?MP_SLOT\?' | grep '\<g_type_\|\<g_boxed_\|\<g_value_\|\<g_cclosure_\|\<g_closure_\|\<g_signal\|\<g_enum_\|\<g_flags_\|\<g_io_\|\<g_object_\|\<g_param_' && status=1
/external/bluetooth/glib/gio/
pltcheck.sh
7
if ! which
readelf
2>/dev/null >/dev/null; then
8
echo "'
readelf
' not found; skipping test"
16
readelf
-r $so | grep 'JU\?MP_SLOT\?' | grep '\<g_' | grep -v $SKIP && status=1
/external/elfutils/src/
Makefile
19
SOURCES = $(libld_elf_a_SOURCES) $(libld_elf_i386_pic_a_SOURCES) elflint.c $(ld_SOURCES) $(libld_elf_i386_so_SOURCES) nm.c
readelf
.c size.c strip.c
43
bin_PROGRAMS =
readelf
$(EXEEXT) nm$(EXEEXT) size$(EXEEXT) \
98
readelf_SOURCES =
readelf
.c
99
readelf_OBJECTS =
readelf
.$(OBJEXT)
120
readelf
.c size.c strip.c
123
readelf
.c size.c strip.c
357
readelf
$(EXEEXT): $(readelf_OBJECTS) $(readelf_DEPENDENCIES)
358
@rm -f
readelf
$(EXEEXT)
380
include ./$(DEPDIR)/
readelf
.Po
/external/elfutils/
elfutils.spec
30
symbols),
readelf
(to see the raw ELF file structures), and elflint
143
%{_bindir}/eu-
readelf
205
-
readelf
, not readline, in %%description (#111214).
215
- upgrade to 0.84 (
readelf
/elflint improvements, rawhide bugs fixed).
/ndk/build/tools/
dev-system-import.sh
229
$TOOLCHAIN_PREFIX-
readelf
-s -D -W $1 | awk '$5 ~ /FUNC/ && $6 ~ /GLOBAL/ && $8 !~ /UND/ { print $9; }' > $TMPC
237
$TOOLCHAIN_PREFIX-
readelf
-s -D -W $1 | awk '$5 ~ /OBJECT/ && $6 ~ /GLOBAL/ && $8 !~ /UND/ { print $9; }' > $TMPC
/frameworks/base/media/libstagefright/codecs/aacenc/Tools/
eclair.mk
55
READELF
:=$(CCTPRE)
readelf
/external/elfutils/po/
Makefile
57
../src/
readelf
.c \
/external/libvpx/build/make/
configure.sh
334
readelf
-WS ${TMP_O} >${TMP_X}
Completed in 374 milliseconds