Home
last modified time | relevance | path

Searched refs:Elf_Rel (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/scripts/
Drecordmcount.h37 #undef Elf_Rel
71 # define Elf_Rel Elf64_Rel macro
104 # define Elf_Rel Elf32_Rel macro
122 static int fn_is_fake_mcount(Elf_Rel const *rp) in fn_is_fake_mcount()
126 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount;
128 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM()
132 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
134 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()
138 static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;
163 static int MIPS_is_fake_mcount(Elf_Rel const *rp) in MIPS_is_fake_mcount()
[all …]
Dsortextable.h19 #undef Elf_Rel
41 # define Elf_Rel Elf64_Rel macro
62 # define Elf_Rel Elf32_Rel macro
103 Elf_Rel *relocs = NULL; in do_func()
/Linux-v5.4/include/asm-generic/
Dmodule.h23 #define Elf_Rel Elf64_Rel macro
40 #define Elf_Rel Elf32_Rel macro
/Linux-v5.4/arch/x86/tools/
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 *rel, Elf_Sym *sym, in do_reloc32()
[all …]
Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro
/Linux-v5.4/arch/mips/boot/tools/
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()
Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro
Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
/Linux-v5.4/arch/mips/include/asm/
Dmodule.h43 #define Elf_Rel Elf32_Rel macro
61 #define Elf_Rel Elf64_Rel macro
/Linux-v5.4/scripts/mod/
Dmodpost.h32 #define Elf_Rel Elf32_Rel macro
47 #define Elf_Rel Elf64_Rel macro
Dmodpost.c1910 Elf_Rel *rel; in section_rel()
1915 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel()
1916 Elf_Rel *stop = (void *)start + sechdr->sh_size; in section_rel()