Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
elf_util.c File Reference
#include <stdarg.h>
#include <stddef.h>
#include "elf.h"
#include "page.h"
#include "string.h"
#include "stdio.h"

Go to the source code of this file.

Functions

int parse_elf64 (void *hdr, struct elf_info *info)
 
int parse_elf32 (void *hdr, struct elf_info *info)
 

Function Documentation

int parse_elf32 ( void hdr,
struct elf_info info 
)

Definition at line 50 of file elf_util.c.

int parse_elf64 ( void hdr,
struct elf_info info 
)

Definition at line 18 of file elf_util.c.