Searched refs:rp (Results 1 – 2 of 2) sorted by relevance
122 static int fn_is_fake_mcount(Elf_Rel const *rp) in fn_is_fake_mcount() argument126 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() argument130 return ELF_R_SYM(_w(rp->r_info)); 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() argument136 rp->r_info = _w(ELF_R_INFO(sym, 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() argument166 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount()
427 static int arm_is_fake_mcount(Elf32_Rel const *rp) in arm_is_fake_mcount() argument429 switch (ELF32_R_TYPE(w(rp->r_info))) { in arm_is_fake_mcount()460 static uint64_t MIPS64_r_sym(Elf64_Rel const *rp) in MIPS64_r_sym() argument462 return w(((union mips_r_info){ .r_info = rp->r_info }).r_mips.r_sym); in MIPS64_r_sym()465 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info() argument467 rp->r_info = ((union mips_r_info){ in MIPS64_r_info()