PatchworkOS
Loading...
Searching...
No Matches
elf_sym_t Struct Reference

ELF symbol table entry. More...

#include <elf.h>

Data Fields

uint32_t name
 
uint8_t info
 
uint8_t other
 
uint16_t shndx
 
uint64_t value
 
uint64_t size
 

Detailed Description

ELF symbol table entry.

The elf_sym_t structure used to represent symbols in ELF files.

Definition at line 334 of file elf.h.

Field Documentation

◆ info

uint8_t elf_sym_t::info

Definition at line 337 of file elf.h.

◆ name

uint32_t elf_sym_t::name

Definition at line 336 of file elf.h.

Referenced by panic_symbols_init().

◆ other

uint8_t elf_sym_t::other

Definition at line 338 of file elf.h.

◆ shndx

uint16_t elf_sym_t::shndx

Definition at line 339 of file elf.h.

Referenced by panic_symbols_init().

◆ size

uint64_t elf_sym_t::size

Definition at line 341 of file elf.h.

Referenced by panic_symbols_init().

◆ value

uint64_t elf_sym_t::value

Definition at line 340 of file elf.h.

Referenced by panic_symbols_init().


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