Changeset 09ab0a9a in mainline for uspace/lib/c/generic/rtld
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/lib/c/generic/rtld
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/rtld/module.c
rb2aaaa0 r09ab0a9a 204 204 str_cpy(name_buf + 5, NAME_BUF_SIZE - 5, name); 205 205 206 207 206 DPRINTF("filename:'%s'\n", name_buf); 208 207 -
uspace/lib/c/generic/rtld/symbol.c
rb2aaaa0 r09ab0a9a 182 182 return sym; /* Symbol found */ 183 183 } 184 185 184 186 185 /** Find the definition of a symbol.
Note:
See TracChangeset
for help on using the changeset viewer.