MicrOS
elf_parser.h File Reference
#include "elf_header.h"
#include "elf_program_header.h"
#include "elf_section_header.h"

Go to the source code of this file.

Functions

elf_headerelf_get_header (uint8_t *content)
 
elf_program_headerelf_get_program_header (uint8_t *content)
 
elf_section_headerelf_get_section_header_with_index (uint8_t *content, uint8_t index)
 
uint32_t elf_get_total_size_in_memory (uint8_t *content)
 

Function Documentation

◆ elf_get_header()

elf_header* elf_get_header ( uint8_t *  content)

◆ elf_get_program_header()

elf_program_header* elf_get_program_header ( uint8_t *  content)

◆ elf_get_section_header_with_index()

elf_section_header* elf_get_section_header_with_index ( uint8_t *  content,
uint8_t  index 
)

◆ elf_get_total_size_in_memory()

uint32_t elf_get_total_size_in_memory ( uint8_t *  content)