summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rld-dwarf.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/rld-dwarf.h')
-rw-r--r--rtemstoolkit/rld-dwarf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtemstoolkit/rld-dwarf.h b/rtemstoolkit/rld-dwarf.h
index 45fbab1..1210813 100644
--- a/rtemstoolkit/rld-dwarf.h
+++ b/rtemstoolkit/rld-dwarf.h
@@ -377,6 +377,11 @@ namespace rld
dwarf_unsigned pc_high () const;
/**
+ * Does the function have an entry PC?
+ */
+ bool has_entry_pc () const;
+
+ /**
* Does the function have machine code in the image?
*/
bool has_machine_code () const;