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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c1446 unsigned int r_typ = ELF_R_TYPE(r->r_info); local
1449 switch (r_typ) {
1465 unsigned int r_typ = ELF_R_TYPE(r->r_info); local
1467 switch (r_typ) {
1487 unsigned int r_typ = ELF_R_TYPE(r->r_info); local
1491 if (r_typ == R_MIPS_HI16)
1494 switch (r_typ) {
1530 unsigned int r_typ; local
1533 r_typ = ELF64_MIPS_R_TYPE(rela->r_info);
1534 r.r_info = ELF64_R_INFO(r_sym, r_typ);
1574 unsigned int r_typ; local
[all...]

Completed in 50 milliseconds