doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions
brandelf.c File Reference
#include <elf.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/errno.h>
#include <err.h>

Go to the source code of this file.

Classes

struct  ELFtypes
 

Macros

#define ELFOSABI_SYSV   0
 
#define ELFOSABI_LINUX   3
 
#define ELFOSABI_HURD   4
 
#define ELFOSABI_SOLARIS   6
 
#define ELFOSABI_FREEBSD   9
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

#define ELFOSABI_FREEBSD   9

Definition at line 54 of file brandelf.c.

#define ELFOSABI_HURD   4

Definition at line 48 of file brandelf.c.

#define ELFOSABI_LINUX   3

Definition at line 45 of file brandelf.c.

#define ELFOSABI_SOLARIS   6

Definition at line 51 of file brandelf.c.

#define ELFOSABI_SYSV   0

Definition at line 42 of file brandelf.c.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 76 of file brandelf.c.