Searched refs:elf (Results 101 - 125 of 325) sorted by last modified time

1234567891011>>

/linux-master/tools/objtool/arch/loongarch/
H A Dorc.c101 int write_orc_entry(struct elf *elf, struct section *orc_sec, argument
113 if (!elf_init_reloc_text_sym(elf, ip_sec, idx * sizeof(int), idx,
157 void orc_print_dump(struct elf *dummy_elf, struct orc_entry *orc, int i)
H A Ddecode.c64 static bool is_loongarch(const struct elf *elf) argument
66 if (elf->ehdr.e_machine == EM_LOONGARCH)
69 WARN("unexpected ELF machine type %d", elf->ehdr.e_machine);
280 const struct elf *elf = file->elf; local
284 if (!is_loongarch(elf))
/linux-master/drivers/remoteproc/
H A Dremoteproc_core.c34 #include <linux/elf.h>
/linux-master/arch/riscv/kernel/
H A Dptrace.c18 #include <linux/elf.h>
/linux-master/arch/riscv/include/asm/
H A Delf.h11 #include <uapi/linux/elf.h>
13 #include <uapi/asm/elf.h>
/linux-master/arch/arm/kernel/
H A DMakefile20 obj-y := elf.o entry-common.o irq.o opcodes.o \
H A Dsetup.c38 #include <asm/elf.h>
/linux-master/arch/x86/xen/
H A Dsetup.c19 #include <asm/elf.h>
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c41 #include <linux/elf-randomize.h>
/linux-master/arch/mips/
H A DMakefile15 $(Q)$(MAKE) $(build)=arch/mips/tools elf-entry
287 entry-y = $(shell $(objtree)/arch/mips/tools/elf-entry vmlinux)
293 # the elf format according to the load address.
/linux-master/arch/arm64/kernel/
H A Dcpuinfo.c17 #include <linux/elf.h>
H A Dsignal.c25 #include <asm/elf.h>
H A Dprocess.c11 #include <linux/elf.h>
/linux-master/kernel/module/
H A Dinternal.h9 #include <linux/elf.h>
/linux-master/include/uapi/linux/
H A Delf.h6 #include <linux/elf-em.h>
69 /* These constants define the different elf file types */
389 #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */
/linux-master/include/linux/
H A Dvmcore_info.h7 #include <linux/elf.h>
H A Dcrash_reserve.h7 #include <linux/elf.h>
/linux-master/fs/proc/
H A Dkcore.c19 #include <linux/elf.h>
/linux-master/arch/sh/kernel/
H A Dsetup.c37 #include <asm/elf.h>
/linux-master/arch/s390/kernel/
H A Dmachine_kexec.c24 #include <asm/elf.h>
H A Dmachine_kexec_file.c12 #include <linux/elf.h>
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-core.c14 #include <linux/elf.h>
308 Elf64_Ehdr *elf; local
357 elf = (Elf64_Ehdr *)bufp;
359 memcpy(elf->e_ident, ELFMAG, SELFMAG);
360 elf->e_ident[EI_CLASS] = ELF_CLASS;
361 elf->e_ident[EI_DATA] = ELFDATA2MSB;
362 elf->e_ident[EI_VERSION] = EV_CURRENT;
363 elf->e_ident[EI_OSABI] = ELF_OSABI;
364 memset(elf->e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD);
365 elf
[all...]
/linux-master/arch/arm64/kernel/pi/
H A Drelacheck.c7 #include <elf.h>
H A Drelocate.c6 #include <linux/elf.h>
/linux-master/arch/arm64/include/asm/
H A Delf.h138 #include <uapi/linux/elf.h>

Completed in 256 milliseconds

1234567891011>>