shim-debug.map 368 B

1234567891011
  1. SHIM {
  2. global: *;
  3. local:
  4. shim_do_*; __shim_*; init_*;
  5. strlen; atoi; strcat; strncat; strncpy; strcpy;
  6. strchr; strcmp; strncmp; strrchr; __tolower; __toupper;
  7. memcpy; memmove; memset; memcmp;
  8. __htonl; __ntohl; __htons; __ntohs; inet_pton;
  9. vfputchar; vfputs; vfprintf; snprintf;
  10. malloc; free; remalloc;
  11. };