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

Symbol information structure. More...

#include <symbol.h>

Collaboration diagram for symbol_info_t:

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 119 of file symbol.h.

Field Documentation

◆ name

char symbol_info_t::name[SYMBOL_MAX_NAME]

Definition at line 121 of file symbol.h.

◆ addr

void* symbol_info_t::addr

Definition at line 122 of file symbol.h.

◆ groupId

symbol_group_id_t symbol_info_t::groupId

Definition at line 123 of file symbol.h.

◆ binding

Elf64_Symbol_Binding symbol_info_t::binding

Definition at line 124 of file symbol.h.

◆ type

Elf64_Symbol_Type symbol_info_t::type

Definition at line 125 of file symbol.h.


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