/openbmc/openbmc/poky/meta/recipes-devtools/file/files/ |
H A D | 0001-PR-579-net147-Fix-stack-overrun.patch | 9 src/readelf.c | 4 ++-- 12 diff --git a/src/readelf.c b/src/readelf.c 14 --- a/src/readelf.c 15 +++ b/src/readelf.c 20 -FILE_RCSID("@(#)$File: readelf.c,v 1.196 2024/11/11 15:49:11 christos Exp $") 21 +FILE_RCSID("@(#)$File: readelf.c,v 1.197 2024/12/05 18:35:40 christos Exp $")
|
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/ |
H A D | rpm-chksec.sh | 126 if readelf -l "$f" 2>/dev/null | grep -q 'GNU_RELRO'; then 129 if readelf -d "$f" 2>/dev/null | grep -q 'BIND_NOW'; then 133 if readelf -h "$f" 2>/dev/null | grep -q 'Type:[[:space:]]*DYN'; then 135 if readelf -d "$f" 2>/dev/null | grep -q '(DEBUG)'; then 160 …syms1=`/usr/bin/readelf -s "$f" 2>/dev/null | egrep ' connect@.*GLIBC| listen@.*GLIBC| accept@.*GL… 161 …syms2=`/usr/bin/readelf -s "$f" 2>/dev/null | egrep ' getaddrinfo@.*GLIBC| getnameinfo@.*GLIBC| ge…
|
H A D | find-nodrop-groups.sh | 40 …syms=`/usr/bin/readelf -s $f 2>/dev/null | egrep ' setgid@.*GLIBC| setegid@.*GLIBC| setresgid@.*GL… 42 …syms=`/usr/bin/readelf -s $f 2>/dev/null | egrep ' setuid@.*GLIBC| seteuid@.*GLIBC| setresuid@.*GL… 44 syms=`/usr/bin/readelf -s $f 2>/dev/null | egrep ' setgroups@.*GLIBC| initgroups@.*GLIBC'`
|
H A D | rpm-drop-groups.sh | 70 …syms=`/usr/bin/readelf -s $f 2>/dev/null | egrep ' setgid@.*GLIBC| setegid@.*GLIBC| setresgid@.*GL… 73 …syms=`/usr/bin/readelf -s $f 2>/dev/null | egrep ' setuid@.*GLIBC| seteuid@.*GLIBC| setresuid@.*GL… 75 syms=`/usr/bin/readelf -s $f 2>/dev/null | egrep ' setgroups@.*GLIBC| initgroups@.*GLIBC'`
|
H A D | find-execstack.sh | 37 stacks=`/usr/bin/eu-readelf -l $f 2>/dev/null | grep STACK` 48 heaps=`/usr/bin/eu-readelf -l $f 2>/dev/null | grep GNU_HEAP`
|
H A D | find-chroot.sh | 39 syms=`/usr/bin/readelf -s $f 2>/dev/null | egrep ' chroot@.*GLIBC'` 41 syms=`/usr/bin/readelf -s $f 2>/dev/null | egrep ' chdir@.*GLIBC'`
|
H A D | find-elf4tmp.sh | 58 …syms=`/usr/bin/readelf -s $f 2>/dev/null | egrep ' mkstemp@.*GLIBC| tempnam@.*GLIBC| tmpfile@.*GLI…
|
/openbmc/linux/arch/ia64/scripts/ |
H A D | unwcheck.py | 22 readelf = os.getenv("READELF", "readelf") variable 40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
|
/openbmc/linux/tools/lib/bpf/ |
H A D | Makefile | 127 GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(BPF_IN_SHARED) | \ 132 VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \ 190 readelf -s --wide $(BPF_IN_SHARED) | \ 195 readelf --dyn-syms --wide $(OUTPUT)libbpf.so | \
|
/openbmc/linux/scripts/ |
H A D | extract-vmlinux | 18 readelf -h $1 > /dev/null 2>&1 || return 1
|
H A D | decode_stacktrace.sh | 31 READELF=${UTIL_PREFIX}readelf${UTIL_SUFFIX}
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | init.rst | 36 ``readelf -d <INIT>|grep NEEDED`` 找出需要哪些库。
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | init.rst | 39 ``readelf -d <INIT>|grep NEEDED`` 找出需要哪些庫。
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/spectre-meltdown-checker/ |
H A D | spectre-meltdown-checker_0.46.bb | 16 # binutils: readelf,objdump might be used for deeper analysis
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/ |
H A D | elfutils_0.192.bb | 70 …TEST_FILES="strip strip.o addr2line elfcmp objdump readelf size.o nm.o nm elflint elfcompress elfc… 131 ${bindir}/eu-readelf \ 163 ${PKGD}${PTEST_PATH}/src/readelf \
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | shstk.rst | 45 from readelf/llvm-readelf output:: 47 readelf -n <application> | grep -a SHSTK
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | buildid.sh | 64 id=`readelf -n ${1} 2>/dev/null | grep 'Build ID' | awk '{print $3}'`
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | meson.bbclass | 74 readelf = ${@meson_array('READELF', d)} 115 readelf = ${@meson_array('BUILD_READELF', d)}
|
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/ |
H A D | 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch | 41 // In older version of binutils (2.30), readelf would check if the dynamic
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0001-skip-the-test-when-gcc-not-deployed.patch | 51 tempfiles a.out strip.out debug.out readelf.out
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/ |
H A D | 0005-Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch | 10 $ readelf --wide --decompress --hex-dump=.rodata libnspr4.so
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | init.rst | 25 broken. Use ``readelf -d <INIT>|grep NEEDED`` to find out which libraries
|
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/ |
H A D | icecc-create-env | 182 …interp=`readelf -W -l "$path" | grep "Requesting program interpreter:" | sed "s/\s*\[Requesting pr…
|
/openbmc/linux/Documentation/bpf/ |
H A D | llvm_reloc.rst | 52 The following ``llvm-readelf -r test.o`` shows the binary values of the four 66 The following is the symbol table with ``llvm-readelf -s test.o``:: 208 ``llvm-readelf -r test.o``:: 217 With ``llvm-readelf`` output, we can see that dwarf sections have a bunch of
|
/openbmc/linux/Documentation/livepatch/ |
H A D | module-elf-format.rst | 145 **`readelf --sections` output for a patch 170 **`readelf --relocs` output for a patch module:** 275 **`readelf --symbols` output for a patch module:**
|