Searched refs:elf (Results 101 - 125 of 324) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dper_event_excludes.c8 #include <elf.h>
/linux-master/arch/microblaze/kernel/
H A Dmodule.c10 #include <linux/elf.h>
H A Dptrace.c33 #include <linux/elf.h>
/linux-master/kernel/
H A Dextable.c6 #include <linux/elf.h>
/linux-master/include/linux/
H A Delfcore.h13 #include <linux/elf.h>
H A Dcrash_dump.h7 #include <linux/elf.h>
57 * has passed the elf core header address on command line.
H A Dvmcore_info.h7 #include <linux/elf.h>
/linux-master/arch/csky/kernel/
H A Dprocess.c14 #include <asm/elf.h>
H A Dvdso.c5 #include <linux/elf.h>
H A Dmodule.c5 #include <linux/elf.h>
/linux-master/tools/objtool/include/objtool/
H A Dwarn.h15 #include <objtool/elf.h>
/linux-master/tools/perf/util/
H A Dsymbol_fprintf.c2 #include <elf.h>
/linux-master/tools/testing/selftests/powerpc/
H A Dharness.c14 #include <elf.h>
/linux-master/arch/mips/kernel/
H A Delf.c8 #include <linux/elf.h>
76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf, argument
120 ret = kernel_read(elf, &abiflags, sizeof(abiflags), &pos);
/linux-master/tools/lib/bpf/
H A Dlinker.c16 #include <elf.h>
52 Elf *elf; member in struct:src_obj
136 Elf *elf; member in struct:bpf_linker
189 if (linker->elf)
190 elf_end(linker->elf);
312 linker->elf = elf_begin(linker->fd, ELF_C_WRITE, NULL);
313 if (!linker->elf) {
319 linker->elf_hdr = elf64_newehdr(linker->elf);
345 sec->scn = elf_newscn(linker->elf);
384 sec->scn = elf_newscn(linker->elf);
[all...]
/linux-master/arch/m68k/kernel/
H A Dmodule.c8 #include <linux/elf.h>
/linux-master/arch/mips/mm/
H A Dmmap.c10 #include <linux/elf-randomize.h>
/linux-master/arch/sh/kernel/
H A Dmodule.c15 #include <linux/elf.h>
/linux-master/arch/nios2/kernel/
H A Dmodule.c14 #include <linux/elf.h>
/linux-master/arch/hexagon/kernel/
H A Dmodule.c9 #include <linux/elf.h>
22 * @hdr - pointer to elf header
23 * @sechdrs - pointer to elf load section headers
/linux-master/arch/x86/um/os-Linux/
H A Dregisters.c17 #include <linux/elf.h>
/linux-master/arch/xtensa/include/asm/
H A Delf.h2 * include/asm-xtensa/elf.h
18 #include <linux/elf-em.h>
/linux-master/arch/parisc/kernel/
H A Dvdso.c13 #include <linux/elf.h>
/linux-master/arch/mips/include/asm/
H A Dsyscall.h18 #include <linux/elf-em.h>
/linux-master/arch/riscv/include/asm/
H A Dmodule.h8 #include <linux/elf.h>

Completed in 226 milliseconds

1234567891011>>