Search | Google it | Results 1 - 1 of 1 for funcall:ELF32_R_TYPE (0.00 seconds) |
563: /* Skip unless relocation is needed */ 564: if ( ELF32_R_TYPE(rp->r_info) == 0 ) continue; 565: 621: /* Execute relocation */ 622: switch ( ELF32_R_TYPE(rp->r_info) ) { 623: #if CPU_I386 852: *wp = (*wp & 0xffff0003) | (sv & 0x0000fffc); 853: switch ( ELF32_R_TYPE(rp->r_info) ) { 854: case R_PPC_REL14_BRTAKEN: