We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dlMapper
1 parent 59683f8 commit 1a46f2aCopy full SHA for 1a46f2a
src/dlMapper/dlMapper.h
@@ -51,8 +51,19 @@ bool dlMapper_isInited(void);
51
*/
52
struct loadedLibInfo* dlMapper_libInfoForAddress(const void* address);
53
54
+/**
55
+ * Returns the runtime image info for the runtime image of the given name.
56
+ *
57
+ * @param fileName the file name of the runtime image
58
+ * @return the associated runtime image info or `NULL` if not found
59
+ */
60
struct loadedLibInfo* dlMapper_libInfoForFileName(const char* fileName);
61
62
63
+ * Returns the loaded runtime image infos.
64
65
+ * @return the loaded runtime image infos
66
67
const vector_loadedLibInfo_t* dlMapper_getLoadedLibraries(void);
68
69
/**
0 commit comments