Searched refs:Elf_Rel (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/scripts/ |
D | recordmcount.h | 42 #undef Elf_Rel 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 const *rp) in MIPS_is_fake_mcount() [all …]
|
D | sorttable.h | 29 #undef Elf_Rel 54 # define Elf_Rel Elf64_Rel macro 78 # define Elf_Rel Elf32_Rel macro 275 Elf_Rel *relocs = NULL; in do_sort()
|
/linux-6.1.9/include/asm-generic/ |
D | module.h | 23 #define Elf_Rel Elf64_Rel macro 40 #define Elf_Rel Elf32_Rel macro
|
/linux-6.1.9/arch/x86/tools/ |
D | relocs.c | 43 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() 658 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs() 659 Elf_Rel *rel; in print_absolute_relocs() 721 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs() 743 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs() 744 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs() 828 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64() 918 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32() [all …]
|
D | relocs_64.c | 9 #define Elf_Rel Elf64_Rela macro
|
D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel) macro
|
/linux-6.1.9/arch/mips/include/asm/ |
D | module.h | 43 #define Elf_Rel Elf32_Rel macro 61 #define Elf_Rel Elf64_Rel macro
|
/linux-6.1.9/arch/mips/boot/tools/ |
D | relocs.c | 28 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()
|
D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel) macro
|
D | relocs_64.c | 9 #define Elf_Rel Elf64_Rela macro
|
/linux-6.1.9/scripts/mod/ |
D | modpost.h | 33 #define Elf_Rel Elf32_Rel macro 47 #define Elf_Rel Elf64_Rel macro
|
D | modpost.c | 1582 Elf_Rel *rel; in section_rel() 1587 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel() 1588 Elf_Rel *stop = (void *)start + sechdr->sh_size; in section_rel()
|