Skip to main content

Module elf_builder

Module elf_builder 

Source
Expand description

ELF (Executable and Linkable Format) Builder for ARM

Generates ELF32 files for ARM Cortex-M targets

Structs§

ElfBuilder
ELF file builder
ProgramFlags
Program header flags
ProgramHeader
ELF program header (segment)
Relocation
ELF relocation entry (REL format, no addend)
Section
ELF section
SectionFlags
Section flags
Symbol
ELF symbol

Enums§

ArmRelocationType
ARM relocation type
ElfClass
ELF file class
ElfData
ELF data encoding
ElfMachine
ELF machine architecture
ElfType
ELF file type
ProgramType
Program header type
SectionType
Section type
SymbolBinding
Symbol binding
SymbolType
Symbol type

Constants§

EF_ARM_ABI_FLOAT_HARD
ARM hard-float ABI flag
EF_ARM_ABI_FLOAT_SOFT
ARM soft-float ABI flag
EF_ARM_EABI_VER5
ARM EABI version 5 (soft-float)