Searched refs:Elf_Rel (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/scripts/ |
| H A D | recordmcount.h | 42 #undef Elf_Rel 81 # define Elf_Rel Elf64_Rel macro 119 # define Elf_Rel Elf32_Rel macro 376 Elf_Rel const **relp) in get_sym_str_and_relp() 383 Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset) in get_sym_str_and_relp() 410 Elf_Rel *mrelp = *mrelpp; in sift_rel_mcount() 413 Elf_Rel const *relp; in sift_rel_mcount() 459 Elf_Rel const *relp; in nop_mcount() 493 Elf_Rel rel; in nop_mcount() 625 Elf_Rel * mrel0; in do_func() [all …]
|
| /linux-6.15/arch/s390/tools/ |
| H A D | relocs.c | 21 #define Elf_Rel Elf64_Rela macro 57 Elf_Rel *reltab; 239 for (j = 0; j < sec->shdr.sh_size / sizeof(Elf_Rel); j++) { in read_relocs() 240 Elf_Rel *rel = &sec->reltab[j]; in read_relocs() 266 static int do_reloc(struct section *sec, Elf_Rel *rel) in do_reloc() 310 for (j = 0; j < sec->shdr.sh_size / sizeof(Elf_Rel); j++) { in walk_relocs() 311 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs()
|
| /linux-6.15/arch/x86/tools/ |
| H A D | relocs.c | 48 Elf_Rel *reltab; 541 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in read_relocs() 542 Elf_Rel *rel = &sec->reltab[j]; in read_relocs() 634 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in print_absolute_relocs() 635 Elf_Rel *rel; in print_absolute_relocs() 696 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, in walk_relocs() 728 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs() 729 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs() 740 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64() 817 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc32() [all …]
|
| H A D | relocs_64.c | 9 #define Elf_Rel Elf64_Rela macro
|
| H A D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel) macro
|
| /linux-6.15/include/asm-generic/ |
| H A D | module.h | 22 #define Elf_Rel Elf64_Rel macro 35 #define Elf_Rel Elf32_Rel macro
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | module.h | 43 #define Elf_Rel Elf32_Rel macro 61 #define Elf_Rel Elf64_Rel macro
|
| /linux-6.15/arch/mips/boot/tools/ |
| H A 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() 495 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { in walk_relocs() 496 Elf_Rel *rel = &sec->reltab[j]; in walk_relocs() 505 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, in do_reloc() 641 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) macro
|
| H A D | relocs_64.c | 9 #define Elf_Rel Elf64_Rela macro
|
| /linux-6.15/scripts/mod/ |
| H A D | modpost.h | 35 #define Elf_Rel Elf32_Rel macro 49 #define Elf_Rel Elf64_Rel macro
|
| H A D | modpost.c | 1373 const Elf_Rel *start, const Elf_Rel *stop) in section_rel() 1375 const Elf_Rel *rel; in section_rel()
|