Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3689 5709 d 15 h svoboda /branches/dynload/ Fix search scope. Vary bias. Relocate loaded libs. Fix bugs. Test with libtest. dlopen() really works now!  
2999 5907 d 21 h svoboda /branches/dynload/uspace/lib/rtld/ Load all requested libraries recursively and construct a module dependency graph -- work towards supporting arbitrary deps. (incomplete)  
2998 5907 d 23 h svoboda /branches/dynload/uspace/lib/rtld/ Function for finding the address of a symbol. Use ELF hash table in def_find_in_module()  
2980 5910 d 17 h svoboda /branches/dynload/uspace/lib/rtld/ Fix handling of absent soname and rpath fields in .dynamic section. Slightly improve symbol search.  
2978 5910 d 21 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest