On Thu, 05 Jan 2012 19:29:06 +0100, Trass3r wrote:

> I can't wrap my brain around how the calls in dmd's x64 output code
> work. According to http://siyobik.info/main/reference/instruction/CALL
> it is a call relative to the next instruction (RIP).

objdump shows the address as 0 because the offsets are calculated at 
runtime by the linker from the global offset table (R_X86_64_32, 
R_X86_64_PC32)

use objdump with -r and things should make more sense

Reply via email to