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()
280 Elf_Rel const **relp) in get_sym_str_and_relp()
287 Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset) in get_sym_str_and_relp()
306 Elf_Rel **const mrelpp, in sift_rel_mcount()
314 Elf_Rel *mrelp = *mrelpp; in sift_rel_mcount()
317 Elf_Rel const *relp; in sift_rel_mcount()
341 mrelp = (Elf_Rel *)(rel_entsize + (void *)mrelp); in sift_rel_mcount()
343 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in sift_rel_mcount()
362 Elf_Rel const *relp; in nop_mcount()
396 Elf_Rel rel; in nop_mcount()
397 rel = *(Elf_Rel *)relp; in nop_mcount()
402 relp = (Elf_Rel const *)(rel_entsize + (void *)relp); in nop_mcount()
517 Elf_Rel *const mrel0 = umalloc(totrelsz); in do_func()
518 Elf_Rel * mrelp = mrel0; in do_func()