Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
binfile_elf Struct Reference

#include <binfile.h>

Data Fields

int class
 
size_t shstrndx
 
char * buildid
 
char * gnu_debuglinkfile
 
uint32_t gnu_debuglinkfile_crc
 
unsigned int num_symbols
 
GElf_Ehdr ehdr
 
GElf_Phdr * phdrs
 
GElf_Shdr * shdrs
 
Elf * elf
 
Ebl * ebl
 
Dwfl * dwfl
 
int dwfl_fd
 

Detailed Description

Definition at line 330 of file binfile.h.

Field Documentation

char* binfile_elf::buildid

Definition at line 333 of file binfile.h.

int binfile_elf::class

Definition at line 331 of file binfile.h.

Dwfl* binfile_elf::dwfl

Definition at line 352 of file binfile.h.

int binfile_elf::dwfl_fd

Definition at line 353 of file binfile.h.

Ebl* binfile_elf::ebl

Definition at line 351 of file binfile.h.

GElf_Ehdr binfile_elf::ehdr

Definition at line 343 of file binfile.h.

Elf* binfile_elf::elf

Definition at line 350 of file binfile.h.

char* binfile_elf::gnu_debuglinkfile

Definition at line 334 of file binfile.h.

uint32_t binfile_elf::gnu_debuglinkfile_crc

Definition at line 335 of file binfile.h.

unsigned int binfile_elf::num_symbols

Definition at line 337 of file binfile.h.

GElf_Phdr* binfile_elf::phdrs

Definition at line 344 of file binfile.h.

GElf_Shdr* binfile_elf::shdrs

Definition at line 345 of file binfile.h.

size_t binfile_elf::shstrndx

Definition at line 332 of file binfile.h.


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