#include <elf.h>
#include <link.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 13 of file readversiondef.c.
References ns3::ElfW().
Referenced by ns3::DceManager::DoExecProcess(), ns3::DceManager::DoStartProcess(), and ns3::DceManager::Execve().