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)
727 ElfW(Sym) *sym; in percpu_init()
761 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym()
770 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
774 ElfW(Addr) offset = rel->r_offset; in do_reloc64()
1095 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()