indir.2

来自「莱昂氏UNIX源代码分析UNIXv6src.tar.gz」· 2 代码 · 共 36 行

2
36
字号
.th INDIR II 8/5/73.sh NAMEindir \*- indirect system call.sh SYNOPSIS(indir = 0.; not in assembler).br.ft Bsys indir; syscall.ft R.sh DESCRIPTIONThe system call at the location.it syscallis executed.Execution resumes after the.it indircall..s3The main purpose of.it indiris to allow a program tostore arguments in system calls and execute themout of line in the data segment.This preserves the purity of the text segment..s3If.it indiris executed indirectly,it is a no-op.If the instruction at the indirectlocation is not a system call,the executing process will get a fault..sh "SEE ALSO"\*-.sh DIAGNOSTICS\*-

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?