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
3000 5838 d 6 h svoboda /branches/dynload/uspace/lib/rtld/ Implement BFS for looking-up symbols. Add support for DT_SYMBOLIC flag. Set soname when building rtld.so. Strip path components when comparing module names.  
2999 5839 d 0 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 5839 d 3 h svoboda /branches/dynload/uspace/lib/rtld/ Function for finding the address of a symbol. Use ELF hash table in def_find_in_module()  
2981 5841 d 20 h svoboda /branches/dynload/uspace/lib/rtld/ Let rtld analyze its own dynamic section. Search for symbols in all rtld, program, lib. Resolve references in library, too.  
2980 5841 d 20 h svoboda /branches/dynload/uspace/lib/rtld/ Fix handling of absent soname and rpath fields in .dynamic section. Slightly improve symbol search.  
2978 5842 d 1 h svoboda /branches/dynload/uspace/ Trivially link unresolved references from dltest to libtest