PatchworkOS  321f6ec
A non-POSIX operating system.
Loading...
Searching...
No Matches
Elf64_File Struct Reference

ELF File Helper structure. More...

#include <elf.h>

Collaboration diagram for Elf64_File:

Data Fields

Elf64_Ehdrheader
 The data in the file, pointed to the start of the ELF header.
 
uint64_t size
 The size of the file in bytes.
 
Elf64_Shdrsymtab
 The symbol table section, or NULL if not found.
 
Elf64_Shdrdynsym
 The dynamic symbol table section, or NULL if not found.
 

Detailed Description

ELF File Helper structure.

Definition at line 780 of file elf.h.

Field Documentation

◆ header

Elf64_Ehdr* Elf64_File::header

The data in the file, pointed to the start of the ELF header.

Definition at line 782 of file elf.h.

◆ size

uint64_t Elf64_File::size

The size of the file in bytes.

Definition at line 783 of file elf.h.

◆ symtab

Elf64_Shdr* Elf64_File::symtab

The symbol table section, or NULL if not found.

Definition at line 784 of file elf.h.

◆ dynsym

Elf64_Shdr* Elf64_File::dynsym

The dynamic symbol table section, or NULL if not found.

Definition at line 785 of file elf.h.


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