Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2968 → Rev 2969

/branches/dynload/uspace/lib/rtld/include/elf.h
File deleted
/branches/dynload/uspace/lib/rtld/include/dynamic.h
86,6 → 86,9
bool symbolic;
bool text_rel;
bool bind_now;
 
/* Assume for now that there's at most one needed library */
char *needed;
} dyn_info_t;
 
void dynamic_parse(elf_dyn_t *dyn_ptr, size_t bias, dyn_info_t *info);