Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/vDSO/
H A Dparse_vdso.c38 #define ELF(x) ELF_BITS_XFORM(ELF_BITS, x) macro
41 #define ELF_HASH_ENTRY ELF(Xword)
43 #define ELF_HASH_ENTRY ELF(Word)
55 ELF(Sym) *symtab;
57 ELF(Word) *gnu_hash, *gnu_bucket;
62 ELF(Versym) *versym;
63 ELF(Verdef) *verdef;
105 ELF(Ehdr) *hdr = (ELF(Ehdr)*)base; in vdso_init_from_sysinfo_ehdr()
111 ELF(Phdr) *pt = (ELF(Phdr)*)(vdso_info.load_addr + hdr->e_phoff); in vdso_init_from_sysinfo_ehdr()
112 ELF(Dyn) *dyn = 0; in vdso_init_from_sysinfo_ehdr()
[all …]
/linux/fs/
H A DKconfig.binfmt6 bool "Kernel support for ELF binaries"
11 ELF (Executable and Linkable Format) is a format for libraries and
13 systems. Saying Y here will enable your kernel to run ELF binaries
14 and enlarge it by about 13 KB. ELF support under Linux has now all
19 executables are distributed solely in ELF format. You definitely
22 Information about ELF is contained in the ELF HOWTO available from
26 here, you still can't run any ELF binaries (they just crash), then
27 you'll have to install the newest ELF runtime libraries, including
32 bool "Build KUnit tests for ELF binary support" if !KUNIT_ALL_TESTS
36 This builds the ELF loader KUnit tests, which try to gather
[all …]
/linux/arch/sparc/vdso/
H A Dvdso2c.h20 ELF(Shdr) *symtab_hdr = NULL, *strtab_hdr; in BITSFUNC()
21 ELF(Ehdr) *hdr = (ELF(Ehdr) *)raw_addr; in BITSFUNC()
22 ELF(Dyn) *dyn = 0, *dyn_end = 0; in BITSFUNC()
25 ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_BE(&hdr->e_phoff)); in BITSFUNC()
66 ELF(Shdr) *sh = raw_addr + GET_BE(&hdr->e_shoff) + in BITSFUNC()
84 ELF(Sym) *sym = raw_addr + GET_BE(&symtab_hdr->sh_offset) + in BITSFUNC()
/linux/arch/mips/vdso/
H A Dgenvdso.h9 const ELF(Ehdr) *ehdr = vdso; in FUNC()
11 ELF(Shdr) *shdr; in FUNC()
60 const ELF(Ehdr) *ehdr = vdso; in FUNC()
62 ELF(Shdr) *shdr; in FUNC()
63 const ELF(Sym) *sym; in FUNC()
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-vmcoreinfo8 Shows physical address and size of vmcoreinfo ELF note.
10 second value contains the size of note in hex. This ELF
12 space as part of ELF note in /proc/vmcore file. This note
/linux/Documentation/userspace-api/
H A DELF.rst4 Linux-specific ELF idiosyncrasies
19 First PT_INTERP program header is used to locate the filename of ELF
31 ELF interpreter's last PT_GNU_PROPERTY program header is used (since
H A Dindex.rst63 ELF
/linux/Documentation/features/vm/ELF-ASLR/
H A Darch-support.txt2 # Feature name: ELF-ASLR
5 # description: arch randomizes the stack, heap and binary images of ELF binaries
/linux/Documentation/arch/powerpc/
H A Dsyscall64-abi.rst13 If PPC_FEATURE2_SCV appears in the AT_HWCAP2 ELF auxiliary vector, the
17 syscall calling sequence\ [1]_ matches the Power Architecture 64-bit ELF ABI
49 Register preservation rules match the ELF ABI calling sequence with some
52 For the sc instruction, the differences from the ELF ABI are as follows:
70 For the scv 0 instruction, the differences from the ELF ABI are as follows:
97 behavior depends on the presence of PPC_FEATURE2_HTM_NOSC in the AT_HWCAP2 ELF
H A Delfnote.rst2 ELF Note PowerPC Namespace
5 The PowerPC namespace in an ELF Note of the kernel binary is used to store
H A Delf_hwcaps.rst4 POWERPC ELF HWCAPs
7 This document describes the usage and semantics of the powerpc ELF HWCAPs.
67 HWCAPs are allocated as described in Power Architecture 64-Bit ELF V2 ABI
/linux/Documentation/livepatch/
H A Dmodule-elf-format.rst2 Livepatch module ELF format
5 This document outlines the ELF format requirements that livepatch modules must follow.
23 write relocations. The patch module ELF format described in this document
30 table, symbol table, and relocation section indices, ELF information is
33 ELF constants used to mark livepatch symbols and relocation sections were
46 module ELF output. Using these dynrela sections, livepatch could resolve
83 A livepatch module manages its own ELF relocation sections to apply
98 Since ELF information is preserved for livepatch modules (see Section 5), a
297 5. Symbol table and ELF section access
302 symbol table, and relocation section indices, ELF information is preserved for
/linux/Documentation/translations/zh_TW/arch/loongarch/
H A Dintroduction.rst31 內核使用了一套LoongArch寄存器約定,定義在LoongArch ELF psABI規範中,詳細描述參見
50 注意: ``$r21`` 寄存器在ELF psABI中保留未使用,但是在Linux內核用於保
61 浮點寄存器的使用約定與LoongArch ELF psABI規範的描述相同:
345 LoongArch的ELF psABI文檔:
347 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.…
349 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.…
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_naming_convention.rst37 These objects are associated with corresponding parts of ELF object that
40 For example ``struct bpf_object`` represents ELF object itself created
41 from an ELF file or from a buffer, ``struct bpf_program`` represents a
42 program in ELF object and ``struct bpf_map`` is a map.
49 purpose of the function to open ELF file and create ``bpf_object`` from
159 * bytes of an ELF's BTF section
/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dintroduction.rst31 内核使用了一套LoongArch寄存器约定,定义在LoongArch ELF psABI规范中,详细描述参见
50 注意: ``$r21`` 寄存器在ELF psABI中保留未使用,但是在Linux内核用于保
61 浮点寄存器的使用约定与LoongArch ELF psABI规范的描述相同:
345 LoongArch的ELF psABI文档:
347 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.…
349 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.…
/linux/Documentation/arch/x86/
H A Delf_auxvec.rst4 x86-specific ELF Auxiliary Vectors
12 ELF Auxiliary vectors enable the kernel to efficiently provide
/linux/arch/alpha/
H A DKconfig.debug19 ELF headers to determine where to transfer control. Unfortunately,
21 address rather than examining the ELF headers, and the result is a
/linux/Documentation/translations/zh_TW/arch/arm64/
H A Delf_hwcaps.rst11 ARM64 ELF hwcaps
14 這篇文檔描述了 arm64 ELF hwcaps 的用法和語義。
/linux/Documentation/translations/zh_CN/arch/arm64/
H A Delf_hwcaps.rst8 ARM64 ELF hwcaps
11 这篇文档描述了 arm64 ELF hwcaps 的用法和语义。
/linux/Documentation/translations/zh_CN/arch/mips/
H A Dbooting.rst17 bootloaders将跳转到ELF的开始地址处。两种方案都支持的;因为
/linux/Documentation/translations/zh_TW/arch/mips/
H A Dbooting.rst17 bootloaders將跳轉到ELF的開始地址處。兩種方案都支持的;因爲
/linux/tools/perf/Documentation/
H A Dperf-kallsyms.txt17 addresses and the addresses in the ELF kallsyms symbol table (for symbols in
/linux/Documentation/arch/loongarch/
H A Dintroduction.rst30 the LoongArch ELF psABI spec, in :ref:`References <loongarch-references>`:
49 The register ``$r21`` is reserved in the ELF psABI, but used by the Linux
62 LoongArch ELF psABI spec:
382 Documentation of LoongArch ELF psABI:
384 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.…
386 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.…
/linux/scripts/
H A Dcheck_extable.sh7 file ${obj} | grep -q ELF || (echo "${obj} is not an ELF file." 1>&2 ; exit 0)
/linux/kernel/configs/
H A Dxen.config21 # You want TCP/IP and ELF binaries right?

1234