Symbol: ElfW
arch/mips/boot/tools/relocs.c
10
#define Elf_Phdr ElfW(Phdr)
arch/mips/boot/tools/relocs.c
11
#define Elf_Shdr ElfW(Shdr)
arch/mips/boot/tools/relocs.c
12
#define Elf_Sym ElfW(Sym)
arch/mips/boot/tools/relocs.c
643
static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,
arch/mips/boot/tools/relocs.c
8
#define Elf_Addr ElfW(Addr)
arch/mips/boot/tools/relocs.c
9
#define Elf_Ehdr ElfW(Ehdr)
arch/mips/boot/tools/relocs_32.c
9
#define Elf_Rel ElfW(Rel)
arch/s390/tools/relocs.c
269
ElfW(Addr) offset = rel->r_offset;
arch/s390/tools/relocs.c
35
#define Elf_Addr ElfW(Addr)
arch/s390/tools/relocs.c
36
#define Elf_Ehdr ElfW(Ehdr)
arch/s390/tools/relocs.c
37
#define Elf_Phdr ElfW(Phdr)
arch/s390/tools/relocs.c
38
#define Elf_Shdr ElfW(Shdr)
arch/s390/tools/relocs.c
39
#define Elf_Sym ElfW(Sym)
arch/x86/tools/relocs.c
10
#define Elf_Phdr ElfW(Phdr)
arch/x86/tools/relocs.c
1028
static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,
arch/x86/tools/relocs.c
11
#define Elf_Shdr ElfW(Shdr)
arch/x86/tools/relocs.c
12
#define Elf_Sym ElfW(Sym)
arch/x86/tools/relocs.c
740
static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,
arch/x86/tools/relocs.c
744
ElfW(Addr) offset = rel->r_offset;
arch/x86/tools/relocs.c
8
#define Elf_Addr ElfW(Addr)
arch/x86/tools/relocs.c
9
#define Elf_Ehdr ElfW(Ehdr)
arch/x86/tools/relocs_32.c
9
#define Elf_Rel ElfW(Rel)
tools/testing/selftests/powerpc/cache_shape/cache_shape.c
54
ElfW(auxv_t) *p;
tools/testing/selftests/powerpc/utils.c
389
ElfW(auxv_t) *p;
tools/testing/selftests/powerpc/utils.c
391
p = (ElfW(auxv_t) *)auxv;
tools/testing/selftests/powerpc/utils.c
405
ElfW(auxv_t) *p;