GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > ELF / V1-1-2

Constituent: elfshow     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

elfshow.c File Reference

Function definitions for ELF file dump utility. More...

#include "stdio.h"
#include "stdlib.h"
#include "unistd.h"
#include "fcntl.h"
#include "sys/stat.h"
#include "ELF/ELF_show.h"
#include "ELF/elfshow.h"

Include dependency graph for elfshow.c:

Include dependency graph

Functions

int elfshow (const char *inName)
int main (int argc, char **argv)

Detailed Description

Function definitions for ELF file dump utility.

Author:
D.L. Wood
These functions implement the ELF object file display utility. The ELF_show() function, from constituent elf_show does all of the real work. This code simply opens and reads into memory the ELF object file contents.

Function Documentation

int elfshow const char *  inName  ) 
 

The VxWorks application enty point.

Parameters:
inName The input file name.
Return values:
0 Success.
-1 Failure.

Here is the call graph for this function:

int main int  argc,
char **  argv
 

The UNIX application entry point.

Parameters:
argc The number of command line arguments.
argv Pointer to the commane line arg strings.
Return values:
0 Success.
-1 Failure.

Here is the call graph for this function:


Generated on Tue Mar 22 23:41:36 2005 by doxygen 1.3.3