Skip to content

Instantly share code, notes, and snippets.

@mheffner
Created August 18, 2009 17:55
Show Gist options
  • Save mheffner/169855 to your computer and use it in GitHub Desktop.
Save mheffner/169855 to your computer and use it in GitHub Desktop.
$ objdump -t /lib64/libpthread.so.0 | grep pthread_cond_wait
0000000000000000 l df *ABS* 0000000000000000 old_pthread_cond_wait.c
0000003cf900b240 l F .text 00000000000001f7 __pthread_cond_wait
0000003cf900b8f0 l F .text 0000000000000098 __pthread_cond_wait_2_0
0000003cf900b240 g F .text 00000000000001f7 pthread_cond_wait@@GLIBC_2.3.2
0000003cf900b8f0 g F .text 0000000000000098 pthread_cond_wait@GLIBC_2.2.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment