Home
last modified time | relevance | path

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

/linux/scripts/
H A Drecordmcount.h42 #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 …]
/linux/arch/s390/tools/
H A Drelocs.c21 #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/include/asm-generic/
H A Dmodule.h23 #define Elf_Rel Elf64_Rel macro
40 #define Elf_Rel Elf32_Rel macro
/linux/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()
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 Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro
H A Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
/linux/arch/mips/include/asm/
H A Dmodule.h43 #define Elf_Rel Elf32_Rel macro
61 #define Elf_Rel Elf64_Rel macro
/linux/scripts/mod/
H A Dmodpost.h35 #define Elf_Rel Elf32_Rel macro
49 #define Elf_Rel Elf64_Rel macro
H A Dmodpost.c1361 const Elf_Rel *start, const Elf_Rel *stop) in section_rel()
1363 const Elf_Rel *rel; in section_rel()
/linux/arch/x86/tools/
H A Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
H A Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro