Lines Matching refs:Elf_Rel
37 #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()
181 Elf_Rel const *const mrel0, in append_func()
182 Elf_Rel const *const mrelp, in append_func()
267 Elf_Rel const *relp, in get_mcountsym()
292 Elf_Rel const **relp) in get_sym_str_and_relp()
299 Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset) in get_sym_str_and_relp()
318 Elf_Rel **const mrelpp, in sift_rel_mcount()
326 Elf_Rel *mrelp = *mrelpp; in sift_rel_mcount()
329 Elf_Rel const *relp; in sift_rel_mcount()
354 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); in sift_rel_mcount()
356 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in sift_rel_mcount()
375 Elf_Rel const *relp; in nop_mcount()
409 Elf_Rel rel; in nop_mcount()
410 rel = *(Elf_Rel *)relp; in nop_mcount()
417 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in nop_mcount()
537 Elf_Rel * mrel0; in do_func()
538 Elf_Rel * mrelp; in do_func()