Lines Matching refs:r_typ
1749 unsigned int r_typ = ELF_R_TYPE(r->r_info); in addend_386_rel() local
1752 switch (r_typ) { in addend_386_rel()
1785 unsigned int r_typ = ELF_R_TYPE(r->r_info); in addend_arm_rel() local
1787 switch (r_typ) { in addend_arm_rel()
1812 unsigned int r_typ = ELF_R_TYPE(r->r_info); in addend_mips_rel() local
1816 if (r_typ == R_MIPS_HI16) in addend_mips_rel()
1819 switch (r_typ) { in addend_mips_rel()
1855 unsigned int r_typ; in section_rela() local
1858 r_typ = ELF64_MIPS_R_TYPE(rela->r_info); in section_rela()
1859 r.r_info = ELF64_R_INFO(r_sym, r_typ); in section_rela()
1901 unsigned int r_typ; in section_rel() local
1904 r_typ = ELF64_MIPS_R_TYPE(rel->r_info); in section_rel()
1905 r.r_info = ELF64_R_INFO(r_sym, r_typ); in section_rel()