Skip to content

Instantly share code, notes, and snippets.

@puigru
Created January 2, 2024 17:25
Show Gist options
  • Save puigru/fbc77e5e442272bde7698102521a6a89 to your computer and use it in GitHub Desktop.
Save puigru/fbc77e5e442272bde7698102521a6a89 to your computer and use it in GitHub Desktop.
output of nm -u on lld binary of p2p-gui
root@e2cbcb69b8c9:~/p2p-gui# nm -u p2p-gui-linux
w _ITM_deregisterTMCloneTable
w _ITM_registerTMCloneTable
U __assert_fail
U __cxa_atexit
w __cxa_finalize
U __errno_location
w __gmon_start__
U __libc_start_main
w _d_dso_registry
U _exit
U _main
U _pthread_cleanup_push
U accept
U access
U acosl
U asinl
U atan2l
U atanl
U bind
U calloc
U cbrtl
U ceill
U chdir
U close
U closedir
U connect
U cosl
U deflate
U deflateEnd
U deflateInit2_
U deflateInit_
U dlclose
U dlerror
U dlopen
U dlsym
U ecvt
U exit
U exp2l
U expl
U expm1l
U fabsl
U fcntl
U floorl
U fork
U free
U freeaddrinfo
U freopen
U fstat
U fsync
U ftruncate
U getaddrinfo
U getcwd
U getenv
U gethostbyaddr
U gethostbyname
U gethostname
U getnameinfo
U getpeername
U getppid
U getpwnam
U getsockname
U getsockopt
U gettimeofday
U getuid
U gmtime_r
U inet_addr
U inet_ntop
U inflate
U inflateBackInit_
U inflateEnd
U inflateInit2_
U inflateInit_
U isatty
U ldexpl
U listen
U llrintl
U localtime_r
U log10l
U log1pl
U log2l
U logbl
U logl
U lrintl
U lseek
U malloc
U memcmp
U memcpy
U memmove
U memset
U mkdir
U mktime
U mmap
U modfl
U munmap
U nanosleep
U open
U opendir
U powl
U printf
U pthread_attr_init
U pthread_attr_setdetachstate
U pthread_attr_setstacksize
U pthread_cond_broadcast
U pthread_cond_destroy
U pthread_cond_init
U pthread_cond_signal
U pthread_cond_timedwait
U pthread_cond_wait
U pthread_create
U pthread_detach
U pthread_getschedparam
U pthread_getspecific
U pthread_join
U pthread_key_create
U pthread_kill
U pthread_mutex_destroy
U pthread_mutex_init
U pthread_mutex_lock
U pthread_mutex_trylock
U pthread_mutex_unlock
U pthread_mutexattr_destroy
U pthread_mutexattr_init
U pthread_mutexattr_settype
U pthread_self
U pthread_setschedparam
U pthread_setspecific
U putenv
U read
U readdir_r
U realloc
U recv
U recvfrom
U remove
U rename
U roundl
U scalbnl
U sched_get_priority_max
U sched_get_priority_min
U sched_yield
U select
U send
U sendto
U setenv
U setlocale
U setsid
U setsockopt
U shutdown
U sigaction
U sigdelset
U sigfillset
U signal
U sigsuspend
U sinl
U snprintf
U socket
U sqrt
U sqrtf
U sqrtl
U stat
U statvfs
U strcoll
U strerror
U strlen
U strncasecmp
U sysconf
U timegm
U tolower
U truncl
U tzset
U umask
U unlink
U unsetenv
U utime
U write
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment