Contiki 2.6

Header file for the architecture specific parts of the Contiki ELF loader. More...

#include "loader/elfloader.h"

Go to the source code of this file.

Functions

void * elfloader_arch_allocate_ram (int size)
 Allocate RAM for a new module.
void * elfloader_arch_allocate_rom (int size)
 Allocate program memory for a new module.
void elfloader_arch_relocate (int fd, unsigned int sectionoffset, char *sectionaddr, struct elf32_rela *rela, char *addr)
 Perform a relocation.
void elfloader_arch_write_rom (int fd, unsigned short textoff, unsigned int size, char *mem)
 Write to read-only memory (for example the text segment).

Detailed Description

Header file for the architecture specific parts of the Contiki ELF loader.

Author:
Adam Dunkels <adam@sics.se>

Definition in file elfloader-arch.h.