FD.io VPP  v16.06
Vector Packet Processing
elftool.c File Reference
+ Include dependency graph for elftool.c:

Go to the source code of this file.

Data Structures

struct  elf_tool_main_t
 

Functions

static clib_error_telf_set_interpreter (elf_main_t *em, elf_tool_main_t *tm)
 
static void delete_rpath_for_section (elf_main_t *em, elf_section_t *s)
 
static void delete_rpath (elf_main_t *em)
 
static clib_error_tset_rpath_for_section (elf_main_t *em, elf_section_t *s, char *new_rpath)
 
static clib_error_tset_rpath (elf_main_t *em, char *rpath)
 
static clib_error_tset_interpreter_rpath (elf_tool_main_t *tm)
 
int main (int argc, char *argv[])
 

Function Documentation

static void delete_rpath ( elf_main_t em)
static

Definition at line 144 of file elftool.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void delete_rpath_for_section ( elf_main_t em,
elf_section_t s 
)
static

Definition at line 110 of file elftool.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* elf_set_interpreter ( elf_main_t em,
elf_tool_main_t tm 
)
static

Definition at line 64 of file elftool.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 369 of file elftool.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* set_interpreter_rpath ( elf_tool_main_t tm)
static

Definition at line 221 of file elftool.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* set_rpath ( elf_main_t em,
char *  rpath 
)
static

Definition at line 197 of file elftool.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* set_rpath_for_section ( elf_main_t em,
elf_section_t s,
char *  new_rpath 
)
static

Definition at line 163 of file elftool.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: