From: "Edgar E. Iglesias" <[email protected]>

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

Signed-off-by: Edgar E. Iglesias <[email protected]>
---
 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


_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel

Reply via email to