PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
Elf64_Sym Struct Reference

ELF64 Symbol Table Entry. More...

#include <elf.h>

Collaboration diagram for Elf64_Sym:

Data Fields

Elf64_Word st_name
 
unsigned char st_info
 
unsigned char st_other
 
Elf64_Half st_shndx
 
Elf64_Addr st_value
 
Elf64_Xword st_size
 

Detailed Description

ELF64 Symbol Table Entry.

See also
https://gabi.xinuos.com/elf/05-symtab.html

Stored in sections of type SHT_SYMTAB or SHT_DYNSYM.

Definition at line 542 of file elf.h.

Field Documentation

◆ st_name

Elf64_Word Elf64_Sym::st_name

Definition at line 544 of file elf.h.

◆ st_info

unsigned char Elf64_Sym::st_info

Definition at line 545 of file elf.h.

◆ st_other

unsigned char Elf64_Sym::st_other

Definition at line 546 of file elf.h.

◆ st_shndx

Elf64_Half Elf64_Sym::st_shndx

Definition at line 547 of file elf.h.

◆ st_value

Elf64_Addr Elf64_Sym::st_value

Definition at line 548 of file elf.h.

◆ st_size

Elf64_Xword Elf64_Sym::st_size

Definition at line 549 of file elf.h.


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