Lines Matching refs:ElfW
3 #define ElfW(type) _ElfW(ELF_BITS, type) macro
7 #define Elf_Addr ElfW(Addr)
8 #define Elf_Ehdr ElfW(Ehdr)
9 #define Elf_Phdr ElfW(Phdr)
10 #define Elf_Shdr ElfW(Shdr)
11 #define Elf_Sym ElfW(Sym)
707 ElfW(Sym) *sym; in percpu_init()
741 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym()
750 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
754 ElfW(Addr) offset = rel->r_offset; in do_reloc64()
1060 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()