Changeset da54714 in mainline for uspace/lib/c/generic/rtld/symbol.c
- Timestamp:
- 2025-03-11T10:50:28Z (28 hours ago)
- Branches:
- master
- Parents:
- 0ae9e18
- git-author:
- Matěj Volf <git@…> (2025-03-11 10:50:28)
- git-committer:
- GitHub <noreply@…> (2025-03-11 10:50:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/symbol.c
r0ae9e18 rda54714 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 67 72 elf_symbol_t *sym_table; 68 73 elf_symbol_t *s, *sym;
Note:
See TracChangeset
for help on using the changeset viewer.