OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readelf
(Results
1 - 25
of
111
) sorted by relevancy
1
2
3
4
5
/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
extract_symvers.in
39
# Ensure that output on Solaris 2 matches
readelf
below without requiring
48
readelf
="
readelf
--symbols"
49
if
readelf
--help | grep -- --wide > /dev/null; then
50
readelf
="$
readelf
--wide"
54
${
readelf
} ${lib} |\
/src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
extract_symvers.in
39
# Ensure that output on Solaris 2 matches
readelf
below without requiring
48
readelf
="
readelf
--symbols"
49
if
readelf
--help | grep -- --wide > /dev/null; then
50
readelf
="$
readelf
--wide"
54
${
readelf
} ${lib} |\
/src/external/gpl3/binutils/usr.bin/readelf/
Makefile
3
PROG=
readelf
/src/external/gpl3/binutils.old/usr.bin/readelf/
Makefile
3
PROG=
readelf
/src/external/gpl3/gcc/dist/libbacktrace/
install-debuginfo-for-buildid.sh.in
44
readelf
=@
READELF
@
50
buildid=$(LANG=C $
readelf
-n $src \
/src/external/gpl3/gcc.old/dist/libbacktrace/
install-debuginfo-for-buildid.sh.in
44
readelf
=@
READELF
@
50
buildid=$(LANG=C $
readelf
-n $src \
/src/external/gpl3/gdb/dist/libbacktrace/
install-debuginfo-for-buildid.sh.in
44
readelf
=@
READELF
@
50
buildid=$(LANG=C $
readelf
-n $src \
/src/external/gpl3/gdb.old/dist/libbacktrace/
install-debuginfo-for-buildid.sh.in
44
readelf
=@
READELF
@
50
buildid=$(LANG=C $
readelf
-n $src \
/src/tests/libexec/ld.elf_so/
t_r_rel.sh
34
readelf
-rs "$(atf_get_srcdir)/${prog}"
42
atf_set "descr" "
readelf
R_*_RELATIVE with -z nopack-relative-relocs"
43
atf_set "require.progs" "
readelf
"
48
readelf
-r "$(atf_get_srcdir)"/h_r_rel_nopack
54
atf_set "descr" "
readelf
R_*_RELATIVE with -z pack-relative-relocs"
55
atf_set "require.progs" "
readelf
"
68
readelf
-r "$(atf_get_srcdir)"/h_r_rel_pack
/src/external/gpl3/gdb/dist/gdb/contrib/
test_pubnames_and_indexes.py
20
# This program requires
readelf
, gdb and objcopy. The default values are gdb
21
# from the build tree and objcopy and
readelf
from $PATH. They may be
22
# overridden by setting environment variables GDB,
READELF
and OBJCOPY
49
READELF
= None
54
"""Parse and return all the pubnames or pubtypes produced by
readelf
with the
57
readelf
= subprocess.Popen(
58
[
READELF
, "--debug-dump=" + readelf_option, filename], stdout=subprocess.PIPE
63
for line in
readelf
.stdout:
73
readelf
.wait()
78
"""Use
readelf
to dump the gdb index and collect the types and names""
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/contrib/
test_pubnames_and_indexes.py
20
# This program requires
readelf
, gdb and objcopy. The default values are gdb
21
# from the build tree and objcopy and
readelf
from $PATH. They may be
22
# overridden by setting environment variables GDB,
READELF
and OBJCOPY
49
READELF
= None
54
"""Parse and return all the pubnames or pubtypes produced by
readelf
with the
57
readelf
= subprocess.Popen(
58
[
READELF
, "--debug-dump=" + readelf_option, filename], stdout=subprocess.PIPE
63
for line in
readelf
.stdout:
73
readelf
.wait()
78
"""Use
readelf
to dump the gdb index and collect the types and names""
[
all
...]
/src/external/bsd/file/lib/
Makefile
27
is_json.c is_tar.c
readelf
.c print.c fsmagic.c apptype.c \
45
COPTS.
readelf
.c+= ${CC_WNO_MAYBE_UNINITIALIZED}
/src/tests/usr.bin/ld/
t_section.sh
51
atf_set "require.progs" "cc" "
readelf
" "grep"
69
readelf
-S test |
/src/tests/usr.bin/netpgpkeys/
t_netpgpkeys.sh
39
readelf
-rs "/usr/bin/${prog}"
/src/external/gpl3/gcc/dist/contrib/
compare-lto
67
for t in objdump
readelf
eu-
readelf
; do
/src/external/gpl3/gcc.old/dist/contrib/
compare-lto
67
for t in objdump
readelf
eu-
readelf
; do
/src/external/gpl3/binutils/dist/binutils/
makefile.vms
57
READELFOBJS =
readelf
.obj,dwarf.obj,unwind-ia64.obj,$(ADDL_DEPS)
76
readelf
.exe: $(READELFOBJS)
77
link/exe=$@
readelf
.obj,dwarf.obj,unwind-ia64.obj,$(ADDL_LIBS)
embedspu.sh
98
# Find
readelf
. Any old
readelf
should do.
99
find_prog
readelf
101
if which
readelf
> /dev/null 2> /dev/null; then
102
prog=
readelf
108
READELF
="$prog"
111
if test `${
READELF
} -h ${INFILE} | sed -n -e '/Class:.*ELF32/p' -e '/Type:.*EXEC/p' -e '/Machine:.*SPU/p' -e '/Machine:.*17/p' | sed -n '$='` != 3
117
toe=`${
READELF
} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\).*,\1 \2,p'`
120
has_ea=`${
READELF
} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\._ea *PROGBITS.*,\1,p'`
122
sections=`${
READELF
} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\) *\([0-9a-f]*\).*,\ (…)
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
makefile.vms
57
READELFOBJS =
readelf
.obj,dwarf.obj,unwind-ia64.obj,$(ADDL_DEPS)
76
readelf
.exe: $(READELFOBJS)
77
link/exe=$@
readelf
.obj,dwarf.obj,unwind-ia64.obj,$(ADDL_LIBS)
embedspu.sh
98
# Find
readelf
. Any old
readelf
should do.
99
find_prog
readelf
101
if which
readelf
> /dev/null 2> /dev/null; then
102
prog=
readelf
108
READELF
="$prog"
111
if test `${
READELF
} -h ${INFILE} | sed -n -e '/Class:.*ELF32/p' -e '/Type:.*EXEC/p' -e '/Machine:.*SPU/p' -e '/Machine:.*17/p' | sed -n '$='` != 3
117
toe=`${
READELF
} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\).*,\1 \2,p'`
120
has_ea=`${
READELF
} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\._ea *PROGBITS.*,\1,p'`
122
sections=`${
READELF
} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\) *\([0-9a-f]*\).*,\ (…)
[
all
...]
/src/external/gpl3/binutils/usr.bin/common/arch/aarch64/
defs.mk
8
G_PROGRAMS=size objdump ar strings ranlib objcopy addr2line
readelf
elfedit nm-new strip-new cxxfilt bfdtest1 bfdtest2
9
G_man_MANS=doc/addr2line.1 doc/ar.1 doc/dlltool.1 doc/nm.1 doc/objcopy.1 doc/objdump.1 doc/ranlib.1 doc/
readelf
.1 doc/size.1 doc/strings.1 doc/strip.1 doc/elfedit.1 doc/windres.1 doc/windmc.1 doc/c++filt.1
27
G_readelf_OBJECTS=
readelf
.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o
/src/external/gpl3/binutils/usr.bin/common/arch/aarch64eb/
defs.mk
8
G_PROGRAMS=size objdump ar strings ranlib objcopy addr2line
readelf
elfedit nm-new strip-new cxxfilt bfdtest1 bfdtest2
9
G_man_MANS=doc/addr2line.1 doc/ar.1 doc/dlltool.1 doc/nm.1 doc/objcopy.1 doc/objdump.1 doc/ranlib.1 doc/
readelf
.1 doc/size.1 doc/strings.1 doc/strip.1 doc/elfedit.1 doc/windres.1 doc/windmc.1 doc/c++filt.1
27
G_readelf_OBJECTS=
readelf
.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o
/src/external/gpl3/binutils/usr.bin/common/arch/alpha/
defs.mk
8
G_PROGRAMS=size objdump ar strings ranlib objcopy addr2line
readelf
elfedit nm-new strip-new cxxfilt bfdtest1 bfdtest2
9
G_man_MANS=doc/addr2line.1 doc/ar.1 doc/dlltool.1 doc/nm.1 doc/objcopy.1 doc/objdump.1 doc/ranlib.1 doc/
readelf
.1 doc/size.1 doc/strings.1 doc/strip.1 doc/elfedit.1 doc/windres.1 doc/windmc.1 doc/c++filt.1
27
G_readelf_OBJECTS=
readelf
.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o
/src/external/gpl3/binutils/usr.bin/common/arch/earm/
defs.mk
8
G_PROGRAMS=size objdump ar strings ranlib objcopy addr2line
readelf
elfedit nm-new strip-new cxxfilt bfdtest1 bfdtest2
9
G_man_MANS=doc/addr2line.1 doc/ar.1 doc/dlltool.1 doc/nm.1 doc/objcopy.1 doc/objdump.1 doc/ranlib.1 doc/
readelf
.1 doc/size.1 doc/strings.1 doc/strip.1 doc/elfedit.1 doc/windres.1 doc/windmc.1 doc/c++filt.1
27
G_readelf_OBJECTS=
readelf
.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o
/src/external/gpl3/binutils/usr.bin/common/arch/earmhf/
defs.mk
8
G_PROGRAMS=size objdump ar strings ranlib objcopy addr2line
readelf
elfedit nm-new strip-new cxxfilt bfdtest1 bfdtest2
9
G_man_MANS=doc/addr2line.1 doc/ar.1 doc/dlltool.1 doc/nm.1 doc/objcopy.1 doc/objdump.1 doc/ranlib.1 doc/
readelf
.1 doc/size.1 doc/strings.1 doc/strip.1 doc/elfedit.1 doc/windres.1 doc/windmc.1 doc/c++filt.1
27
G_readelf_OBJECTS=
readelf
.o version.o unwind-ia64.o dwarf.o demanguse.o elfcomm.o
Completed in 35 milliseconds
1
2
3
4
5
Indexes created Sat Feb 28 05:31:39 UTC 2026