Linux Kernel
3.7.1
|
#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) |