FD.io VPP  v20.05.1-6-gf53edbc3b
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

◆ delete_rpath()

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:

◆ delete_rpath_for_section()

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:

◆ elf_set_interpreter()

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:

◆ main()

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

Definition at line 371 of file elftool.c.

+ Here is the call graph for this function:

◆ set_interpreter_rpath()

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:

◆ set_rpath()

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:

◆ set_rpath_for_section()

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: