Lines Matching refs:Elf_Rel
42 #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()
262 Elf_Rel const *const mrel0, in append_func()
263 Elf_Rel const *const mrelp, in append_func()
351 Elf_Rel const *relp, in get_mcountsym()
376 Elf_Rel const **relp) in get_sym_str_and_relp()
383 Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset) in get_sym_str_and_relp()
402 Elf_Rel **const mrelpp, in sift_rel_mcount()
410 Elf_Rel *mrelp = *mrelpp; in sift_rel_mcount()
413 Elf_Rel const *relp; in sift_rel_mcount()
438 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); in sift_rel_mcount()
440 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in sift_rel_mcount()
459 Elf_Rel const *relp; in nop_mcount()
493 Elf_Rel rel; in nop_mcount()
494 rel = *(Elf_Rel *)relp; in nop_mcount()
501 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in nop_mcount()
625 Elf_Rel * mrel0; in do_func()
626 Elf_Rel * mrelp; in do_func()