From: David W. <we...@cw...> - 2002-07-14 11:06:12
|
On Sun, Jul 14, 2002 at 11:42:48AM +0200, Casper Hornstrup wrote: > Experiments show that you must add 0x11000 (for most drivers) to your > addresses when passed to addr2line. 0x10000 is probably the image base, > but where does the extra 0x1000 come from? You can get the exact offset > by using objdump -h. The value is the VMA of the .text section. > The kernel always prints code addresses relative to the start of the .text segment of the module in question. |