Public Attributes

eh32 Struct Reference

ELF32 structs. More...

#include <elf32.h>

List of all members.

Public Attributes

unsigned char e_ident [16]
unsigned short e_type
unsigned short e_machine
unsigned int e_version
unsigned int e_entry
unsigned int e_phoff
unsigned int e_shoff
unsigned int e_flags
unsigned short e_ehsz
unsigned short e_phentsize
unsigned short e_phnum
unsigned short e_shentsize
unsigned short e_shnum
unsigned short e_shstrndx

Detailed Description

ELF32 structs.

Copyright (C) 2007-2008, Bernhard Kauer <bk@vmmon.org> Economic rights: Technische Universitaet Dresden (Germany)

This file is part of Vancouver.

Vancouver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Vancouver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.


Member Data Documentation

unsigned short eh32::e_ehsz
unsigned int eh32::e_entry
unsigned int eh32::e_flags
unsigned char eh32::e_ident[16]
unsigned short eh32::e_machine
unsigned short eh32::e_phentsize
unsigned short eh32::e_phnum
unsigned int eh32::e_phoff
unsigned short eh32::e_shentsize
unsigned short eh32::e_shnum
unsigned int eh32::e_shoff
unsigned short eh32::e_shstrndx
unsigned short eh32::e_type
unsigned int eh32::e_version

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines