Home
last modified time | relevance | path

Searched refs:ELF (Results 1 – 25 of 94) sorted by relevance

1234

/openbmc/u-boot/examples/standalone/
H A DMakefile17 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 Dpax-utils_1.3.3.bb1 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 Dpatchelf_0.18.0.bb1 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 D0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch7 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 Delf_ops.h.inc10 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 D0001-Add-a-color-setting-for-mips64_n32-binaries.patch22 { "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 Dne10_1.2.1.bb40 # 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 Dprelink-riscv.inc6 * 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 Dlib-bin-check.sh16 testf=`echo $bin | /usr/bin/file -n -f - 2>/dev/null | grep ELF`
H A Dfind-elf4tmp.sh50 testf=`echo $f | /usr/bin/file -n -f - 2>/dev/null | grep ELF`
/openbmc/qemu/qapi/
H A Debpf.json12 # 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 Dadd-64-bit-flag-for-ELF64-entries.patch10 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 Dflag_fix.patch5 This was causing libc.so on the target marked as ELF lib rather than
H A Dendian-ness_handling_fix.patch3 Fix problem during parsing of ELF headers for 64bit on big-endian.
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pyelftools_0.32.bb1 SUMMARY = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugg…
/openbmc/openbmc/meta-security/docs/
H A Doverview.txt51 …- 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 Dparselogs-ignores-x86_64.txt3 wrong ELF class
H A Dparselogs-ignores-x86.txt3 wrong ELF class
/openbmc/qemu/docs/specs/
H A Dvmcoreinfo.rst41 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 Ddlopen-deps.inc10 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 Dchrpath_0.18.bb1 SUMMARY = "Tool to edit rpath in ELF binaries"
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A DCVE-2025-1182.patch6 Fix another illegal memory access triggered by corrupt ELF input files.
/openbmc/openbmc/meta-security/meta-integrity/classes/
H A Dima-evm-rootfs.bbclass72 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 Duboot-config.bbclass34 # 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 D0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch7 /proc/777/exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpr…

1234