if (VG_(clo_trace_cfi)) {
VG_(printf)("\n-----------------------------------------------\n");
VG_(printf)("CFI info: ehframe %p, ehframe_sz %d\n",
- ehframe, ehframe_sz );
+ ehframe, ehframe_sz );
VG_(printf)("CFI info: name %s\n",
si->filename );
}
UChar* ciefde_start = data;
if (VG_(clo_trace_cfi))
- VG_(printf)("\ncie/fde.start = %p\n", ciefde_start);
+ VG_(printf)("\ncie/fde.start = %p (ehframe + 0x%x)\n",
+ ciefde_start, ciefde_start - ehframe);
UInt ciefde_len = read_UInt(data); data += sizeof(UInt);
if (VG_(clo_trace_cfi))