PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
symbol_name_t Struct Reference

Symbol name mapping structure. More...

#include <symbol.h>

Collaboration diagram for symbol_name_t:

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

◆ groupEntry

list_entry_t symbol_name_t::groupEntry

Definition at line 90 of file symbol.h.

◆ mapEntry

map_entry_t symbol_name_t::mapEntry

Definition at line 91 of file symbol.h.

◆ addrs

list_t symbol_name_t::addrs

Definition at line 92 of file symbol.h.

◆ name

char symbol_name_t::name[SYMBOL_MAX_NAME]

Definition at line 93 of file symbol.h.


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