PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
module_cached_symbol_t Struct Reference

Module symbol cache entry structure. More...

#include <module.h>

Collaboration diagram for module_cached_symbol_t:

Data Fields

map_entry_t mapEntry
 
char * modulePath
 Path to the module defining the symbol.
 

Detailed Description

Module symbol cache entry structure.

Definition at line 366 of file module.h.

Field Documentation

◆ mapEntry

map_entry_t module_cached_symbol_t::mapEntry

Definition at line 368 of file module.h.

◆ modulePath

char* module_cached_symbol_t::modulePath

Path to the module defining the symbol.

Definition at line 369 of file module.h.


The documentation for this struct was generated from the following file: