FD.io VPP  v18.10-32-g1161dda
Vector Packet Processing
elf_first_header_t Struct Reference

Data Fields

u8 magic [4]
 
elf_file_class_t file_class:8
 
elf_data_encoding_t data_encoding:8
 
u8 file_version_ident
 
elf_abi_t abi:8
 
u8 abi_version
 
u8 pad [7]
 
elf_file_type_t file_type:16
 
elf_architecture_t architecture:16
 
u32 file_version
 

Detailed Description

Definition at line 197 of file elf.h.

Field Documentation

elf_abi_t elf_first_header_t::abi

Definition at line 205 of file elf.h.

u8 elf_first_header_t::abi_version

Definition at line 206 of file elf.h.

elf_architecture_t elf_first_header_t::architecture

Definition at line 211 of file elf.h.

elf_data_encoding_t elf_first_header_t::data_encoding

Definition at line 203 of file elf.h.

elf_file_class_t elf_first_header_t::file_class

Definition at line 202 of file elf.h.

elf_file_type_t elf_first_header_t::file_type

Definition at line 210 of file elf.h.

u32 elf_first_header_t::file_version

Definition at line 213 of file elf.h.

u8 elf_first_header_t::file_version_ident

Definition at line 204 of file elf.h.

u8 elf_first_header_t::magic[4]

Definition at line 200 of file elf.h.

u8 elf_first_header_t::pad[7]

Definition at line 208 of file elf.h.


The documentation for this struct was generated from the following file: