r_typ            1776 scripts/mod/modpost.c 	unsigned int r_typ = ELF_R_TYPE(r->r_info);
r_typ            1779 scripts/mod/modpost.c 	switch (r_typ) {
r_typ            1812 scripts/mod/modpost.c 	unsigned int r_typ = ELF_R_TYPE(r->r_info);
r_typ            1814 scripts/mod/modpost.c 	switch (r_typ) {
r_typ            1839 scripts/mod/modpost.c 	unsigned int r_typ = ELF_R_TYPE(r->r_info);
r_typ            1843 scripts/mod/modpost.c 	if (r_typ == R_MIPS_HI16)
r_typ            1846 scripts/mod/modpost.c 	switch (r_typ) {
r_typ            1882 scripts/mod/modpost.c 			unsigned int r_typ;
r_typ            1885 scripts/mod/modpost.c 			r_typ = ELF64_MIPS_R_TYPE(rela->r_info);
r_typ            1886 scripts/mod/modpost.c 			r.r_info = ELF64_R_INFO(r_sym, r_typ);
r_typ            1928 scripts/mod/modpost.c 			unsigned int r_typ;
r_typ            1931 scripts/mod/modpost.c 			r_typ = ELF64_MIPS_R_TYPE(rel->r_info);
r_typ            1932 scripts/mod/modpost.c 			r.r_info = ELF64_R_INFO(r_sym, r_typ);