Searched refs:ElfW (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/ |
H A D | relocs.c | 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) 523 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
|
H A D | relocs_32.c | 9 #define Elf_Rel ElfW(Rela)
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs.c | 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) 726 ElfW(Sym) *sym; in percpu_init() 760 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in ElfW() function 769 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64() 773 ElfW(Add in do_reloc64() [all...] |
H A D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel)
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs.c | 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) 791 ElfW(Sym) *sym; in percpu_init() 825 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in ElfW() function 836 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64() 840 ElfW(Add in do_reloc64() [all...] |
H A D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel)
|
/kernel/linux/linux-5.10/arch/mips/boot/tools/ |
H A D | relocs.c | 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) 636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
|
H A D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel)
|
/kernel/linux/linux-6.6/arch/mips/boot/tools/ |
H A D | relocs.c | 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) 636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
|
H A D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel)
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ |
H A D | utils.c | 61 ElfW(auxv_t) *p; in find_auxv_entry() 63 p = (ElfW(auxv_t) *)auxv; in find_auxv_entry() 77 ElfW(auxv_t) *p; in get_auxv_entry()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ |
H A D | utils.c | 389 ElfW(auxv_t) *p; in find_auxv_entry() 391 p = (ElfW(auxv_t) *)auxv; in find_auxv_entry() 405 ElfW(auxv_t) *p; in get_auxv_entry()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/cache_shape/ |
H A D | cache_shape.c | 54 ElfW(auxv_t) *p; in test_cache_shape()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/cache_shape/ |
H A D | cache_shape.c | 54 ElfW(auxv_t) *p; in test_cache_shape()
|
Completed in 8 milliseconds