Lines Matching refs:r_typ
1701 unsigned int r_typ = ELF_R_TYPE(r->r_info); in addend_386_rel() local
1704 switch (r_typ) { in addend_386_rel()
1737 unsigned int r_typ = ELF_R_TYPE(r->r_info); in addend_arm_rel() local
1739 switch (r_typ) { in addend_arm_rel()
1764 unsigned int r_typ = ELF_R_TYPE(r->r_info); in addend_mips_rel() local
1768 if (r_typ == R_MIPS_HI16) in addend_mips_rel()
1771 switch (r_typ) { in addend_mips_rel()
1807 unsigned int r_typ; in section_rela() local
1810 r_typ = ELF64_MIPS_R_TYPE(rela->r_info); in section_rela()
1811 r.r_info = ELF64_R_INFO(r_sym, r_typ); in section_rela()
1853 unsigned int r_typ; in section_rel() local
1856 r_typ = ELF64_MIPS_R_TYPE(rel->r_info); in section_rel()
1857 r.r_info = ELF64_R_INFO(r_sym, r_typ); in section_rel()