FireBirdLib - Topfield TMS PVR TAP Programming Library
FBLib_elf.h File Reference
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "ELF.h"
#include "libFireBird.h"

Go to the source code of this file.

Variables

int fTAP
 
Elf32_EhdrELFHeader
 
Elf32_ShdrSectionHeaders
 
char * shstrtab
 
char * strtab
 
Elf32_Symsymtab
 

Variable Documentation

◆ ELFHeader

◆ fTAP

◆ SectionHeaders

◆ shstrtab

char* shstrtab
extern

Definition at line 8 of file ELFOpenFile.c.

Referenced by ELFCleanup(), ELFGetSectionIndex(), and ELFReadShstrtabSection().

◆ strtab

char* strtab
extern

Definition at line 9 of file ELFOpenFile.c.

Referenced by ELFCleanup().

◆ symtab

Elf32_Sym* symtab
extern

Definition at line 10 of file ELFOpenFile.c.