[Ltrace-devel] [PATCH 04/11] Add base_addr to store the base address of an ELF object.

Joe Damato ice799 at gmail.com
Mon Nov 8 23:47:37 UTC 2010


---
 ltrace-elf.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ltrace-elf.h b/ltrace-elf.h
index 45db727..6ac143b 100644
--- a/ltrace-elf.h
+++ b/ltrace-elf.h
@@ -26,6 +26,7 @@ struct ltelf {
 	int lte_flags;
 	GElf_Addr dyn_addr;
 	size_t dyn_sz;
+	GElf_Addr base_addr;
 #ifdef __mips__
 	size_t pltgot_addr;
 	size_t mips_local_gotno;
-- 
1.7.0.4




More information about the Ltrace-devel mailing list