FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
fdlfcn_handle Struct Reference
Collaboration diagram for fdlfcn_handle:
Collaboration graph

Public Attributes

void * address
Elf64_Ehdr ehdr
Elf64_Shdr * shdrs
Elf64_Sym * symbols
Elf64_Rela * relocations
int symtab_index
int text_section_index
void * string_table_data
void * text_section_data
void * data_section_data
void * rodata_section_data
void * symtab_str_section_data
Elf64_Shdr * text_section_header
Elf64_Shdr * string_table_header
Elf64_Shdr * data_section_header
Elf64_Shdr * rodata_section_header
Elf64_Shdr * symtab_str_section_header
struct fdlfcn_handleprev
struct fdlfcn_handlenext

Detailed Description

Definition at line 10 of file fdlfcn.h.

Member Data Documentation

◆ address

void* fdlfcn_handle::address

Definition at line 12 of file fdlfcn.h.

◆ data_section_data

void* fdlfcn_handle::data_section_data

Definition at line 22 of file fdlfcn.h.

◆ data_section_header

Elf64_Shdr* fdlfcn_handle::data_section_header

Definition at line 28 of file fdlfcn.h.

◆ ehdr

Elf64_Ehdr fdlfcn_handle::ehdr

Definition at line 13 of file fdlfcn.h.

◆ next

struct fdlfcn_handle* fdlfcn_handle::next

Definition at line 33 of file fdlfcn.h.

◆ prev

struct fdlfcn_handle* fdlfcn_handle::prev

Definition at line 32 of file fdlfcn.h.

◆ relocations

Elf64_Rela* fdlfcn_handle::relocations

Definition at line 16 of file fdlfcn.h.

◆ rodata_section_data

void* fdlfcn_handle::rodata_section_data

Definition at line 23 of file fdlfcn.h.

◆ rodata_section_header

Elf64_Shdr* fdlfcn_handle::rodata_section_header

Definition at line 29 of file fdlfcn.h.

◆ shdrs

Elf64_Shdr* fdlfcn_handle::shdrs

Definition at line 14 of file fdlfcn.h.

◆ string_table_data

void* fdlfcn_handle::string_table_data

Definition at line 20 of file fdlfcn.h.

◆ string_table_header

Elf64_Shdr* fdlfcn_handle::string_table_header

Definition at line 27 of file fdlfcn.h.

◆ symbols

Elf64_Sym* fdlfcn_handle::symbols

Definition at line 15 of file fdlfcn.h.

◆ symtab_index

int fdlfcn_handle::symtab_index

Definition at line 18 of file fdlfcn.h.

◆ symtab_str_section_data

void* fdlfcn_handle::symtab_str_section_data

Definition at line 24 of file fdlfcn.h.

◆ symtab_str_section_header

Elf64_Shdr* fdlfcn_handle::symtab_str_section_header

Definition at line 30 of file fdlfcn.h.

◆ text_section_data

void* fdlfcn_handle::text_section_data

Definition at line 21 of file fdlfcn.h.

◆ text_section_header

Elf64_Shdr* fdlfcn_handle::text_section_header

Definition at line 26 of file fdlfcn.h.

◆ text_section_index

int fdlfcn_handle::text_section_index

Definition at line 19 of file fdlfcn.h.


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