Searched refs:elf (Results 1 - 25 of 324) sorted by path

1234567891011>>

/linux-master/arch/arc/kernel/
H A Dmodule.c9 #include <linux/elf.h>
/linux-master/arch/arm/include/asm/
H A Dprocinfo.h43 #include <asm/elf.h>
44 #warning "Please include asm/elf.h instead"
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c35 #include <elf.h>
64 /* Some of the ELF constants we'd like to use were added to <elf.h>
/linux-master/arch/m68k/kernel/
H A Dmodule.c8 #include <linux/elf.h>
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h15 #include <linux/elf-em.h>
20 * /binutils/microblaze/include/elf/microblaze.h
/linux-master/arch/mips/boot/tools/
H A Drelocs.h13 #include <elf.h>
H A Drelocs_main.c10 #include <elf.h>
/linux-master/arch/mips/include/asm/
H A Dcpufeature.h11 #include <asm/elf.h>
/linux-master/arch/mips/mm/
H A Duasm-micromips.c20 #include <asm/elf.h>
/linux-master/arch/nios2/include/asm/
H A Delf.h9 #include <uapi/asm/elf.h>
/linux-master/arch/openrisc/include/asm/
H A Delf.h19 #include <uapi/asm/elf.h>
/linux-master/arch/openrisc/kernel/
H A Dmodule.c14 #include <linux/elf.h>
/linux-master/arch/powerpc/include/uapi/asm/
H A Dsigcontext.h14 #include <asm/elf.h>
H A Ducontext.h8 #include <asm/elf.h>
/linux-master/arch/sh/kernel/
H A Ddwarf.c20 #include <linux/elf.h>
/linux-master/arch/x86/um/
H A Dmem_64.c3 #include <asm/elf.h>
/linux-master/arch/x86/um/shared/sysdep/
H A Dkernel-offsets.h4 #include <linux/elf.h>
/linux-master/arch/xtensa/kernel/
H A Dmodule.c18 #include <linux/elf.h>
/linux-master/scripts/
H A Dinsert-sys-cert.c27 #include <elf.h>
/linux-master/scripts/mod/
H A Dmk_elfconfig.c5 #include <elf.h>
/linux-master/tools/build/feature/
H A Dtest-libelf.c6 Elf *elf = elf_begin(0, ELF_C_READ, 0); local
8 return (long)elf;
/linux-master/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c6 #include <elf.h>
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c23 #include <elf.h>
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c30 # include <linux/elf.h>
61 struct elfhdr *elf; local
149 elf = (struct elfhdr *) buf;
151 if (memcmp(&elf->e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) {
152 if (elf->e_type != ET_EXEC) {
157 if (!elf_check_arch(elf)) {
159 prog_name, elf->e_machine);
162 if (elf->e_phnum != 1) {
165 prog_name, elf->e_phnum);
168 e_entry = elf
[all...]
/linux-master/arch/alpha/kernel/
H A Dmodule.c7 #include <linux/elf.h>

Completed in 319 milliseconds

1234567891011>>