Lines Matching refs:Elf_Rel

38 #undef Elf_Rel
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) in 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) in 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) in 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) in MIPS_is_fake_mcount()
182 Elf_Rel const *const mrel0, in append_func()
183 Elf_Rel const *const mrelp, in append_func()
255 Elf_Rel const *relp, in get_mcountsym()
278 Elf_Rel const **relp) in get_sym_str_and_relp()
285 Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset) in get_sym_str_and_relp()
304 Elf_Rel **const mrelpp, in sift_rel_mcount()
312 Elf_Rel *mrelp = *mrelpp; in sift_rel_mcount()
315 Elf_Rel const *relp; in sift_rel_mcount()
339 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); in sift_rel_mcount()
341 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in sift_rel_mcount()
360 Elf_Rel const *relp; in nop_mcount()
394 Elf_Rel rel; in nop_mcount()
395 rel = *(Elf_Rel *)relp; in nop_mcount()
400 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in nop_mcount()
515 Elf_Rel *const mrel0 = umalloc(totrelsz); in do_func()
516 Elf_Rel * mrelp = mrel0; in do_func()