Home
last modified time | relevance | path

Searched refs:readelf (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/file/files/
H A D0001-PR-579-net147-Fix-stack-overrun.patch9 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 Drpm-chksec.sh126 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 Dfind-nodrop-groups.sh40 …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 Drpm-drop-groups.sh70 …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 Dfind-execstack.sh37 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 Dfind-chroot.sh39 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 Dfind-elf4tmp.sh58 …syms=`/usr/bin/readelf -s $f 2>/dev/null | egrep ' mkstemp@.*GLIBC| tempnam@.*GLIBC| tmpfile@.*GLI…
/openbmc/linux/arch/ia64/scripts/
H A Dunwcheck.py22 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 DMakefile127 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 Dextract-vmlinux18 readelf -h $1 > /dev/null 2>&1 || return 1
H A Ddecode_stacktrace.sh31 READELF=${UTIL_PREFIX}readelf${UTIL_SUFFIX}
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/
H A Dinit.rst36 ``readelf -d <INIT>|grep NEEDED`` 找出需要哪些库。
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dinit.rst39 ``readelf -d <INIT>|grep NEEDED`` 找出需要哪些庫。
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/spectre-meltdown-checker/
H A Dspectre-meltdown-checker_0.46.bb16 # binutils: readelf,objdump might be used for deeper analysis
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/
H A Delfutils_0.192.bb70 …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 Dshstk.rst45 from readelf/llvm-readelf output::
47 readelf -n <application> | grep -a SHSTK
/openbmc/linux/tools/perf/tests/shell/
H A Dbuildid.sh64 id=`readelf -n ${1} 2>/dev/null | grep 'Build ID' | awk '{print $3}'`
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmeson.bbclass74 readelf = ${@meson_array('READELF', d)}
115 readelf = ${@meson_array('BUILD_READELF', d)}
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch41 // In older version of binutils (2.30), readelf would check if the dynamic
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-skip-the-test-when-gcc-not-deployed.patch51 tempfiles a.out strip.out debug.out readelf.out
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/
H A D0005-Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch10 $ readelf --wide --decompress --hex-dump=.rodata libnspr4.so
/openbmc/linux/Documentation/admin-guide/
H A Dinit.rst25 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 Dicecc-create-env182 …interp=`readelf -W -l "$path" | grep "Requesting program interpreter:" | sed "s/\s*\[Requesting pr…
/openbmc/linux/Documentation/bpf/
H A Dllvm_reloc.rst52 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 Dmodule-elf-format.rst145 **`readelf --sections` output for a patch
170 **`readelf --relocs` output for a patch module:**
275 **`readelf --symbols` output for a patch module:**

12