GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> ELF / V1-1-3 > elfshow / mv2304
#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>
Functions | |
| int | elfshow (const char *inName) |
| int | main (int argc, char **argv) |
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.
| int elfshow | ( | const char * | inName | ) |
The VxWorks application enty point.
| inName | The input file name. |
| 0 | Success. | |
| -1 | Failure. |
References ELF_show().
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
The UNIX application entry point.
| argc | The number of command line arguments. | |
| argv | Pointer to the commane line arg strings. |
| 0 | Success. | |
| -1 | Failure. |
References elfshow().
1.5.8