Guest User

Untitled

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. $ LD_DEBUG=symbols LD_LIBRARY_PATH=. ./prog
  2. ...
  3. foo
  4. 21169: symbol=xyz; lookup in file=./prog [0]
  5. 21169: symbol=xyz; lookup in file=./libfoo.so [0]
  6. foo-xyz
  7. 21169: symbol=bar; lookup in file=./prog [0]
  8. 21169: symbol=bar; lookup in file=./libfoo.so [0]
  9. 21169: symbol=bar; lookup in file=./libbar.so [0]
  10. 21169: symbol=puts; lookup in file=./prog [0]
  11. 21169: symbol=puts; lookup in file=./libfoo.so [0]
  12. 21169: symbol=puts; lookup in file=./libbar.so [0]
  13. 21169: symbol=puts; lookup in file=/lib/x86_64-linux-gnu/libc.so.6 [0]
  14. bar
  15. 21169: symbol=xyz; lookup in file=./prog [0]
  16. 21169: symbol=xyz; lookup in file=./libfoo.so [0]
  17. foo-xyz
  18. 21169:
  19. 21169: calling fini: ./prog [0]
  20. 21169:
  21. 21169:
  22. 21169: calling fini: ./libfoo.so [0]
  23. 21169:
  24. 21169:
  25. 21169: calling fini: ./libbar.so [0]
  26. 21169:
Add Comment
Please, Sign In to add comment