Searched refs:elf (Results 76 - 100 of 324) sorted by relevance

1234567891011>>

/linux-master/arch/riscv/include/asm/
H A Delf.h11 #include <uapi/linux/elf.h>
13 #include <uapi/asm/elf.h>
/linux-master/tools/lib/bpf/
H A Dusdt.c305 static int sanity_check_usdt_elf(Elf *elf, const char *path) argument
310 if (elf_kind(elf) != ELF_K_ELF) {
311 pr_warn("usdt: unrecognized ELF kind %d for '%s'\n", elf_kind(elf), path);
315 switch (gelf_getclass(elf)) {
333 if (!gelf_getehdr(elf, &ehdr))
357 static int find_elf_sec_by_name(Elf *elf, const char *sec_name, GElf_Shdr *shdr, Elf_Scn **scn) argument
362 if (elf_getshdrstrndx(elf, &shstrndx))
366 if (!elf_rawdata(elf_getscn(elf, shstrndx), NULL))
369 while ((sec = elf_nextscn(elf, sec)) != NULL) {
375 name = elf_strptr(elf, shstrnd
400 parse_elf_segs(Elf *elf, const char *path, struct elf_seg **segs, size_t *seg_cnt) argument
578 collect_usdt_targets(struct usdt_manager *man, Elf *elf, const char *path, pid_t pid, const char *usdt_provider, const char *usdt_name, __u64 usdt_cookie, struct usdt_target **out_targets, size_t *out_target_cnt) argument
1133 parse_usdt_note(Elf *elf, const char *path, GElf_Nhdr *nhdr, const char *data, size_t name_off, size_t desc_off, struct usdt_note *note) argument
[all...]
/linux-master/arch/mips/boot/tools/
H A Drelocs_main.c10 #include <elf.h>
/linux-master/arch/openrisc/kernel/
H A Dmodule.c14 #include <linux/elf.h>
/linux-master/arch/mips/include/asm/
H A Dmodule.h6 #include <linux/elf.h>
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.c15 #include <linux/elf.h>
/linux-master/arch/x86/um/vdso/
H A Dvma.c10 #include <asm/elf.h>
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-altivec.c4 #include <linux/elf.h>
/linux-master/arch/csky/include/asm/
H A Delf.h69 #include <abi/elf.h>
/linux-master/arch/um/include/asm/
H A Duaccess.h10 #include <asm/elf.h>
/linux-master/arch/loongarch/include/asm/
H A Dsyscall.h14 #include <linux/elf-em.h>
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_clock_getres.c15 #include <elf.h>
/linux-master/arch/arm/include/asm/
H A Dsyscall.h12 #include <linux/elf.h> /* for ELF_EM */
/linux-master/arch/x86/boot/
H A DMakefile32 targets := vmlinux.bin setup.bin setup.elf bzImage
105 LDFLAGS_setup.elf := -m elf_i386 -z noexecstack -T
106 $(obj)/setup.elf: $(src)/setup.ld $(SETUP_OBJS) FORCE
110 $(obj)/setup.bin: $(obj)/setup.elf FORCE
/linux-master/arch/hexagon/kernel/
H A Dvdso.c13 #include <asm/elf.h>
/linux-master/tools/perf/util/
H A Ddwarf-regs.c12 #include <elf.h>
/linux-master/include/linux/
H A Dmoduleloader.h7 #include <linux/elf.h>
H A Dcrash_core.h7 #include <linux/elf.h>
57 /* Alignment required for elf header segment */
/linux-master/tools/objtool/
H A Dcheck.c500 sym = find_symbol_by_name(file->elf, symname);
507 reloc = find_reloc_by_dest_range(file->elf, sym->sec, off, end - off);
549 sym = find_symbol_by_name(file->elf, "pv_ops");
593 rsec = find_section_by_name(file->elf, ".rela.discard.unreachable");
633 rsec = find_section_by_name(file->elf, ".rela.discard.reachable");
678 sec = find_section_by_name(file->elf, ".static_call_sites");
692 sec = elf_create_section_pair(file->elf, ".static_call_sites",
704 if (!elf_init_reloc_text_sym(file->elf, sec,
724 key_sym = find_symbol_by_name(file->elf, tmp);
746 if (!elf_init_reloc_data_sym(file->elf, se
[all...]
/linux-master/arch/x86/mm/
H A Dmmap.c21 #include <linux/elf-randomize.h>
22 #include <asm/elf.h>
/linux-master/arch/x86/kernel/
H A Dsys_x86_64.c20 #include <linux/elf.h>
22 #include <asm/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/nios2/include/asm/
H A Delf.h9 #include <uapi/asm/elf.h>
/linux-master/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c6 #include <elf.h>
/linux-master/arch/mips/tools/
H A Delf-entry.c3 #include <elf.h>
43 die("Usage: elf-entry <elf-file>\n");

Completed in 197 milliseconds

1234567891011>>