Searched refs:r_typ (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/scripts/mod/
H A Dmodpost.c1690 unsigned int r_typ = ELF_R_TYPE(r->r_info); addend_386_rel() local
1693 switch (r_typ) { addend_386_rel()
1726 unsigned int r_typ = ELF_R_TYPE(r->r_info); addend_arm_rel() local
1728 switch (r_typ) { addend_arm_rel()
1753 unsigned int r_typ = ELF_R_TYPE(r->r_info); addend_mips_rel() local
1757 if (r_typ == R_MIPS_HI16) addend_mips_rel()
1760 switch (r_typ) { addend_mips_rel()
1796 unsigned int r_typ; section_rela() local
1799 r_typ = ELF64_MIPS_R_TYPE(rela->r_info); section_rela()
1800 r.r_info = ELF64_R_INFO(r_sym, r_typ); section_rela()
1842 unsigned int r_typ; section_rel() local
1845 r_typ = ELF64_MIPS_R_TYPE(rel->r_info); section_rel()
1846 r.r_info = ELF64_R_INFO(r_sym, r_typ); section_rel()

Completed in 99 milliseconds