Home
last modified time | relevance | path

Searched refs:Elf_Rel (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/scripts/
H A Drecordmcount.h42 #undef Elf_Rel macro
81 # define Elf_Rel Elf64_Rel macro
119 # define Elf_Rel Elf32_Rel macro
137 static int fn_is_fake_mcount(Elf_Rel const *rp) in fn_is_fake_mcount()
141 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount;
143 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM()
147 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
149 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()
153 static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;
178 static int MIPS_is_fake_mcount(Elf_Rel cons
[all...]
H A Dsorttable.h26 #undef Elf_Rel macro
48 # define Elf_Rel Elf64_Rel macro
69 # define Elf_Rel Elf32_Rel macro
209 Elf_Rel *relocs = NULL; in do_sort()
/kernel/linux/linux-6.6/scripts/
H A Drecordmcount.h42 #undef Elf_Rel macro
81 # define Elf_Rel Elf64_Rel macro
119 # define Elf_Rel Elf32_Rel macro
137 static int fn_is_fake_mcount(Elf_Rel const *rp) in fn_is_fake_mcount()
141 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount;
143 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM()
147 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
149 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()
153 static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;
178 static int MIPS_is_fake_mcount(Elf_Rel cons
[all...]
H A Dsorttable.h29 #undef Elf_Rel macro
54 # define Elf_Rel Elf64_Rel macro
78 # define Elf_Rel Elf32_Rel macro
275 Elf_Rel *relocs = NULL; in do_sort()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs.c35 Elf_Rel *reltab;
523 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
524 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
601 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs()
602 Elf_Rel *rel; in print_absolute_relocs()
664 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
686 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
687 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
769 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
859 static int do_reloc32(struct section *sec, Elf_Rel *re
[all...]
H A Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro
H A Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs.c43 Elf_Rel *reltab;
580 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
581 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
666 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs()
667 Elf_Rel *rel; in print_absolute_relocs()
729 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
751 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
752 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
836 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
926 static int do_reloc32(struct section *sec, Elf_Rel *re
[all...]
H A Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
H A Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs.c28 Elf_Rel *reltab;
285 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
286 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
354 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
377 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
378 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
387 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc()
523 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
H A Drelocs_32.c9 #define Elf_Rel ElfW(Rela) macro
H A Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
/kernel/linux/linux-5.10/include/asm-generic/
H A Dmodule.h23 #define Elf_Rel Elf64_Rel macro
40 #define Elf_Rel Elf32_Rel macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dmodule.h23 #define Elf_Rel Elf64_Rel macro
40 #define Elf_Rel Elf32_Rel macro
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs.c28 Elf_Rel *reltab;
385 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
386 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
467 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
490 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
491 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
500 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc()
636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
H A Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro
H A Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs.c28 Elf_Rel *reltab;
385 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs()
386 Elf_Rel *rel = &sec->reltab[j]; in read_relocs()
467 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs()
490 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs()
491 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
500 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc()
636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
H A Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro
H A Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dmodule.h43 #define Elf_Rel Elf32_Rel macro
61 #define Elf_Rel Elf64_Rel macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dmodule.h43 #define Elf_Rel Elf32_Rel macro
61 #define Elf_Rel Elf64_Rel macro
/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.h33 #define Elf_Rel Elf32_Rel macro
47 #define Elf_Rel Elf64_Rel macro
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.h33 #define Elf_Rel Elf32_Rel macro
48 #define Elf_Rel Elf64_Rel macro

Completed in 15 milliseconds

12