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

/linux-master/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
H A Drelocs.c43 Elf_Rel *reltab;
580 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) {
581 Elf_Rel *rel = &sec->reltab[j];
666 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) {
667 Elf_Rel *rel;
729 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel,
751 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) {
752 Elf_Rel *rel = &sec->reltab[j];
836 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,
926 static int do_reloc32(struct section *sec, Elf_Rel *re
[all...]
/linux-master/arch/mips/boot/tools/
H A Drelocs_32.c9 #define Elf_Rel ElfW(Rel) macro
H A Drelocs_64.c9 #define Elf_Rel Elf64_Rela macro
H A Drelocs.c28 Elf_Rel *reltab;
385 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) {
386 Elf_Rel *rel = &sec->reltab[j];
467 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel,
490 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) {
491 Elf_Rel *rel = &sec->reltab[j];
500 static int do_reloc(struct section *sec, Elf_Rel *rel, Elf_Sym *sym,
636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym,
/linux-master/include/asm-generic/
H A Dmodule.h23 #define Elf_Rel Elf64_Rel macro
40 #define Elf_Rel Elf32_Rel macro
/linux-master/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)
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)
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)
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;
/linux-master/arch/mips/include/asm/
H A Dmodule.h43 #define Elf_Rel Elf32_Rel macro
61 #define Elf_Rel Elf64_Rel macro
/linux-master/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++) {
240 Elf_Rel *rel = &sec->reltab[j];
266 static int do_reloc(struct section *sec, Elf_Rel *rel)
310 for (j = 0; j < sec->shdr.sh_size / sizeof(Elf_Rel); j++) {
311 Elf_Rel *rel = &sec->reltab[j];
/linux-master/scripts/mod/
H A Dmodpost.h35 #define Elf_Rel Elf32_Rel macro
49 #define Elf_Rel Elf64_Rel macro
H A Dmodpost.c1426 const Elf_Rel *start, const Elf_Rel *stop)
1428 const Elf_Rel *rel;

Completed in 276 milliseconds