gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ELF32_R_TYPE (0.00 seconds)
t2ex
t2ex_source/t2ex/load/src/ldr_elf.c - 40.4KB - 1,085 lines
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: