Elf                 6 arch/mips/boot/tools/relocs.c #define __ElfW(bits, type)	Elf##bits##_##type
Elf                91 arch/mips/vdso/genvdso.c #define __ELF(x, bits) Elf##bits##_##x
Elf               130 arch/sparc/vdso/vdso2c.c #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x
Elf               152 arch/x86/entry/vdso/vdso2c.c #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x
Elf                 6 arch/x86/tools/relocs.c #define __ElfW(bits, type)	Elf##bits##_##type
Elf                76 include/linux/elfnote.h 		__attribute__((aligned(sizeof(Elf##size##_Word))));	\
Elf                78 include/linux/elfnote.h 			     __attribute__((aligned(sizeof(Elf##size##_Word)))); \
Elf                82 include/linux/elfnote.h 			       aligned(sizeof(Elf##size##_Word)),	\
Elf               316 samples/bpf/bpf_load.c static int get_sec(Elf *elf, int i, GElf_Ehdr *ehdr, char **shname,
Elf               400 samples/bpf/bpf_load.c 				 Elf *elf, Elf_Data *symbols, int strtabidx)
Elf               511 samples/bpf/bpf_load.c 	Elf *elf;
Elf                 6 tools/build/feature/test-libelf-mmap.c 	Elf *elf = elf_begin(0, ELF_C_READ_MMAP, 0);
Elf                 6 tools/build/feature/test-libelf.c 	Elf *elf = elf_begin(0, ELF_C_READ, 0);
Elf               388 tools/lib/bpf/btf.c 	Elf *elf = NULL;
Elf               260 tools/lib/bpf/libbpf.c 		Elf *elf;
Elf               676 tools/lib/bpf/libbpf.c 	Elf *elf = obj->efile.elf;
Elf              1521 tools/lib/bpf/libbpf.c 	Elf *elf = obj->efile.elf;
Elf                69 tools/objtool/elf.h 	Elf *elf;
Elf                70 tools/objtool/orc_dump.c 	Elf *elf;
Elf               159 tools/perf/util/genelf.c jit_add_eh_frame_info(Elf *e, void* unwinding, uint64_t unwinding_header_size,
Elf               251 tools/perf/util/genelf.c 	Elf *e;
Elf                11 tools/perf/util/genelf.h int jit_add_debug_info(Elf *e, uint64_t code_addr, void *debug, int nr_debug_entries);
Elf               484 tools/perf/util/genelf_debug.c jit_add_debug_info(Elf *e, uint64_t code_addr, void *debug, int nr_debug_entries)
Elf               260 tools/perf/util/probe-event.c 	Elf *elf;
Elf               531 tools/perf/util/probe-event.c 	Elf *elf;
Elf              1154 tools/perf/util/probe-finder.c 	Elf *elf;
Elf              1549 tools/perf/util/probe-finder.c 	Elf *elf;
Elf                75 tools/perf/util/symbol-elf.c static int elf_getphdrnum(Elf *elf, size_t *dst)
Elf                91 tools/perf/util/symbol-elf.c static int elf_getshdrstrndx(Elf *elf __maybe_unused, size_t *dst __maybe_unused)
Elf               188 tools/perf/util/symbol-elf.c static size_t elf_addr_to_index(Elf *elf, GElf_Addr addr)
Elf               207 tools/perf/util/symbol-elf.c Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
Elf               294 tools/perf/util/symbol-elf.c 	Elf *elf;
Elf               454 tools/perf/util/symbol-elf.c static int elf_read_build_id(Elf *elf, void *bf, size_t size)
Elf               536 tools/perf/util/symbol-elf.c 	Elf *elf;
Elf               615 tools/perf/util/symbol-elf.c 	Elf *elf;
Elf               716 tools/perf/util/symbol-elf.c 	Elf *elf;
Elf               966 tools/perf/util/symbol-elf.c 	Elf *elf;
Elf              1173 tools/perf/util/symbol-elf.c static int elf_read_maps(Elf *elf, bool exe, mapfn_t mapfn, void *data)
Elf              1209 tools/perf/util/symbol-elf.c 	Elf *elf;
Elf              1229 tools/perf/util/symbol-elf.c 	Elf *elf;
Elf              1301 tools/perf/util/symbol-elf.c 	Elf *elf;
Elf              1638 tools/perf/util/symbol-elf.c static int kcore_copy__read_maps(struct kcore_copy_info *kci, Elf *elf)
Elf              1705 tools/perf/util/symbol-elf.c 				 Elf *elf)
Elf              2034 tools/perf/util/symbol-elf.c static int populate_sdt_note(Elf **elf, const char *data, size_t len,
Elf              2166 tools/perf/util/symbol-elf.c static int construct_sdt_notes_list(Elf *elf, struct list_head *sdt_notes)
Elf              2233 tools/perf/util/symbol-elf.c 	Elf *elf;
Elf                37 tools/perf/util/symbol.h Elf_Scn *elf_section_by_name(Elf *elf, GElf_Ehdr *ep,
Elf                21 tools/perf/util/symsrc.h 	Elf		     *elf;
Elf               173 tools/perf/util/unwind-libunwind-local.c 	Elf *elf;
Elf               199 tools/perf/util/unwind-libunwind-local.c 	Elf *elf;
Elf                57 tools/testing/selftests/vDSO/parse_vdso.c #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x