| /openbmc/u-boot/examples/standalone/ |
| H A D | Makefile | 17 ELF := $(strip $(extra-y)) macro 22 COBJS := $(ELF:=.o) 32 ELF := $(addprefix $(obj)/,$(ELF)) macro 61 $(ELF): $(obj)/%: $(obj)/%.o $(LIB) FORCE
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/pax-utils/ |
| H A D | pax-utils_1.3.3.bb | 1 SUMMARY = "Security-focused ELF files checking tool" 3 utilities for ELF binaries. It can check ELF binary files and running \ 4 processes for issues that might be relevant when using ELF binaries \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/patchelf/ |
| H A D | patchelf_0.18.0.bb | 1 SUMMARY = "Tool to allow editing of RPATH and interpreter fields in ELF binaries" 2 DESCRIPTION = "PatchELF is a simple utility for modifying existing ELF executables and libraries."
|
| /openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/ |
| H A D | 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch | 7 According to the ELF specification, the alignment of loadable process segments 11 "ELF load command address/offset not properly aligned" if this is not met. 35 + The ELF specification requires that loadable process segments satisfy
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 10 bswap16s(&ehdr->e_ehsize); /* ELF header size in bytes */ 271 * Given 'nhdr', a pointer to a range of ELF Notes, search through them 273 * the matching ELF note. 307 /* skip to the next ELF Note entry */ 440 /* The ELF spec is somewhat vague about the purpose of the 448 * we try to honour the memsz value for an ELF file like this 451 * We support ELF files using this scheme by by checking whether 456 * then we use memsz for the segment length, to handle ELF files 462 * Invalid ELF files where the segments overlap even when 522 /* the entry pointer in the ELF header is a virtual [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0001-Add-a-color-setting-for-mips64_n32-binaries.patch | 22 { "ELF 32-bit", RPMFC_ELF32|RPMFC_INCLUDE }, 23 { "ELF 64-bit", RPMFC_ELF64|RPMFC_INCLUDE },
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ne10/ |
| H A D | ne10_1.2.1.bb | 40 # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocat… 41 # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocat…
|
| /openbmc/u-boot/tools/ |
| H A D | prelink-riscv.inc | 6 * Statically process runtime relocations on RISC-V ELF images 24 #define ELF_R_TYPE CONCAT3(ELF, PRELINK_INC_BITS, _R_TYPE) 25 #define ELF_R_SYM CONCAT3(ELF, PRELINK_INC_BITS, _R_SYM)
|
| /openbmc/openbmc/meta-security/recipes-security/redhat-security/files/ |
| H A D | lib-bin-check.sh | 16 testf=`echo $bin | /usr/bin/file -n -f - 2>/dev/null | grep ELF`
|
| H A D | find-elf4tmp.sh | 50 testf=`echo $f | /usr/bin/file -n -f - 2>/dev/null | grep ELF`
|
| /openbmc/qemu/qapi/ |
| H A D | ebpf.json | 12 # eBPF object is an ELF binary that contains the eBPF program and eBPF 24 # An eBPF ELF object.
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | add-64-bit-flag-for-ELF64-entries.patch | 10 creates. This fix sets architecture-dependent 64bit flags for 64-bit ELF. 71 + /* Set flags according to information in ELF header to align with target 108 + error(0, 0, "%s is a 64-bit ELF for unknown machine %lx\n",
|
| H A D | flag_fix.patch | 5 This was causing libc.so on the target marked as ELF lib rather than
|
| H A D | endian-ness_handling_fix.patch | 3 Fix problem during parsing of ELF headers for 64bit on big-endian.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-pyelftools_0.32.bb | 1 SUMMARY = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugg…
|
| /openbmc/openbmc/meta-security/docs/ |
| H A D | overview.txt | 51 …- rpm-chksec.sh : This will take an rpm name as input and verify each ELF file to see if its compi… 66 …- find-chroot.sh : This script scans the whole file system looking for ELF files that calls chroot… 71 …- find-execstack.sh : This program scans the whole file system for ELF programs that have marked t… 94 …- find-elf4tmp.sh : This script scans the whole file system for ELF files using /tmp. When it find… 111 ELF binaries. 113 …- scanelf : With this application you can print out information specific to the ELF structure of a… 117 ELF types, as well as their respective PaX flags and filenames and 126 ELF structures into the equivalent C structures for fun debugging and/or
|
| /openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | parselogs-ignores-x86_64.txt | 3 wrong ELF class
|
| H A D | parselogs-ignores-x86.txt | 3 wrong ELF class
|
| /openbmc/qemu/docs/specs/ |
| H A D | vmcoreinfo.rst | 41 The entry gives location and size of an ELF note that is appended in 47 If the ELF note name is ``VMCOREINFO``, it is expected to be the Linux
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/ |
| H A D | dlopen-deps.inc | 10 Return the named segment from the ELF. 79 bb.note(f"Cannot extract ELF notes: {e}")
|
| /openbmc/openbmc/poky/meta/recipes-devtools/chrpath/ |
| H A D | chrpath_0.18.bb | 1 SUMMARY = "Tool to edit rpath in ELF binaries"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | CVE-2025-1182.patch | 6 Fix another illegal memory access triggered by corrupt ELF input files.
|
| /openbmc/openbmc/meta-security/meta-integrity/classes/ |
| H A D | ima-evm-rootfs.bbclass | 72 tmp="$(file "${IMAGE_ROOTFS}/lib/libc.so.6" | grep -o 'ELF .*-bit')" 73 if [ "${tmp}" = "ELF 32-bit" ]; then 75 elif [ "${tmp}" = "ELF 64-bit" ]; then
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | uboot-config.bbclass | 34 # Output the ELF generated. Some platforms can use the ELF file and directly 35 # load it (JTAG booting, QEMU) additionally the ELF can be used for debugging
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/ |
| H A D | 0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch | 7 /proc/777/exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpr…
|