summaryrefslogtreecommitdiffstats
path: root/sys/kern/linker_if.m
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2008-05-23 04:06:49 +0000
committerjb <jb@FreeBSD.org>2008-05-23 04:06:49 +0000
commit1ebf94be7defb5db3cfaca6457012b0bea9706d4 (patch)
tree0759da79f3dd96680a0396282fe7f40d8f93d170 /sys/kern/linker_if.m
parente922b9b976815767ede31daab542ec332af39774 (diff)
downloadFreeBSD-src-1ebf94be7defb5db3cfaca6457012b0bea9706d4.zip
FreeBSD-src-1ebf94be7defb5db3cfaca6457012b0bea9706d4.tar.gz
Add the ctf_get method.
Diffstat (limited to 'sys/kern/linker_if.m')
-rw-r--r--sys/kern/linker_if.m9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/kern/linker_if.m b/sys/kern/linker_if.m
index 1530da2..aadcf04 100644
--- a/sys/kern/linker_if.m
+++ b/sys/kern/linker_if.m
@@ -96,6 +96,15 @@ METHOD void unload {
};
#
+# Load CTF data if necessary and if there is a .SUNW_ctf section
+# in the ELF file, returning info in the linker CTF structure.
+#
+METHOD int ctf_get {
+ linker_file_t file;
+ linker_ctf_t *lc;
+};
+
+#
# Load a file, returning the new linker_file_t in *result. If
# the class does not recognise the file type, zero should be
# returned, without modifying *result. If the file is
OpenPOWER on IntegriCloud