Defines | Functions | Variables
rmphdr.c File Reference
#include <stdio.h>
#include <sys/types.h>
#include <libelf.h>
#include <fcntl.h>
Include dependency graph for rmphdr.c:

Go to the source code of this file.

Defines

#define min(x, y)   ((x)<(y)?(x):(y))

Functions

void copy_bytes (int infd, int outfd, int offset, int nbytes)
void copy_new_symtab (int infd, int outfd, Elf32_Shdr *symtab)
 main (int argc, argv)

Variables

int errno

Define Documentation

#define min (   x,
 
)    ((x)<(y)?(x):(y))

Definition at line 14 of file rmphdr.c.


Function Documentation

void copy_bytes ( int  infd,
int  outfd,
int  offset,
int  nbytes 
)

Definition at line 19 of file rmphdr.c.

void copy_new_symtab ( int  infd,
int  outfd,
Elf32_Shdr *  symtab 
)

Definition at line 34 of file rmphdr.c.

main ( int  argc,
argv   
)

Definition at line 55 of file rmphdr.c.


Variable Documentation

int errno


euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Sep 3 2015 10:36:20