Home
last modified time | relevance | path

Searched refs:ElfW (Results 1 – 2 of 2) sorted by relevance

/arch/x86/tools/
Drelocs_32.c8 #define Elf_Rel ElfW(Rel)
Drelocs.c3 #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()
[all …]