[Ltrace-devel] [PATCH 4/8] Add LS_TOPLT_GOTONLY

edgar.iglesias at gmail.com edgar.iglesias at gmail.com
Wed Sep 26 15:39:46 UTC 2012


From: "Edgar E. Iglesias" <edgar at axis.com>

to describe symbols with a GOT entry but without PLT
entry.

Signed-off-by: Edgar E. Iglesias <edgar at axis.com>
---
 library.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/library.h b/library.h
index f207502..d764da9 100644
--- a/library.h
+++ b/library.h
@@ -31,6 +31,7 @@ struct library;
 
 enum toplt {
 	LS_TOPLT_NONE = 0,	/* PLT not used for this symbol. */
+	LS_TOPLT_GOTONLY,	/* Has a GOT entry but no PLT.  */
 	LS_TOPLT_EXEC,		/* PLT for this symbol is executable. */
 };
 
-- 
1.7.8.6




More information about the Ltrace-devel mailing list