HomeSort by: relevance | last modified time | path
    Searched refs:READELF (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/boards/
fission-dwp.exp 40 set READELF_FOR_TARGET "[transform readelf]"
42 # cc-with-tweaks.sh uses READELF, not READELF_FOR_TARGET. Blech.
43 set env(READELF) "$READELF_FOR_TARGET"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/boards/
fission-dwp.exp 40 set READELF_FOR_TARGET "[transform readelf]"
42 # cc-with-tweaks.sh uses READELF, not READELF_FOR_TARGET. Blech.
43 set env(READELF) "$READELF_FOR_TARGET"
  /src/external/gpl3/binutils/dist/binutils/
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/
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/gdb/dist/gdb/contrib/
gdb-add-index.sh 23 READELF=${READELF:=readelf}
77 if $READELF -S "$file" | grep -q " \.gnu_debugaltlink "; then
78 dwz_file=$($READELF --string-dump=.gnu_debugaltlink "$file" \
83 if $READELF -S "$dwz_file" | grep -E -q " \.(gdb_index|debug_names) "; then
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...]
cc-with-tweaks.sh 73 READELF=${READELF:-readelf}
285 <($READELF -wi "${output_file}" \
  /src/external/gpl3/gdb.old/dist/gdb/contrib/
gdb-add-index.sh 23 READELF=${READELF:=readelf}
77 if $READELF -S "$file" | grep -q " \.gnu_debugaltlink "; then
78 dwz_file=$($READELF --string-dump=.gnu_debugaltlink "$file" \
83 if $READELF -S "$dwz_file" | grep -E -q " \.(gdb_index|debug_names) "; then
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...]
cc-with-tweaks.sh 73 READELF=${READELF:-readelf}
283 dwo_files=$($READELF -wi "${output_file}" | grep _dwo_name | \
  /src/external/gpl3/gcc/dist/libbacktrace/
install-debuginfo-for-buildid.sh.in 44 readelf=@READELF@
50 buildid=$(LANG=C $readelf -n $src \
configure 652 READELF
14116 # Extract the first word of "readelf", so it can be a program name with args.
14117 set dummy readelf; ac_word=$2
14123 if test -n "$READELF"; then
14124 ac_cv_prog_READELF="$READELF" # Let the user override the test.
14133 ac_cv_prog_READELF="readelf"
14143 READELF=$ac_cv_prog_READELF
14144 if test -n "$READELF"; then
14145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
14146 $as_echo "$READELF" >&6;
    [all...]
  /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/external/gpl3/gcc/dist/contrib/
make_sunver.pl 15 # It uses elfdump when present (native), GNU readelf otherwise.
53 # so use elfdump -s in the native case and GNU readelf -s otherwise.
112 open READELF, 'readelf -s -W '.(join ' ',@OBJECTS).'|' or die $!;
114 while (<READELF>) {
147 close READELF or die "readelf error";
  /src/external/gpl3/gcc.old/dist/contrib/
make_sunver.pl 15 # It uses elfdump when present (native), GNU readelf otherwise.
53 # so use elfdump -s in the native case and GNU readelf -s otherwise.
112 open READELF, 'readelf -s -W '.(join ' ',@OBJECTS).'|' or die $!;
114 while (<READELF>) {
147 close READELF or die "readelf error";
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
pdtrace.in 70 READELF=@READELF_TRANSFORM_NAME@
206 for offset in $($READELF -W -r $objfile | $EGREP $symbol | $CUT -d' ' -f1)
743 # Note that this code relies in the fact that readelf will list
746 elfinfo=$($READELF -a $ofile)
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
pdtrace.in 70 READELF=@READELF_TRANSFORM_NAME@
206 for offset in $($READELF -W -r $objfile | $EGREP $symbol | $CUT -d' ' -f1)
743 # Note that this code relies in the fact that readelf will list
746 elfinfo=$($READELF -a $ofile)
  /src/external/gpl3/binutils.old/dist/
configure 627 READELF
893 READELF
1692 READELF READELF for the host
1730 READELF for the target
13963 if test -n "$READELF"; then
13964 ac_cv_prog_READELF=$READELF
13966 READELF=$ac_cv_prog_READELF
13970 for ncn_progname in readelf; do
13978 if test -n "$READELF"; the
    [all...]
  /src/external/gpl3/gcc/dist/
configure 627 READELF
890 READELF
1688 READELF READELF for the host
1726 READELF for the target
13023 if test -n "$READELF"; then
13024 ac_cv_prog_READELF=$READELF
13026 READELF=$ac_cv_prog_READELF
13030 for ncn_progname in readelf; do
13038 if test -n "$READELF"; the
    [all...]
  /src/external/gpl3/gcc.old/dist/
configure 623 READELF
877 READELF
1667 READELF READELF for the host
1703 READELF for the target
12710 if test -n "$READELF"; then
12711 ac_cv_prog_READELF=$READELF
12713 READELF=$ac_cv_prog_READELF
12717 for ncn_progname in readelf; do
12725 if test -n "$READELF"; the
    [all...]
  /src/external/gpl3/gdb/dist/
configure 627 READELF
893 READELF
1692 READELF READELF for the host
1730 READELF for the target
13963 if test -n "$READELF"; then
13964 ac_cv_prog_READELF=$READELF
13966 READELF=$ac_cv_prog_READELF
13970 for ncn_progname in readelf; do
13978 if test -n "$READELF"; the
    [all...]
  /src/external/gpl3/gdb.old/dist/
configure 627 READELF
889 READELF
1687 READELF READELF for the host
1725 READELF for the target
12951 if test -n "$READELF"; then
12952 ac_cv_prog_READELF=$READELF
12954 READELF=$ac_cv_prog_READELF
12958 for ncn_progname in readelf; do
12966 if test -n "$READELF"; the
    [all...]
  /src/external/gpl3/binutils/dist/
configure 636 READELF
904 READELF
1705 READELF READELF for the host
1744 READELF for the target
14125 if test -n "$READELF"; then
14126 ac_cv_prog_READELF=$READELF
14128 READELF=$ac_cv_prog_READELF
14132 for ncn_progname in readelf; do
14140 if test -n "$READELF"; the
    [all...]

Completed in 88 milliseconds

1 2