Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2998 → Rev 2999

/branches/dynload/uspace/lib/rtld/include/dynamic.h
89,6 → 89,9
 
/* Assume for now that there's at most one needed library */
char *needed;
 
/** Pointer to the module's dynamic section */
elf_dyn_t *dynamic;
} dyn_info_t;
 
void dynamic_parse(elf_dyn_t *dyn_ptr, size_t bias, dyn_info_t *info);