Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Examples

elfloader-arch.h File Reference


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.

#include "elfloader-tmp.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, struct elf32_rela *rela, char *addr)
 Perform a relocation.
void elfloader_arch_write_text (int fd, unsigned int size, char *mem)
 Write the program code (text segment) into program memory.


Generated on Thu Jun 22 17:45:43 2006 for Contiki 2.x by  doxygen 1.4.4