Contiki 2.5
Functions

    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. More...
 
void * elfloader_arch_allocate_rom (int size)
 Allocate program memory for a new module. More...
 
void elfloader_arch_relocate (int fd, unsigned int sectionoffset, char *sectionaddr, struct elf32_rela *rela, char *addr)
 Perform a relocation. More...
 
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). More...
 

Detailed Description

    Header file for the architecture specific parts of the Contiki ELF loader.
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

Definition in file elfloader-arch.h.