GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > ELF / V1-1-2
Constituent: elfreloc     Tag: mv2304
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "unistd.h"
#include "fcntl.h"
#include "sys/types.h"
#include "sys/stat.h"
#include "ELF/elfreloc.h"
#include "ELF/elf.h"
#include "ELF/elfPpc.h"
#include "ELF_private.h"
Include dependency graph for elfreloc.c:

Data Structures | |
| struct | _elfreloc_config |
Typedefs | |
| typedef _elfreloc_config | elfreloc_config |
Functions | |
| int | elfreloc_init (elfreloc_config *config, const char *inName, const char *outName) |
| int | elfreloc (const char *inName, const char *outName) |
| int | main (int argc, char **argv) |
Variables | |
| elfreloc_config | erconfig |
|
|
The type for _elfreloc_config. |
|
||||||||||||
|
The VxWorks application entry point.
|
Here is the call graph for this function:

|
||||||||||||||||
|
Initializes the application resources.
|
|
||||||||||||
|
The UNIX application entry point.
|
Here is the call graph for this function:

|
|
Application global configuration information. |
1.3.3