aboutsummaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar@axis.com>2012-09-27 12:07:36 +0200
committerPetr Machata <pmachata@redhat.com>2012-09-27 14:14:42 +0200
commit6e1dcb554221321b5c551cc40f0ea164eaf12e67 (patch)
tree45143ae24f38d10eb5814fcda7f936f063121122 /library.h
parentb5920d12ceb3dec3d359d8b2972fd22a30c72a66 (diff)
downloadltrace-6e1dcb554221321b5c551cc40f0ea164eaf12e67.tar.gz
Add LS_TOPLT_GOTONLY
to describe symbols with a GOT entry but without PLT entry. Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
Diffstat (limited to 'library.h')
-rw-r--r--library.h1
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. */
};