FireBirdLib - Topfield TMS PVR TAP Programming Library
ELFOpenFile.c File Reference
#include <stdio.h>
#include "ELF.h"
#include "FBLib_elf.h"

Go to the source code of this file.

Functions

bool ELFOpenFile (const char *FileName)
 

Variables

int fTAP = 0
 
Elf32_EhdrELFHeader = NULL
 
Elf32_ShdrSectionHeaders = NULL
 
char * shstrtab = NULL
 
char * strtab = NULL
 
Elf32_Symsymtab = NULL
 

Function Documentation

◆ ELFOpenFile()

bool ELFOpenFile ( const char *  FileName)

Variable Documentation

◆ ELFHeader

◆ fTAP

◆ SectionHeaders

◆ shstrtab

char* shstrtab = NULL

Definition at line 8 of file ELFOpenFile.c.

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

◆ strtab

char* strtab = NULL

Definition at line 9 of file ELFOpenFile.c.

Referenced by ELFCleanup().

◆ symtab

Elf32_Sym* symtab = NULL

Definition at line 10 of file ELFOpenFile.c.