taglinefilesource code
EIP34kernel/math/ea.cbase = get_fs_byte((char *) EIP);
EIP35kernel/math/ea.cEIP++;
EIP47kernel/math/ea.coffset += (signed char) get_fs_byte((char *) EIP);
EIP48kernel/math/ea.cEIP++;
EIP50kernel/math/ea.coffset += (signed) get_fs_long((unsigned long *) EIP);
EIP51kernel/math/ea.cEIP += 4;
EIP69kernel/math/ea.coffset = get_fs_long((unsigned long *) EIP);
EIP70kernel/math/ea.cEIP += 4;
EIP79kernel/math/ea.coffset = (signed char) get_fs_byte((char *) EIP);
EIP80kernel/math/ea.cEIP++;
EIP83kernel/math/ea.coffset = (signed) get_fs_long((unsigned long *) EIP);
EIP84kernel/math/ea.cEIP += 4;
EIP64kernel/math/emulate.cORIG_EIP = EIP;
EIP67kernel/math/emulate.cprintk("math_emulate: %04x:%08x\n\r",CS,EIP);
EIP70kernel/math/emulate.ccode = get_fs_word((unsigned short *) EIP);
EIP73kernel/math/emulate.cI387.fip = EIP;
EIP76kernel/math/emulate.cEIP += 2;
EIP480kernel/math/emulate.cprintk("Unknown math-insns: %04x:%08x %04x\n\r",CS,EIP,code);
EIP497kernel/math/emulate.cEIP = ORIG_EIP;