Changes in uspace/lib/c/generic/rtld/symbol.c [df2b4ce7:dd7df1c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/symbol.c
rdf2b4ce7 rdd7df1c 65 65 static elf_symbol_t *def_find_in_module(const char *name, module_t *m) 66 66 { 67 if (m->dyn.hash == NULL) {68 /* No hash table */69 return NULL;70 }71 72 67 elf_symbol_t *sym_table; 73 68 elf_symbol_t *s, *sym;
Note:
See TracChangeset
for help on using the changeset viewer.