PatchworkOS  28a9544
A non-POSIX operating system.
Loading...
Searching...
No Matches
symbol_name_t Struct Reference

Symbol name mapping structure. More...

#include <symbol.h>

Data Fields

list_entry_t groupEntry
 
map_entry_t mapEntry
 
list_t addrs
 
char name [SYMBOL_MAX_NAME]
 

Detailed Description

Symbol name mapping structure.

Stored in a name-keyed map for name to address resolution.

Definition at line 88 of file symbol.h.

Field Documentation

◆ addrs

list_t symbol_name_t::addrs

◆ groupEntry

list_entry_t symbol_name_t::groupEntry

Definition at line 90 of file symbol.h.

Referenced by symbol_add().

◆ mapEntry

map_entry_t symbol_name_t::mapEntry

Definition at line 91 of file symbol.h.

Referenced by symbol_add(), and symbol_remove_group().

◆ name

char symbol_name_t::name[SYMBOL_MAX_NAME]

Definition at line 93 of file symbol.h.

Referenced by symbol_add(), symbol_resolve_addr_unlocked(), and symbol_resolve_name_unlocked().


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