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()
257 Elf_Rel const *const mrel0, in append_func()
258 Elf_Rel const *const mrelp, in append_func()
346 Elf_Rel const *relp, in get_mcountsym()
371 Elf_Rel const **relp) in get_sym_str_and_relp()
378 Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset) in get_sym_str_and_relp()
397 Elf_Rel **const mrelpp, in sift_rel_mcount()
405 Elf_Rel *mrelp = *mrelpp; in sift_rel_mcount()
408 Elf_Rel const *relp; in sift_rel_mcount()
433 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); in sift_rel_mcount()
435 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in sift_rel_mcount()
454 Elf_Rel const *relp; in nop_mcount()
488 Elf_Rel rel; in nop_mcount()
489 rel = *(Elf_Rel *)relp; in nop_mcount()
496 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in nop_mcount()
620 Elf_Rel * mrel0; in do_func()
621 Elf_Rel * mrelp; in do_func()