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

/linux-4.4.14/arch/x86/tools/
H A Drelocs_64.c8 #define Elf_Rel Elf64_Rela macro
H A Drelocs_32.c8 #define Elf_Rel ElfW(Rel) macro
H A Drelocs.c32 Elf_Rel *reltab;
504 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { read_relocs()
505 Elf_Rel *rel = &sec->reltab[j]; read_relocs()
582 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { print_absolute_relocs()
583 Elf_Rel *rel; print_absolute_relocs()
645 static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, walk_relocs()
667 for (j = 0; j < sec->shdr.sh_size/sizeof(Elf_Rel); j++) { walk_relocs()
668 Elf_Rel *rel = &sec->reltab[j]; walk_relocs()
750 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, do_reloc64()
828 static int do_reloc32(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, do_reloc32()
871 static int do_reloc_real(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, do_reloc_real()
973 int (*do_reloc)(struct section *sec, Elf_Rel *rel, Elf_Sym *sym, emit_relocs()
1052 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, do_reloc_info()
/linux-4.4.14/include/asm-generic/
H A Dmodule.h22 #define Elf_Rel Elf64_Rel macro
39 #define Elf_Rel Elf32_Rel macro
/linux-4.4.14/scripts/
H A Drecordmcount.h38 #undef Elf_Rel macro
72 # define Elf_Rel Elf64_Rel macro
105 # define Elf_Rel Elf32_Rel macro
123 static int fn_is_fake_mcount(Elf_Rel const *rp) fn_is_fake_mcount()
127 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount;
129 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) fn_ELF_R_SYM()
133 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
135 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) fn_ELF_R_INFO()
139 static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;
164 static int MIPS_is_fake_mcount(Elf_Rel const *rp) MIPS_is_fake_mcount()
182 Elf_Rel const *const mrel0, append_func()
183 Elf_Rel const *const mrelp, append_func()
255 Elf_Rel const *relp, get_mcountsym()
280 Elf_Rel const **relp) get_sym_str_and_relp()
287 Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset) get_sym_str_and_relp()
306 Elf_Rel **const mrelpp, sift_rel_mcount()
314 Elf_Rel *mrelp = *mrelpp; sift_rel_mcount()
317 Elf_Rel const *relp; sift_rel_mcount()
341 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); sift_rel_mcount()
343 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); sift_rel_mcount()
362 Elf_Rel const *relp; nop_mcount()
396 Elf_Rel rel; nop_mcount()
397 rel = *(Elf_Rel *)relp; nop_mcount()
402 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); nop_mcount()
517 Elf_Rel *const mrel0 = umalloc(totrelsz); do_func()
518 Elf_Rel * mrelp = mrel0; do_func()
520 /* 2*sizeof(address) <= sizeof(Elf_Rel) */ do_func()
H A Dsortextable.h21 #undef Elf_Rel macro
43 # define Elf_Rel Elf64_Rel macro
64 # define Elf_Rel Elf32_Rel macro
105 Elf_Rel *relocs = NULL; do_func()
/linux-4.4.14/arch/mips/include/asm/
H A Dmodule.h42 #define Elf_Rel Elf32_Rel macro
60 #define Elf_Rel Elf64_Rel macro
/linux-4.4.14/scripts/mod/
H A Dmodpost.h31 #define Elf_Rel Elf32_Rel macro
46 #define Elf_Rel Elf64_Rel macro
H A Dmodpost.c1828 Elf_Rel *rel; section_rel()
1833 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; section_rel()
1834 Elf_Rel *stop = (void *)start + sechdr->sh_size; section_rel()

Completed in 215 milliseconds