第二条消息说明编译过程已经完成了,十六进制的地址表示每次调用这个方法时,所执行的机器代码的起始偏移量。
The second message indicates that compilation has completed, and the hexadecimal address represents the starting offset of the machine code that will be executed each time the method is invoked.
LR_OFFSET是返回地址的堆栈框架的偏移量。
LR_OFFSET is the offset into the stack frame of the return address.
默认情况下,kdb在symbolic模式下工作,并且大部分地址在输出中显示为symbol +偏移量。
By default, KDB works in the symbolic mode, and the addresses mostly are shown in output as symbol + offset.
address:十六进制格式,相对于进程虚拟地址空间起始位置的偏移量。
Address: In hexadecimal format, relative to the start of the process's virtual address space.
清单4演示了基间接寻址模式(第64行),也就是首先取得一个基地址,然后在它上面加一个偏移量,从而到达最终的地址。
Listing 4 illustrates the base indirect addressing mode (line 64), so called because you start with a base address and add an offset to it to arrive at a final address.
这通常用于短程分支,其中目标地址距当前位置很近,因此指定一个偏移量(而不是绝对地址)会更有意义。
This is often used for short-range branches where the destination is near the current location, so specifying an offset rather than an absolute address makes more sense.
一个逻辑地址包含了段寄存器的说明符及偏移量。
A logical address consists of a segment register specifier and offset.
当然,在我们的源文件里,偏移量是作为初始地址给出的。
And of course the offset is given as the original address in our source file.
对内存的操作被允许,但是必须支持地址偏移值,即,对于给出的地址,加上一个偏移量,此时也是一个合法的地址。
"o" : A memory operand is allowed, but only if the address is offsettable. ie, adding a small offset to the address gives a valid address.
如果此堆栈帧处于非活动状态,则该偏移量将是在重新激活该堆栈帧后要执行的下一条指令的地址。
If this stack frame is not active, the offset is the address of the next instruction to be executed when the stack frame is reactivated.
跳转行之后的地址加上跳转的偏移量等于要跳转到的目标地址。
Take the address of the line after the jump and add the jump offset to it and you have the jump target address.
RVA是将某一项加载到内存之后的地址,减去镜像文件的基地址得到的值(也就是从文件加载到内存之后的基地址开始的偏移量)。
An RVA is the address of an item once loaded into memory, with the base address of the image file subtracted from it (i. e., the offset from the base address where the file is loaded).
RVA是将某一项加载到内存之后的地址,减去镜像文件的基地址得到的值(也就是从文件加载到内存之后的基地址开始的偏移量)。
An RVA is the address of an item once loaded into memory, with the base address of the image file subtracted from it (i. e., the offset from the base address where the file is loaded).
应用推荐