Lines Matching refs:ElfW
4 #define ElfW(type) _ElfW(ELF_BITS, type) macro
8 #define Elf_Addr ElfW(Addr)
9 #define Elf_Ehdr ElfW(Ehdr)
10 #define Elf_Phdr ElfW(Phdr)
11 #define Elf_Shdr ElfW(Shdr)
12 #define Elf_Sym ElfW(Sym)
709 ElfW(Sym) *sym; in percpu_init()
743 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym()
752 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
756 ElfW(Addr) offset = rel->r_offset; in do_reloc64()
1058 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()