/[hurd]/hurd-l4/wortel/loader.h
ViewVC logotype

Diff of /hurd-l4/wortel/loader.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by marcus, Mon Sep 15 18:09:45 2003 UTC revision 1.3 by marcus, Tue Sep 16 19:24:05 2003 UTC
# Line 43  void loader_add_region (const char *name Line 43  void loader_add_region (const char *name
43  /* Remove the region with the name NAME from the table.  */  /* Remove the region with the name NAME from the table.  */
44  void loader_remove_region (const char *name);  void loader_remove_region (const char *name);
45    
46    /* Get the memory range to which the ELF image from START to END
47       (exclusive) will be loaded.  NAME is used for panic messages.  */
48    void loader_elf_dest (const char *name, l4_word_t start, l4_word_t end,
49                          l4_word_t *new_start_p, l4_word_t *new_end_p);
50    
51  /* Load the ELF image from START to END into memory under the name  /* Load the ELF image from START to END into memory under the name
52     NAME (also used as the name for the region of the resulting ELF     NAME (also used as the name for the region of the resulting ELF
53     program).  Return the lowest and highest address used by the     program).  Return the lowest and highest address used by the

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26