Searched refs:vmlinux (Results 226 - 247 of 247) sorted by relevance

12345678910

/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S24 #include <asm-generic/vmlinux.lds.h>
H A DMakefile6 extra-y += vmlinux.lds
/linux-master/arch/alpha/kernel/
H A DMakefile6 extra-y := vmlinux.lds
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_global_subprogs.c4 #include <vmlinux.h>
H A Dlinked_list.c2 #include <vmlinux.h>
H A Dcpumask_success.c4 #include <vmlinux.h>
H A Drefcounted_kptr.c4 #include <vmlinux.h>
H A Dmap_kptr.c2 #include <vmlinux.h>
H A Dlinked_list_fail.c2 #include <vmlinux.h>
H A Dprofiler.inc.h3 #include <vmlinux.h>
/linux-master/arch/arm64/
H A DMakefile179 $(BOOT_TARGETS): vmlinux
/linux-master/arch/riscv/kernel/
H A DMakefile37 extra-y += vmlinux.lds
/linux-master/tools/perf/util/
H A Dsymbol.h120 const char *vmlinux, bool vmlinux_allocated);
H A Dsymbol.c841 * the original ELF section names vmlinux have.
1372 * Update addresses of vmlinux map. Re-insert it to ensure maps are
1374 * remaining maps so vmlinux gets split if necessary.
1982 * Always takes ownership of vmlinux when vmlinux_allocated == true, even if
1986 const char *vmlinux, bool vmlinux_allocated)
1993 if (vmlinux[0] == '/')
1994 snprintf(symfs_vmlinux, sizeof(symfs_vmlinux), "%s", vmlinux);
1996 symbol__join_symfs(symfs_vmlinux, vmlinux);
2005 free((char *) vmlinux);
2013 dso__set_long_name(dso, vmlinux, vmlinux_allocate
1985 dso__load_vmlinux(struct dso *dso, struct map *map, const char *vmlinux, bool vmlinux_allocated) argument
[all...]
/linux-master/arch/powerpc/
H A DMakefile235 $(BOOT_TARGETS1): vmlinux
237 $(BOOT_TARGETS2): vmlinux
/linux-master/arch/powerpc/kernel/
H A Dvmlinux.lds.S30 #include <asm-generic/vmlinux.lds.h>
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_experimental.h4 #include <vmlinux.h>
H A Dtest_verifier.c897 static struct btf *btf__load_testmod_btf(struct btf *vmlinux) argument
945 btf = btf__load_from_kernel_by_id_split(id, vmlinux);
/linux-master/arch/riscv/
H A DMakefile196 $(BOOT_TARGETS): vmlinux
/linux-master/arch/arm/
H A DMakefile300 $(BOOT_TARGETS): vmlinux
/linux-master/tools/perf/
H A DMakefile.config724 VMLINUX_H=$(src-perf)/util/bpf_skel/vmlinux/vmlinux.h
/linux-master/scripts/
H A Dcheckpatch.pl77 my %maybe_linker_symbol; # for externs in c exceptions, when seen in *vmlinux.lds.h
5907 if ($realfile !~ m@/vmlinux.lds.h$@ &&
6063 } elsif ($realfile =~ m@/vmlinux.lds.h$@) {
6080 $realfile !~ m@/vmlinux.lds.h$@ &&

Completed in 484 milliseconds

12345678910