Lines Matching refs:ElfW
4 #define ElfW(type) _ElfW(ELF_BITS, type)
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)
726 ElfW(Sym) *sym;
760 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname)
769 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,
773 ElfW(Addr) offset = rel->r_offset;
1088 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,