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

Symbol information structure. More...

#include <symbol.h>

Data Fields

char name [SYMBOL_MAX_NAME]
 
void * addr
 
symbol_group_id_t groupId
 
Elf64_Symbol_Binding binding
 
Elf64_Symbol_Type type
 

Detailed Description

Symbol information structure.

Used to return symbol information from resolution functions.

Definition at line 118 of file symbol.h.

Field Documentation

◆ addr

◆ binding

Elf64_Symbol_Binding symbol_info_t::binding

Definition at line 123 of file symbol.h.

Referenced by symbol_resolve_addr_unlocked(), and symbol_resolve_name_unlocked().

◆ groupId

symbol_group_id_t symbol_info_t::groupId

◆ name

◆ type

Elf64_Symbol_Type symbol_info_t::type

Definition at line 124 of file symbol.h.

Referenced by symbol_resolve_addr_unlocked(), and symbol_resolve_name_unlocked().


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