Advertisement
Guest User

Untitled

a guest
Jul 19th, 2011
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.51 KB | None | 0 0
  1. ELF Header:
  2. Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
  3. Class: ELF64
  4. Data: 2's complement, little endian
  5. Version: 1 (current)
  6. OS/ABI: UNIX - System V
  7. ABI Version: 0
  8. Type: EXEC (Executable file)
  9. Machine: Advanced Micro Devices X86-64
  10. Version: 0x1
  11. Entry point address: 0x402eb0
  12. Start of program headers: 64 (bytes into file)
  13. Start of section headers: 38072 (bytes into file)
  14. Flags: 0x0
  15. Size of this header: 64 (bytes)
  16. Size of program headers: 56 (bytes)
  17. Number of program headers: 8
  18. Size of section headers: 64 (bytes)
  19. Number of section headers: 29
  20. Section header string table index: 26
  21.  
  22. Section Headers:
  23. [Nr] Name Type Address Offset
  24. Size EntSize Flags Link Info Align
  25. [ 0] NULL 0000000000000000 00000000
  26. 0000000000000000 0000000000000000 0 0 0
  27. [ 1] .interp PROGBITS 0000000000400200 00000200
  28. 000000000000001c 0000000000000000 A 0 0 1
  29. [ 2] .note.ABI-tag NOTE 000000000040021c 0000021c
  30. 0000000000000020 0000000000000000 A 0 0 4
  31. [ 3] .hash HASH 0000000000400240 00000240
  32. 0000000000000440 0000000000000004 A 4 0 8
  33. [ 4] .dynsym DYNSYM 0000000000400680 00000680
  34. 0000000000000d08 0000000000000018 A 5 1 8
  35. [ 5] .dynstr STRTAB 0000000000401388 00001388
  36. 00000000000006f3 0000000000000000 A 0 0 1
  37. [ 6] .gnu.version VERSYM 0000000000401a7c 00001a7c
  38. 0000000000000116 0000000000000002 A 4 0 2
  39. [ 7] .gnu.version_r VERNEED 0000000000401b98 00001b98
  40. 0000000000000070 0000000000000000 A 5 3 8
  41. [ 8] .rela.dyn RELA 0000000000401c08 00001c08
  42. 00000000000003f0 0000000000000018 A 4 0 8
  43. [ 9] .rela.plt RELA 0000000000401ff8 00001ff8
  44. 00000000000008b8 0000000000000018 A 4 11 8
  45. [10] .init PROGBITS 00000000004028b0 000028b0
  46. 0000000000000018 0000000000000000 AX 0 0 4
  47. [11] .plt PROGBITS 00000000004028c8 000028c8
  48. 00000000000005e0 0000000000000010 AX 0 0 4
  49. [12] .text PROGBITS 0000000000402eb0 00002eb0
  50. 0000000000003a78 0000000000000000 AX 0 0 16
  51. [13] .fini PROGBITS 0000000000406928 00006928
  52. 000000000000000e 0000000000000000 AX 0 0 4
  53. [14] .rodata PROGBITS 0000000000406938 00006938
  54. 0000000000000b5b 0000000000000000 A 0 0 8
  55. [15] .eh_frame_hdr PROGBITS 0000000000407494 00007494
  56. 00000000000003d4 0000000000000000 A 0 0 4
  57. [16] .eh_frame PROGBITS 0000000000407868 00007868
  58. 0000000000000d8c 0000000000000000 A 0 0 8
  59. [17] .ctors PROGBITS 00000000005085f8 000085f8
  60. 0000000000000010 0000000000000000 WA 0 0 8
  61. [18] .dtors PROGBITS 0000000000508608 00008608
  62. 0000000000000010 0000000000000000 WA 0 0 8
  63. [19] .jcr PROGBITS 0000000000508618 00008618
  64. 0000000000000008 0000000000000000 WA 0 0 8
  65. [20] .dynamic DYNAMIC 0000000000508620 00008620
  66. 00000000000001b0 0000000000000010 WA 5 0 8
  67. [21] .got PROGBITS 00000000005087d0 000087d0
  68. 0000000000000150 0000000000000008 WA 0 0 8
  69. [22] .got.plt PROGBITS 0000000000508920 00008920
  70. 0000000000000300 0000000000000008 WA 0 0 8
  71. [23] .data PROGBITS 0000000000508c20 00008c20
  72. 0000000000000590 0000000000000000 WA 0 0 32
  73. [24] .bss NOBITS 00000000005091c0 000091b0
  74. 0000000000000d10 0000000000000000 WA 0 0 32
  75. [25] .comment PROGBITS 0000000000000000 000091b0
  76. 000000000000021b 0000000000000000 0 0 1
  77. [26] .shstrtab STRTAB 0000000000000000 000093cb
  78. 00000000000000e7 0000000000000000 0 0 1
  79. [27] .symtab SYMTAB 0000000000000000 00009bf8
  80. 0000000000002070 0000000000000018 28 67 8
  81. [28] .strtab STRTAB 0000000000000000 0000bc68
  82. 000000000000183c 0000000000000000 0 0 1
  83. Key to Flags:
  84. W (write), A (alloc), X (execute), M (merge), S (strings), l (large)
  85. I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)
  86. O (extra OS processing required) o (OS specific), p (processor specific)
  87.  
  88. There are no section groups in this file.
  89.  
  90. Program Headers:
  91. Type Offset VirtAddr PhysAddr
  92. FileSiz MemSiz Flags Align
  93. PHDR 0x0000000000000040 0x0000000000400040 0x0000000000400040
  94. 0x00000000000001c0 0x00000000000001c0 R E 8
  95. INTERP 0x0000000000000200 0x0000000000400200 0x0000000000400200
  96. 0x000000000000001c 0x000000000000001c R 1
  97. [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]
  98. LOAD 0x0000000000000000 0x0000000000400000 0x0000000000400000
  99. 0x00000000000085f4 0x00000000000085f4 R E 100000
  100. LOAD 0x00000000000085f8 0x00000000005085f8 0x00000000005085f8
  101. 0x0000000000000bb8 0x00000000000018d8 RW 100000
  102. DYNAMIC 0x0000000000008620 0x0000000000508620 0x0000000000508620
  103. 0x00000000000001b0 0x00000000000001b0 RW 8
  104. NOTE 0x000000000000021c 0x000000000040021c 0x000000000040021c
  105. 0x0000000000000020 0x0000000000000020 R 4
  106. GNU_EH_FRAME 0x0000000000007494 0x0000000000407494 0x0000000000407494
  107. 0x00000000000003d4 0x00000000000003d4 R 4
  108. GNU_STACK 0x0000000000000000 0x0000000000000000 0x0000000000000000
  109. 0x0000000000000000 0x0000000000000000 RW 8
  110.  
  111. Section to Segment mapping:
  112. Segment Sections...
  113. 00
  114. 01 .interp
  115. 02 .interp .note.ABI-tag .hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt .text .fini .rodata .eh_frame_hdr .eh_frame
  116. 03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss
  117. 04 .dynamic
  118. 05 .note.ABI-tag
  119. 06 .eh_frame_hdr
  120. 07
  121.  
  122. Dynamic section at offset 0x8620 contains 22 entries:
  123. Tag Type Name/Value
  124. 0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
  125. 0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
  126. 0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
  127. 0x000000000000000c (INIT) 0x4028b0
  128. 0x000000000000000d (FINI) 0x406928
  129. 0x0000000000000004 (HASH) 0x400240
  130. 0x0000000000000005 (STRTAB) 0x401388
  131. 0x0000000000000006 (SYMTAB) 0x400680
  132. 0x000000000000000a (STRSZ) 1779 (bytes)
  133. 0x000000000000000b (SYMENT) 24 (bytes)
  134. 0x0000000000000015 (DEBUG) 0x0
  135. 0x0000000000000003 (PLTGOT) 0x508920
  136. 0x0000000000000002 (PLTRELSZ) 2232 (bytes)
  137. 0x0000000000000014 (PLTREL) RELA
  138. 0x0000000000000017 (JMPREL) 0x401ff8
  139. 0x0000000000000007 (RELA) 0x401c08
  140. 0x0000000000000008 (RELASZ) 1008 (bytes)
  141. 0x0000000000000009 (RELAENT) 24 (bytes)
  142. 0x000000006ffffffe (VERNEED) 0x401b98
  143. 0x000000006fffffff (VERNEEDNUM) 3
  144. 0x000000006ffffff0 (VERSYM) 0x401a7c
  145. 0x0000000000000000 (NULL) 0x0
  146.  
  147. Relocation section '.rela.dyn' at offset 0x1c08 contains 42 entries:
  148. Offset Info Type Sym. Value Sym. Name + Addend
  149. 0000005087d0 000400000006 R_X86_64_GLOB_DAT 0000000000509a00 Global_Cond + 0
  150. 0000005087d8 000600000006 R_X86_64_GLOB_DAT 0000000000509388 have_image_option + 0
  151. 0000005087e0 000800000006 R_X86_64_GLOB_DAT 0000000000508c60 named_data + 0
  152. 0000005087e8 000a00000006 R_X86_64_GLOB_DAT 0000000000509218 lisp_pthread_debug + 0
  153. 0000005087f0 000b00000006 R_X86_64_GLOB_DAT 0000000000509268 dead_values_arrays_cha + 0
  154. 0000005087f8 000d00000006 R_X86_64_GLOB_DAT 0000000000509280 given_heap_address + 0
  155. 000000508800 000f00000006 R_X86_64_GLOB_DAT 0000000000509368 in_shared_object + 0
  156. 000000508808 001100000006 R_X86_64_GLOB_DAT 0000000000402fd0 signal_cont + 0
  157. 000000508810 001600000006 R_X86_64_GLOB_DAT 0000000000509a40 main_exception_copy + 0
  158. 000000508818 001700000006 R_X86_64_GLOB_DAT 0000000000509d60 Global_Cond_Mutex + 0
  159. 000000508820 001e00000006 R_X86_64_GLOB_DAT 0000000000509000 io_functions + 0
  160. 000000508828 002000000006 R_X86_64_GLOB_DAT 00000000005093e0 heap_fringe + 0
  161. 000000508830 002100000006 R_X86_64_GLOB_DAT 00000000005091d8 image + 0
  162. 000000508838 002900000006 R_X86_64_GLOB_DAT 0000000000000000 stderr + 0
  163. 000000508840 002e00000006 R_X86_64_GLOB_DAT 0000000000509da0 Cond_Wait_Lock + 0
  164. 000000508848 003200000006 R_X86_64_GLOB_DAT 000000000050921c Values_Array_Key_init_ + 0
  165. 000000508850 003a00000006 R_X86_64_GLOB_DAT 0000000000509400 run_file_name + 0
  166. 000000508858 003d00000006 R_X86_64_GLOB_DAT 00000000005091c8 replace_sa_wrapper_ver + 0
  167. 000000508860 003f00000006 R_X86_64_GLOB_DAT 0000000000404fc0 IO_ThreadInitialFuncti + 0
  168. 000000508868 004000000006 R_X86_64_GLOB_DAT 0000000000509278 given_reserve_size + 0
  169. 000000508870 004100000006 R_X86_64_GLOB_DAT 0000000000509270 next_address_for_reser + 0
  170. 000000508878 004200000006 R_X86_64_GLOB_DAT 0000000000509dc8 IO_Lisp_ThreadInitialF + 0
  171. 000000508880 004300000006 R_X86_64_GLOB_DAT 0000000000509dd0 IO_LispLockOwner + 0
  172. 000000508888 004800000006 R_X86_64_GLOB_DAT 0000000000509de0 Values_Array_Key + 0
  173. 000000508890 004c00000006 R_X86_64_GLOB_DAT 0000000000509260 registering_dead_value + 0
  174. 000000508898 005300000006 R_X86_64_GLOB_DAT 0000000000509288 e_argc + 0
  175. 0000005088a0 005400000006 R_X86_64_GLOB_DAT 0000000000509e00 main_values_array + 0
  176. 0000005088a8 005700000006 R_X86_64_GLOB_DAT 0000000000508c40 current_allocation + 0
  177. 0000005088b0 005b00000006 R_X86_64_GLOB_DAT 00000000005091d0 image_fringe + 0
  178. 0000005088b8 005d00000006 R_X86_64_GLOB_DAT 0000000000509e60 dead_values_arrays_mut + 0
  179. 0000005088c0 005f00000006 R_X86_64_GLOB_DAT 0000000000509ea0 IO_Lisp_CriticalSectio + 0
  180. 0000005088c8 006200000006 R_X86_64_GLOB_DAT 0000000000406510 flag_values_array_dead + 0
  181. 0000005088d0 006700000006 R_X86_64_GLOB_DAT 0000000000509ec8 IO_LispCurrentThread + 0
  182. 0000005088d8 006c00000006 R_X86_64_GLOB_DAT 00000000004052e0 signaler_func_by_signa + 0
  183. 0000005088e0 006d00000006 R_X86_64_GLOB_DAT 0000000000509290 e_argv + 0
  184. 0000005088e8 007800000006 R_X86_64_GLOB_DAT 00000000004052f0 LoopingSignaler + 0
  185. 0000005088f0 007c00000006 R_X86_64_GLOB_DAT 0000000000000000 stdout + 0
  186. 0000005088f8 008000000006 R_X86_64_GLOB_DAT 0000000000509160 SIGVTALRM_signaler + 0
  187. 000000508900 008300000006 R_X86_64_GLOB_DAT 0000000000509100 SIGPROFILE_signaler + 0
  188. 000000508908 008500000006 R_X86_64_GLOB_DAT 0000000000000000 environ + 0
  189. 000000508910 008900000006 R_X86_64_GLOB_DAT 0000000000000000 __gmon_start__ + 0
  190. 000000508918 008a00000006 R_X86_64_GLOB_DAT 00000000005091e0 lisp_nil + 0
  191.  
  192. Relocation section '.rela.plt' at offset 0x1ff8 contains 93 entries:
  193. Offset Info Type Sym. Value Sym. Name + Addend
  194. 000000508938 000100000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_key_create + 0
  195. 000000508940 000200000007 R_X86_64_JUMP_SLO 00000000004028e8 pthread_self + 0
  196. 000000508948 000300000007 R_X86_64_JUMP_SLO 00000000004028f8 pthread_cond_wait + 0
  197. 000000508950 000500000007 R_X86_64_JUMP_SLO 0000000000000000 __libc_start_main + 0
  198. 000000508958 000700000007 R_X86_64_JUMP_SLO 0000000000000000 getrusage + 0
  199. 000000508960 000900000007 R_X86_64_JUMP_SLO 0000000000402928 read + 0
  200. 000000508968 000c00000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_mutex_destroy + 0
  201. 000000508970 000e00000007 R_X86_64_JUMP_SLO 0000000000000000 sem_getvalue + 0
  202. 000000508978 001000000007 R_X86_64_JUMP_SLO 0000000000000000 __xstat + 0
  203. 000000508980 001200000007 R_X86_64_JUMP_SLO 0000000000000000 setbuf + 0
  204. 000000508988 001300000007 R_X86_64_JUMP_SLO 0000000000402978 write + 0
  205. 000000508990 001400000007 R_X86_64_JUMP_SLO 0000000000000000 sigemptyset + 0
  206. 000000508998 001500000007 R_X86_64_JUMP_SLO 0000000000000000 syscall + 0
  207. 0000005089a0 001800000007 R_X86_64_JUMP_SLO 0000000000000000 _IO_putc + 0
  208. 0000005089a8 001900000007 R_X86_64_JUMP_SLO 0000000000000000 pipe + 0
  209. 0000005089b0 001a00000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_detach + 0
  210. 0000005089b8 001b00000007 R_X86_64_JUMP_SLO 0000000000000000 getenv + 0
  211. 0000005089c0 001c00000007 R_X86_64_JUMP_SLO 0000000000000000 malloc + 0
  212. 0000005089c8 001d00000007 R_X86_64_JUMP_SLO 0000000000000000 strncmp + 0
  213. 0000005089d0 001f00000007 R_X86_64_JUMP_SLO 0000000000000000 getpagesize + 0
  214. 0000005089d8 002200000007 R_X86_64_JUMP_SLO 0000000000000000 sigaction + 0
  215. 0000005089e0 002300000007 R_X86_64_JUMP_SLO 0000000000402a28 sem_post + 0
  216. 0000005089e8 002400000007 R_X86_64_JUMP_SLO 0000000000000000 strncpy + 0
  217. 0000005089f0 002500000007 R_X86_64_JUMP_SLO 0000000000000000 getpwent + 0
  218. 0000005089f8 002600000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_setspecific + 0
  219. 000000508a00 002700000007 R_X86_64_JUMP_SLO 0000000000000000 nanosleep + 0
  220. 000000508a08 002800000007 R_X86_64_JUMP_SLO 0000000000000000 fwrite + 0
  221. 000000508a10 002a00000007 R_X86_64_JUMP_SLO 0000000000402a88 sched_yield + 0
  222. 000000508a18 002b00000007 R_X86_64_JUMP_SLO 0000000000402a98 dlopen + 0
  223. 000000508a20 002c00000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_create + 0
  224. 000000508a28 002d00000007 R_X86_64_JUMP_SLO 0000000000402ab8 pthread_mutex_lock + 0
  225. 000000508a30 003000000007 R_X86_64_JUMP_SLO 0000000000000000 unlockpt + 0
  226. 000000508a38 003100000007 R_X86_64_JUMP_SLO 0000000000000000 fcntl + 0
  227. 000000508a40 003300000007 R_X86_64_JUMP_SLO 0000000000000000 strlen + 0
  228. 000000508a48 003400000007 R_X86_64_JUMP_SLO 0000000000000000 sem_trywait + 0
  229. 000000508a50 003500000007 R_X86_64_JUMP_SLO 0000000000000000 select + 0
  230. 000000508a58 003700000007 R_X86_64_JUMP_SLO 0000000000000000 fread + 0
  231. 000000508a60 003800000007 R_X86_64_JUMP_SLO 0000000000000000 strcpy + 0
  232. 000000508a68 003900000007 R_X86_64_JUMP_SLO 0000000000000000 fprintf + 0
  233. 000000508a70 003b00000007 R_X86_64_JUMP_SLO 0000000000000000 perror + 0
  234. 000000508a78 003c00000007 R_X86_64_JUMP_SLO 0000000000000000 memcpy + 0
  235. 000000508a80 003e00000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_attr_setstacks + 0
  236. 000000508a88 004400000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_attr_init + 0
  237. 000000508a90 004500000007 R_X86_64_JUMP_SLO 0000000000402b88 sem_wait + 0
  238. 000000508a98 004600000007 R_X86_64_JUMP_SLO 0000000000000000 sscanf + 0
  239. 000000508aa0 004700000007 R_X86_64_JUMP_SLO 0000000000000000 rindex + 0
  240. 000000508aa8 004900000007 R_X86_64_JUMP_SLO 0000000000402bb8 pthread_cond_signal + 0
  241. 000000508ab0 004a00000007 R_X86_64_JUMP_SLO 0000000000402bc8 printf + 0
  242. 000000508ab8 004b00000007 R_X86_64_JUMP_SLO 0000000000402bd8 open + 0
  243. 000000508ac0 004d00000007 R_X86_64_JUMP_SLO 0000000000402be8 lseek + 0
  244. 000000508ac8 004e00000007 R_X86_64_JUMP_SLO 0000000000000000 sem_init + 0
  245. 000000508ad0 004f00000007 R_X86_64_JUMP_SLO 0000000000000000 munmap + 0
  246. 000000508ad8 005000000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_key_delete + 0
  247. 000000508ae0 005100000007 R_X86_64_JUMP_SLO 0000000000402c28 dlclose + 0
  248. 000000508ae8 005200000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_cond_init + 0
  249. 000000508af0 005500000007 R_X86_64_JUMP_SLO 0000000000000000 __strtol_internal + 0
  250. 000000508af8 005600000007 R_X86_64_JUMP_SLO 0000000000000000 memset + 0
  251. 000000508b00 005800000007 R_X86_64_JUMP_SLO 0000000000000000 endpwent + 0
  252. 000000508b08 005900000007 R_X86_64_JUMP_SLO 0000000000000000 strerror + 0
  253. 000000508b10 005a00000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_mutex_init + 0
  254. 000000508b18 005c00000007 R_X86_64_JUMP_SLO 0000000000402c98 exit + 0
  255. 000000508b20 005e00000007 R_X86_64_JUMP_SLO 0000000000000000 getpwuid + 0
  256. 000000508b28 006000000007 R_X86_64_JUMP_SLO 0000000000402cb8 dlerror + 0
  257. 000000508b30 006100000007 R_X86_64_JUMP_SLO 0000000000402cc8 dlsym + 0
  258. 000000508b38 006300000007 R_X86_64_JUMP_SLO 0000000000000000 sem_timedwait + 0
  259. 000000508b40 006400000007 R_X86_64_JUMP_SLO 0000000000000000 getcwd + 0
  260. 000000508b48 006500000007 R_X86_64_JUMP_SLO 0000000000000000 access + 0
  261. 000000508b50 006600000007 R_X86_64_JUMP_SLO 0000000000000000 sprintf + 0
  262. 000000508b58 006800000007 R_X86_64_JUMP_SLO 0000000000000000 __fxstat + 0
  263. 000000508b60 006900000007 R_X86_64_JUMP_SLO 0000000000000000 grantpt + 0
  264. 000000508b68 006a00000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_exit + 0
  265. 000000508b70 006b00000007 R_X86_64_JUMP_SLO 0000000000000000 ioctl + 0
  266. 000000508b78 006e00000007 R_X86_64_JUMP_SLO 0000000000402d58 close + 0
  267. 000000508b80 006f00000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_join + 0
  268. 000000508b88 007000000007 R_X86_64_JUMP_SLO 0000000000000000 __errno_location + 0
  269. 000000508b90 007100000007 R_X86_64_JUMP_SLO 0000000000402d88 pthread_kill + 0
  270. 000000508b98 007200000007 R_X86_64_JUMP_SLO 0000000000402d98 pthread_mutex_unlock + 0
  271. 000000508ba0 007300000007 R_X86_64_JUMP_SLO 0000000000000000 __lxstat + 0
  272. 000000508ba8 007400000007 R_X86_64_JUMP_SLO 0000000000000000 puts + 0
  273. 000000508bb0 007500000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_getspecific + 0
  274. 000000508bb8 007600000007 R_X86_64_JUMP_SLO 0000000000000000 usleep + 0
  275. 000000508bc0 007700000007 R_X86_64_JUMP_SLO 0000000000000000 free + 0
  276. 000000508bc8 007900000007 R_X86_64_JUMP_SLO 0000000000000000 gettimeofday + 0
  277. 000000508bd0 007a00000007 R_X86_64_JUMP_SLO 0000000000000000 sysconf + 0
  278. 000000508bd8 007b00000007 R_X86_64_JUMP_SLO 0000000000000000 strstr + 0
  279. 000000508be0 007d00000007 R_X86_64_JUMP_SLO 0000000000000000 getuid + 0
  280. 000000508be8 007f00000007 R_X86_64_JUMP_SLO 0000000000000000 ptsname + 0
  281. 000000508bf0 008100000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_attr_destroy + 0
  282. 000000508bf8 008200000007 R_X86_64_JUMP_SLO 0000000000000000 sem_destroy + 0
  283. 000000508c00 008400000007 R_X86_64_JUMP_SLO 0000000000000000 strcat + 0
  284. 000000508c08 008600000007 R_X86_64_JUMP_SLO 0000000000000000 mmap + 0
  285. 000000508c10 008700000007 R_X86_64_JUMP_SLO 0000000000000000 system + 0
  286. 000000508c18 008800000007 R_X86_64_JUMP_SLO 0000000000000000 pthread_attr_getstacks + 0
  287.  
  288. There are no unwind sections in this file.
  289.  
  290. Symbol table '.dynsym' contains 139 entries:
  291. Num: Value Size Type Bind Vis Ndx Name
  292. 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
  293. 1: 0000000000000000 114 FUNC GLOBAL DEFAULT UND pthread_key_create@GLIBC_2.2.5 (2)
  294. 2: 00000000004028e8 10 FUNC GLOBAL DEFAULT UND pthread_self@GLIBC_2.2.5 (2)
  295. 3: 00000000004028f8 554 FUNC GLOBAL DEFAULT UND pthread_cond_wait@GLIBC_2.3.2 (3)
  296. 4: 0000000000509a00 48 OBJECT GLOBAL DEFAULT 24 Global_Cond
  297. 5: 0000000000000000 243 FUNC GLOBAL DEFAULT UND __libc_start_main@GLIBC_2.2.5 (4)
  298. 6: 0000000000509388 4 OBJECT GLOBAL DEFAULT 24 have_image_option
  299. 7: 0000000000000000 39 FUNC GLOBAL DEFAULT UND getrusage@GLIBC_2.2.5 (4)
  300. 8: 0000000000508c60 912 OBJECT GLOBAL DEFAULT 23 named_data
  301. 9: 0000000000402928 132 FUNC GLOBAL DEFAULT UND read@GLIBC_2.2.5 (2)
  302. 10: 0000000000509218 4 OBJECT GLOBAL DEFAULT 24 lisp_pthread_debug
  303. 11: 0000000000509268 8 OBJECT GLOBAL DEFAULT 24 dead_values_arrays_chain
  304. 12: 0000000000000000 69 FUNC GLOBAL DEFAULT UND pthread_mutex_destroy@GLIBC_2.2.5 (2)
  305. 13: 0000000000509280 8 OBJECT GLOBAL DEFAULT 24 given_heap_address
  306. 14: 0000000000000000 8 FUNC GLOBAL DEFAULT UND sem_getvalue@GLIBC_2.2.5 (2)
  307. 15: 0000000000509368 4 OBJECT GLOBAL DEFAULT 24 in_shared_object
  308. 16: 0000000000000000 77 FUNC GLOBAL DEFAULT UND __xstat@GLIBC_2.2.5 (4)
  309. 17: 0000000000402fd0 154 FUNC GLOBAL DEFAULT 12 signal_cont
  310. 18: 0000000000000000 10 FUNC GLOBAL DEFAULT UND setbuf@GLIBC_2.2.5 (4)
  311. 19: 0000000000402978 132 FUNC GLOBAL DEFAULT UND write@GLIBC_2.2.5 (2)
  312. 20: 0000000000000000 49 FUNC GLOBAL DEFAULT UND sigemptyset@GLIBC_2.2.5 (4)
  313. 21: 0000000000000000 55 FUNC GLOBAL DEFAULT UND syscall@GLIBC_2.2.5 (4)
  314. 22: 0000000000509a40 776 OBJECT GLOBAL DEFAULT 24 main_exception_copy
  315. 23: 0000000000509d60 40 OBJECT GLOBAL DEFAULT 24 Global_Cond_Mutex
  316. 24: 0000000000000000 202 FUNC GLOBAL DEFAULT UND _IO_putc@GLIBC_2.2.5 (4)
  317. 25: 0000000000000000 39 FUNC GLOBAL DEFAULT UND pipe@GLIBC_2.2.5 (4)
  318. 26: 0000000000000000 325 FUNC GLOBAL DEFAULT UND pthread_detach@GLIBC_2.2.5 (2)
  319. 27: 0000000000000000 221 FUNC GLOBAL DEFAULT UND getenv@GLIBC_2.2.5 (4)
  320. 28: 0000000000000000 516 FUNC GLOBAL DEFAULT UND malloc@GLIBC_2.2.5 (4)
  321. 29: 0000000000000000 231 FUNC GLOBAL DEFAULT UND strncmp@GLIBC_2.2.5 (4)
  322. 30: 0000000000509000 248 OBJECT GLOBAL DEFAULT 23 io_functions
  323. 31: 0000000000000000 23 FUNC GLOBAL DEFAULT UND getpagesize@GLIBC_2.2.5 (4)
  324. 32: 00000000005093e0 8 OBJECT GLOBAL DEFAULT 24 heap_fringe
  325. 33: 00000000005091d8 8 OBJECT GLOBAL DEFAULT 24 image
  326. 34: 0000000000000000 425 FUNC GLOBAL DEFAULT UND sigaction@GLIBC_2.2.5 (2)
  327. 35: 0000000000402a28 298 FUNC GLOBAL DEFAULT UND sem_post@GLIBC_2.2.5 (2)
  328. 36: 0000000000000000 152 FUNC GLOBAL DEFAULT UND strncpy@GLIBC_2.2.5 (4)
  329. 37: 0000000000000000 146 FUNC GLOBAL DEFAULT UND getpwent@GLIBC_2.2.5 (4)
  330. 38: 0000000000000000 202 FUNC GLOBAL DEFAULT UND pthread_setspecific@GLIBC_2.2.5 (2)
  331. 39: 0000000000000000 122 FUNC GLOBAL DEFAULT UND nanosleep@GLIBC_2.2.5 (2)
  332. 40: 0000000000000000 313 FUNC GLOBAL DEFAULT UND fwrite@GLIBC_2.2.5 (4)
  333. 41: 0000000000000000 8 OBJECT GLOBAL DEFAULT UND stderr@GLIBC_2.2.5 (4)
  334. 42: 0000000000402a88 39 FUNC GLOBAL DEFAULT UND sched_yield@GLIBC_2.2.5 (4)
  335. 43: 0000000000402a98 76 FUNC GLOBAL DEFAULT UND dlopen@GLIBC_2.2.5 (5)
  336. 44: 0000000000000000 244 FUNC GLOBAL DEFAULT UND pthread_create@GLIBC_2.2.5 (2)
  337. 45: 0000000000402ab8 205 FUNC GLOBAL DEFAULT UND pthread_mutex_lock@GLIBC_2.2.5 (2)
  338. 46: 0000000000509da0 40 OBJECT GLOBAL DEFAULT 24 Cond_Wait_Lock
  339. 47: 0000000000000000 8 OBJECT WEAK DEFAULT UND _environ@GLIBC_2.2.5 (4)
  340. 48: 0000000000000000 104 FUNC GLOBAL DEFAULT UND unlockpt@GLIBC_2.2.5 (4)
  341. 49: 0000000000000000 316 FUNC GLOBAL DEFAULT UND fcntl@GLIBC_2.2.5 (2)
  342. 50: 000000000050921c 4 OBJECT GLOBAL DEFAULT 24 Values_Array_Key_init_p
  343. 51: 0000000000000000 233 FUNC GLOBAL DEFAULT UND strlen@GLIBC_2.2.5 (4)
  344. 52: 0000000000000000 104 FUNC GLOBAL DEFAULT UND sem_trywait@GLIBC_2.2.5 (2)
  345. 53: 0000000000000000 155 FUNC GLOBAL DEFAULT UND select@GLIBC_2.2.5 (4)
  346. 54: 0000000000000000 8 OBJECT GLOBAL DEFAULT UND __environ@GLIBC_2.2.5 (4)
  347. 55: 0000000000000000 293 FUNC GLOBAL DEFAULT UND fread@GLIBC_2.2.5 (4)
  348. 56: 0000000000000000 220 FUNC GLOBAL DEFAULT UND strcpy@GLIBC_2.2.5 (4)
  349. 57: 0000000000000000 142 FUNC GLOBAL DEFAULT UND fprintf@GLIBC_2.2.5 (4)
  350. 58: 0000000000509400 1000 OBJECT GLOBAL DEFAULT 24 run_file_name
  351. 59: 0000000000000000 457 FUNC GLOBAL DEFAULT UND perror@GLIBC_2.2.5 (4)
  352. 60: 0000000000000000 102 FUNC GLOBAL DEFAULT UND memcpy@GLIBC_2.2.5 (4)
  353. 61: 00000000005091c8 4 OBJECT GLOBAL DEFAULT 24 replace_sa_wrapper_verbos
  354. 62: 0000000000000000 97 FUNC GLOBAL DEFAULT UND pthread_attr_setstacksize@GLIBC_2.2.5 (2)
  355. 63: 0000000000404fc0 50 FUNC GLOBAL DEFAULT 12 IO_ThreadInitialFunction
  356. 64: 0000000000509278 8 OBJECT GLOBAL DEFAULT 24 given_reserve_size
  357. 65: 0000000000509270 8 OBJECT GLOBAL DEFAULT 24 next_address_for_reservat
  358. 66: 0000000000509dc8 8 OBJECT GLOBAL DEFAULT 24 IO_Lisp_ThreadInitialFunc
  359. 67: 0000000000509dd0 8 OBJECT GLOBAL DEFAULT 24 IO_LispLockOwner
  360. 68: 0000000000000000 80 FUNC GLOBAL DEFAULT UND pthread_attr_init@GLIBC_2.2.5 (2)
  361. 69: 0000000000402b88 467 FUNC GLOBAL DEFAULT UND sem_wait@GLIBC_2.2.5 (2)
  362. 70: 0000000000000000 142 FUNC GLOBAL DEFAULT UND sscanf@GLIBC_2.2.5 (4)
  363. 71: 0000000000000000 61 FUNC GLOBAL DEFAULT UND rindex@GLIBC_2.2.5 (4)
  364. 72: 0000000000509de0 4 OBJECT GLOBAL DEFAULT 24 Values_Array_Key
  365. 73: 0000000000402bb8 100 FUNC GLOBAL DEFAULT UND pthread_cond_signal@GLIBC_2.3.2 (3)
  366. 74: 0000000000402bc8 160 FUNC GLOBAL DEFAULT UND printf@GLIBC_2.2.5 (4)
  367. 75: 0000000000402bd8 132 FUNC GLOBAL DEFAULT UND open@GLIBC_2.2.5 (2)
  368. 76: 0000000000509260 4 OBJECT GLOBAL DEFAULT 24 registering_dead_values_a
  369. 77: 0000000000402be8 132 FUNC GLOBAL DEFAULT UND lseek@GLIBC_2.2.5 (2)
  370. 78: 0000000000000000 83 FUNC GLOBAL DEFAULT UND sem_init@GLIBC_2.2.5 (2)
  371. 79: 0000000000000000 39 FUNC GLOBAL DEFAULT UND munmap@GLIBC_2.2.5 (4)
  372. 80: 0000000000000000 317 FUNC GLOBAL DEFAULT UND pthread_key_delete@GLIBC_2.2.5 (2)
  373. 81: 0000000000402c28 54 FUNC GLOBAL DEFAULT UND dlclose@GLIBC_2.2.5 (5)
  374. 82: 0000000000000000 25 FUNC GLOBAL DEFAULT UND pthread_cond_init@GLIBC_2.3.2 (3)
  375. 83: 0000000000509288 4 OBJECT GLOBAL DEFAULT 24 e_argc
  376. 84: 0000000000509e00 96 OBJECT GLOBAL DEFAULT 24 main_values_array
  377. 85: 0000000000000000 107 FUNC GLOBAL DEFAULT UND __strtol_internal@GLIBC_2.2.5 (4)
  378. 86: 0000000000000000 242 FUNC GLOBAL DEFAULT UND memset@GLIBC_2.2.5 (4)
  379. 87: 0000000000508c40 8 OBJECT GLOBAL DEFAULT 23 current_allocation
  380. 88: 0000000000000000 146 FUNC GLOBAL DEFAULT UND endpwent@GLIBC_2.2.5 (4)
  381. 89: 0000000000000000 178 FUNC GLOBAL DEFAULT UND strerror@GLIBC_2.2.5 (4)
  382. 90: 0000000000000000 45 FUNC GLOBAL DEFAULT UND pthread_mutex_init@GLIBC_2.2.5 (2)
  383. 91: 00000000005091d0 8 OBJECT GLOBAL DEFAULT 24 image_fringe
  384. 92: 0000000000402c98 197 FUNC GLOBAL DEFAULT UND exit@GLIBC_2.2.5 (4)
  385. 93: 0000000000509e60 40 OBJECT GLOBAL DEFAULT 24 dead_values_arrays_mutex
  386. 94: 0000000000000000 243 FUNC GLOBAL DEFAULT UND getpwuid@GLIBC_2.2.5 (4)
  387. 95: 0000000000509ea0 40 OBJECT GLOBAL DEFAULT 24 IO_Lisp_CriticalSection
  388. 96: 0000000000402cb8 522 FUNC GLOBAL DEFAULT UND dlerror@GLIBC_2.2.5 (5)
  389. 97: 0000000000402cc8 138 FUNC GLOBAL DEFAULT UND dlsym@GLIBC_2.2.5 (5)
  390. 98: 0000000000406510 157 FUNC GLOBAL DEFAULT 12 flag_values_array_dead_th
  391. 99: 0000000000000000 695 FUNC GLOBAL DEFAULT UND sem_timedwait@GLIBC_2.2.5 (2)
  392. 100: 0000000000000000 274 FUNC GLOBAL DEFAULT UND getcwd@GLIBC_2.2.5 (4)
  393. 101: 0000000000000000 39 FUNC GLOBAL DEFAULT UND access@GLIBC_2.2.5 (4)
  394. 102: 0000000000000000 142 FUNC GLOBAL DEFAULT UND sprintf@GLIBC_2.2.5 (4)
  395. 103: 0000000000509ec8 8 OBJECT GLOBAL DEFAULT 24 IO_LispCurrentThread
  396. 104: 0000000000000000 74 FUNC GLOBAL DEFAULT UND __fxstat@GLIBC_2.2.5 (4)
  397. 105: 0000000000000000 241 FUNC GLOBAL DEFAULT UND grantpt@GLIBC_2.2.5 (4)
  398. 106: 0000000000000000 12 FUNC GLOBAL DEFAULT UND pthread_exit@GLIBC_2.2.5 (2)
  399. 107: 0000000000000000 39 FUNC GLOBAL DEFAULT UND ioctl@GLIBC_2.2.5 (4)
  400. 108: 00000000004052e0 7 FUNC GLOBAL DEFAULT 12 signaler_func_by_signal_c
  401. 109: 0000000000509290 8 OBJECT GLOBAL DEFAULT 24 e_argv
  402. 110: 0000000000402d58 112 FUNC GLOBAL DEFAULT UND close@GLIBC_2.2.5 (2)
  403. 111: 0000000000000000 743 FUNC GLOBAL DEFAULT UND pthread_join@GLIBC_2.2.5 (2)
  404. 112: 0000000000000000 10 FUNC GLOBAL DEFAULT UND __errno_location@GLIBC_2.2.5 (2)
  405. 113: 0000000000402d88 162 FUNC GLOBAL DEFAULT UND pthread_kill@GLIBC_2.2.5 (2)
  406. 114: 0000000000402d98 163 FUNC GLOBAL DEFAULT UND pthread_mutex_unlock@GLIBC_2.2.5 (2)
  407. 115: 0000000000000000 77 FUNC GLOBAL DEFAULT UND __lxstat@GLIBC_2.2.5 (4)
  408. 116: 0000000000000000 330 FUNC GLOBAL DEFAULT UND puts@GLIBC_2.2.5 (4)
  409. 117: 0000000000000000 78 FUNC GLOBAL DEFAULT UND pthread_getspecific@GLIBC_2.2.5 (2)
  410. 118: 0000000000000000 61 FUNC GLOBAL DEFAULT UND usleep@GLIBC_2.2.5 (4)
  411. 119: 0000000000000000 265 FUNC GLOBAL DEFAULT UND free@GLIBC_2.2.5 (4)
  412. 120: 00000000004052f0 274 FUNC GLOBAL DEFAULT 12 LoopingSignaler
  413. 121: 0000000000000000 46 FUNC GLOBAL DEFAULT UND gettimeofday@GLIBC_2.2.5 (4)
  414. 122: 0000000000000000 4165 FUNC GLOBAL DEFAULT UND sysconf@GLIBC_2.2.5 (4)
  415. 123: 0000000000000000 195 FUNC GLOBAL DEFAULT UND strstr@GLIBC_2.2.5 (4)
  416. 124: 0000000000000000 8 OBJECT GLOBAL DEFAULT UND stdout@GLIBC_2.2.5 (4)
  417. 125: 0000000000000000 10 FUNC GLOBAL DEFAULT UND getuid@GLIBC_2.2.5 (4)
  418. 126: 0000000000000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses
  419. 127: 0000000000000000 43 FUNC GLOBAL DEFAULT UND ptsname@GLIBC_2.2.5 (4)
  420. 128: 0000000000509160 72 OBJECT GLOBAL DEFAULT 23 SIGVTALRM_signaler
  421. 129: 0000000000000000 3 FUNC GLOBAL DEFAULT UND pthread_attr_destroy@GLIBC_2.2.5 (2)
  422. 130: 0000000000000000 39 FUNC GLOBAL DEFAULT UND sem_destroy@GLIBC_2.2.5 (2)
  423. 131: 0000000000509100 72 OBJECT GLOBAL DEFAULT 23 SIGPROFILE_signaler
  424. 132: 0000000000000000 444 FUNC GLOBAL DEFAULT UND strcat@GLIBC_2.2.5 (4)
  425. 133: 0000000000000000 8 OBJECT GLOBAL DEFAULT UND environ@GLIBC_2.2.5 (4)
  426. 134: 0000000000000000 42 FUNC GLOBAL DEFAULT UND mmap@GLIBC_2.2.5 (4)
  427. 135: 0000000000000000 5 FUNC GLOBAL DEFAULT UND system@GLIBC_2.2.5 (2)
  428. 136: 0000000000000000 10 FUNC GLOBAL DEFAULT UND pthread_attr_getstacksize@GLIBC_2.2.5 (2)
  429. 137: 0000000000000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__
  430. 138: 00000000005091e0 8 OBJECT GLOBAL DEFAULT 24 lisp_nil
  431.  
  432. Symbol table '.symtab' contains 346 entries:
  433. Num: Value Size Type Bind Vis Ndx Name
  434. 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
  435. 1: 0000000000400200 0 SECTION LOCAL DEFAULT 1
  436. 2: 000000000040021c 0 SECTION LOCAL DEFAULT 2
  437. 3: 0000000000400240 0 SECTION LOCAL DEFAULT 3
  438. 4: 0000000000400680 0 SECTION LOCAL DEFAULT 4
  439. 5: 0000000000401388 0 SECTION LOCAL DEFAULT 5
  440. 6: 0000000000401a7c 0 SECTION LOCAL DEFAULT 6
  441. 7: 0000000000401b98 0 SECTION LOCAL DEFAULT 7
  442. 8: 0000000000401c08 0 SECTION LOCAL DEFAULT 8
  443. 9: 0000000000401ff8 0 SECTION LOCAL DEFAULT 9
  444. 10: 00000000004028b0 0 SECTION LOCAL DEFAULT 10
  445. 11: 00000000004028c8 0 SECTION LOCAL DEFAULT 11
  446. 12: 0000000000402eb0 0 SECTION LOCAL DEFAULT 12
  447. 13: 0000000000406928 0 SECTION LOCAL DEFAULT 13
  448. 14: 0000000000406938 0 SECTION LOCAL DEFAULT 14
  449. 15: 0000000000407494 0 SECTION LOCAL DEFAULT 15
  450. 16: 0000000000407868 0 SECTION LOCAL DEFAULT 16
  451. 17: 00000000005085f8 0 SECTION LOCAL DEFAULT 17
  452. 18: 0000000000508608 0 SECTION LOCAL DEFAULT 18
  453. 19: 0000000000508618 0 SECTION LOCAL DEFAULT 19
  454. 20: 0000000000508620 0 SECTION LOCAL DEFAULT 20
  455. 21: 00000000005087d0 0 SECTION LOCAL DEFAULT 21
  456. 22: 0000000000508920 0 SECTION LOCAL DEFAULT 22
  457. 23: 0000000000508c20 0 SECTION LOCAL DEFAULT 23
  458. 24: 00000000005091c0 0 SECTION LOCAL DEFAULT 24
  459. 25: 0000000000000000 0 SECTION LOCAL DEFAULT 25
  460. 26: 0000000000000000 0 SECTION LOCAL DEFAULT 26
  461. 27: 0000000000000000 0 SECTION LOCAL DEFAULT 27
  462. 28: 0000000000000000 0 SECTION LOCAL DEFAULT 28
  463. 29: 0000000000402edc 0 FUNC LOCAL DEFAULT 12 call_gmon_start
  464. 30: 0000000000000000 0 FILE LOCAL DEFAULT ABS crtstuff.c
  465. 31: 00000000005085f8 0 OBJECT LOCAL DEFAULT 17 __CTOR_LIST__
  466. 32: 0000000000508608 0 OBJECT LOCAL DEFAULT 18 __DTOR_LIST__
  467. 33: 0000000000508618 0 OBJECT LOCAL DEFAULT 19 __JCR_LIST__
  468. 34: 0000000000508c30 0 OBJECT LOCAL DEFAULT 23 p.0
  469. 35: 00000000005091c0 1 OBJECT LOCAL DEFAULT 24 completed.1
  470. 36: 0000000000402f00 0 FUNC LOCAL DEFAULT 12 __do_global_dtors_aux
  471. 37: 0000000000402f40 0 FUNC LOCAL DEFAULT 12 frame_dummy
  472. 38: 0000000000000000 0 FILE LOCAL DEFAULT ABS crtstuff.c
  473. 39: 0000000000508600 0 OBJECT LOCAL DEFAULT 17 __CTOR_END__
  474. 40: 0000000000508610 0 OBJECT LOCAL DEFAULT 18 __DTOR_END__
  475. 41: 00000000004085f0 0 OBJECT LOCAL DEFAULT 16 __FRAME_END__
  476. 42: 0000000000508618 0 OBJECT LOCAL DEFAULT 19 __JCR_END__
  477. 43: 00000000004068f0 0 FUNC LOCAL DEFAULT 12 __do_global_ctors_aux
  478. 44: 0000000000000000 0 FILE LOCAL DEFAULT ABS gmain.c
  479. 45: 0000000000508c48 4 OBJECT LOCAL DEFAULT 23 debug_function_address
  480. 46: 00000000005091e8 4 OBJECT LOCAL DEFAULT 24 debug_signal
  481. 47: 00000000004033c0 88 FUNC LOCAL DEFAULT 12 open_check
  482. 48: 0000000000509200 8 OBJECT LOCAL DEFAULT 24 offset_mask
  483. 49: 0000000000509208 8 OBJECT LOCAL DEFAULT 24 page_mask
  484. 50: 00000000005091f8 8 OBJECT LOCAL DEFAULT 24 page_size
  485. 51: 00000000005091f0 8 OBJECT LOCAL DEFAULT 24 run_file_handle.0
  486. 52: 0000000000000000 0 FILE LOCAL DEFAULT ABS pthreads.c
  487. 53: 0000000000509220 4 OBJECT LOCAL DEFAULT 24 image_is_going_to_be_unma
  488. 54: 00000000005091a8 8 OBJECT LOCAL DEFAULT 23 cancallable_select_fds
  489. 55: 0000000000509224 4 OBJECT LOCAL DEFAULT 24 cancallable_select_writte
  490. 56: 0000000000509228 8 OBJECT LOCAL DEFAULT 24 default_stack_size
  491. 57: 0000000000000000 0 FILE LOCAL DEFAULT ABS sha.c
  492. 58: 0000000000405860 437 FUNC LOCAL DEFAULT 12 sha_transform
  493. 59: 0000000000405a20 88 FUNC LOCAL DEFAULT 12 byte_reverse
  494. 60: 0000000000000000 0 FILE LOCAL DEFAULT ABS crypto-locks.c
  495. 61: 0000000000509230 4 OBJECT LOCAL DEFAULT 24 debug
  496. 62: 0000000000509238 8 OBJECT LOCAL DEFAULT 24 crypto_mutexes
  497. 63: 0000000000509240 4 OBJECT LOCAL DEFAULT 24 malloced_length
  498. 64: 0000000000000000 0 FILE LOCAL DEFAULT ABS shared-stuff.c
  499. 65: 00000000005092a0 200 OBJECT LOCAL DEFAULT 24 buffer
  500. 66: 0000000000000000 0 FILE LOCAL DEFAULT ABS pthreads-dumm.c
  501. 67: 0000000000406750 2 FUNC GLOBAL DEFAULT 12 IO_SetupLispworksDlsym
  502. 68: 0000000000509380 8 OBJECT GLOBAL DEFAULT 24 lisp_temp_function
  503. 69: 0000000000000000 114 FUNC GLOBAL DEFAULT UND pthread_key_create@@GLIBC
  504. 70: 00000000004028e8 10 FUNC GLOBAL DEFAULT UND pthread_self@@GLIBC_2.2.5
  505. 71: 00000000004028f8 554 FUNC GLOBAL DEFAULT UND pthread_cond_wait@@GLIBC_
  506. 72: 0000000000509a00 48 OBJECT GLOBAL DEFAULT 24 Global_Cond
  507. 73: 0000000000000000 243 FUNC GLOBAL DEFAULT UND __libc_start_main@@GLIBC_
  508. 74: 0000000000509388 4 OBJECT GLOBAL DEFAULT 24 have_image_option
  509. 75: 0000000000000000 39 FUNC GLOBAL DEFAULT UND getrusage@@GLIBC_2.2.5
  510. 76: 0000000000508c60 912 OBJECT GLOBAL DEFAULT 23 named_data
  511. 77: 0000000000404c30 130 FUNC GLOBAL DEFAULT 12 init_for_threads
  512. 78: 0000000000402928 132 FUNC GLOBAL DEFAULT UND read@@GLIBC_2.2.5
  513. 79: 0000000000406760 2 FUNC GLOBAL DEFAULT 12 IO_IncompleteExit
  514. 80: 0000000000509218 4 OBJECT GLOBAL DEFAULT 24 lisp_pthread_debug
  515. 81: 0000000000403170 90 FUNC GLOBAL DEFAULT 12 set_a_signal
  516. 82: 0000000000509268 8 OBJECT GLOBAL DEFAULT 24 dead_values_arrays_chain
  517. 83: 0000000000000000 69 FUNC GLOBAL DEFAULT UND pthread_mutex_destroy@@GL
  518. 84: 0000000000509280 8 OBJECT GLOBAL DEFAULT 24 given_heap_address
  519. 85: 0000000000000000 8 FUNC GLOBAL DEFAULT UND sem_getvalue@@GLIBC_2.2.5
  520. 86: 0000000000509368 4 OBJECT GLOBAL DEFAULT 24 in_shared_object
  521. 87: 00000000004051d0 90 FUNC GLOBAL DEFAULT 12 p_unblock_stack_condition
  522. 88: 0000000000000000 77 FUNC GLOBAL DEFAULT UND __xstat@@GLIBC_2.2.5
  523. 89: 00000000005093a0 60 OBJECT GLOBAL DEFAULT 24 XX_userid
  524. 90: 00000000004057e0 68 FUNC GLOBAL DEFAULT 12 IO_cancellable_clear_byte
  525. 91: 0000000000402fa0 2 FUNC GLOBAL DEFAULT 12 a_junk_funtion
  526. 92: 0000000000402fd0 154 FUNC GLOBAL DEFAULT 12 signal_cont
  527. 93: 0000000000000000 10 FUNC GLOBAL DEFAULT UND setbuf@@GLIBC_2.2.5
  528. 94: 0000000000402f70 21 FUNC GLOBAL DEFAULT 12 gettid
  529. 95: 0000000000404c10 24 FUNC GLOBAL DEFAULT 12 milli_sleep
  530. 96: 0000000000405010 433 FUNC GLOBAL DEFAULT 12 p_wait_for_stack_conditio
  531. 97: 0000000000508620 0 OBJECT GLOBAL DEFAULT 20 _DYNAMIC
  532. 98: 0000000000402978 132 FUNC GLOBAL DEFAULT UND write@@GLIBC_2.2.5
  533. 99: 0000000000404b80 82 FUNC GLOBAL DEFAULT 12 open_pseudo_tty
  534. 100: 0000000000000000 49 FUNC GLOBAL DEFAULT UND sigemptyset@@GLIBC_2.2.5
  535. 101: 0000000000000000 55 FUNC GLOBAL DEFAULT UND syscall@@GLIBC_2.2.5
  536. 102: 0000000000509a40 776 OBJECT GLOBAL DEFAULT 24 main_exception_copy
  537. 103: 00000000004055a0 126 FUNC GLOBAL DEFAULT 12 IO_SetSignaler
  538. 104: 00000000004056a0 76 FUNC GLOBAL DEFAULT 12 IO_initialize_cancallable
  539. 105: 0000000000404500 16 FUNC GLOBAL DEFAULT 12 memory_decommit
  540. 106: 0000000000404f00 114 FUNC GLOBAL DEFAULT 12 IO_ThreadLeaveLisp
  541. 107: 00000000004057b0 38 FUNC GLOBAL DEFAULT 12 unmapping_unblock_stack_c
  542. 108: 0000000000405410 108 FUNC GLOBAL DEFAULT 12 create_signaler
  543. 109: 0000000000406360 111 FUNC GLOBAL DEFAULT 12 interpret_command_line_ar
  544. 110: 0000000000405230 51 FUNC GLOBAL DEFAULT 12 p_create_cond_variable
  545. 111: 0000000000406120 81 FUNC GLOBAL DEFAULT 12 lw_crypto_dyn_destroy_fun
  546. 112: 0000000000509d60 40 OBJECT GLOBAL DEFAULT 24 Global_Cond_Mutex
  547. 113: 0000000000000000 202 FUNC GLOBAL DEFAULT UND _IO_putc@@GLIBC_2.2.5
  548. 114: 0000000000000000 39 FUNC GLOBAL DEFAULT UND pipe@@GLIBC_2.2.5
  549. 115: 0000000000403430 296 FUNC GLOBAL DEFAULT 12 get_image_trailer
  550. 116: 0000000000000000 325 FUNC GLOBAL DEFAULT UND pthread_detach@@GLIBC_2.2
  551. 117: 0000000000000000 221 FUNC GLOBAL DEFAULT UND getenv@@GLIBC_2.2.5
  552. 118: 0000000000000000 516 FUNC GLOBAL DEFAULT UND malloc@@GLIBC_2.2.5
  553. 119: 0000000000000000 231 FUNC GLOBAL DEFAULT UND strncmp@@GLIBC_2.2.5
  554. 120: 00000000005085f8 0 NOTYPE GLOBAL HIDDEN ABS __fini_array_end
  555. 121: 0000000000509000 248 OBJECT GLOBAL DEFAULT 23 io_functions
  556. 122: 0000000000000000 23 FUNC GLOBAL DEFAULT UND getpagesize@@GLIBC_2.2.5
  557. 123: 0000000000405d50 30 FUNC GLOBAL DEFAULT 12 sha_print
  558. 124: 00000000005093e0 8 OBJECT GLOBAL DEFAULT 24 heap_fringe
  559. 125: 00000000004068c0 16 FUNC GLOBAL HIDDEN 12 __stat
  560. 126: 0000000000404f80 63 FUNC GLOBAL DEFAULT 12 IO_ExitLispThreadCheck
  561. 127: 00000000005091d8 8 OBJECT GLOBAL DEFAULT 24 image
  562. 128: 00000000004063d0 46 FUNC GLOBAL DEFAULT 12 create_mapping_vector
  563. 129: 0000000000404a70 42 FUNC GLOBAL DEFAULT 12 bytes_to_read
  564. 130: 0000000000000000 425 FUNC GLOBAL DEFAULT UND sigaction@@GLIBC_2.2.5
  565. 131: 0000000000508c28 0 OBJECT GLOBAL HIDDEN 23 __dso_handle
  566. 132: 00000000004065b0 209 FUNC GLOBAL DEFAULT 12 IO_release_values_array
  567. 133: 0000000000402a28 298 FUNC GLOBAL DEFAULT UND sem_post@@GLIBC_2.2.5
  568. 134: 0000000000000000 152 FUNC GLOBAL DEFAULT UND strncpy@@GLIBC_2.2.5
  569. 135: 0000000000406880 57 FUNC GLOBAL DEFAULT 12 __libc_csu_fini
  570. 136: 0000000000000000 146 FUNC GLOBAL DEFAULT UND getpwent@@GLIBC_2.2.5
  571. 137: 0000000000000000 202 FUNC GLOBAL DEFAULT UND pthread_setspecific@@GLIB
  572. 138: 00000000004056f0 59 FUNC GLOBAL DEFAULT 12 deinitialize_cancallable_
  573. 139: 0000000000000000 122 FUNC GLOBAL DEFAULT UND nanosleep@@GLIBC_2.2.5
  574. 140: 0000000000000000 313 FUNC GLOBAL DEFAULT UND fwrite@@GLIBC_2.2.5
  575. 141: 0000000000403810 155 FUNC GLOBAL DEFAULT 12 mmap_file
  576. 142: 0000000000000000 8 OBJECT GLOBAL DEFAULT UND stderr@@GLIBC_2.2.5
  577. 143: 0000000000402a88 39 FUNC GLOBAL DEFAULT UND sched_yield@@GLIBC_2.2.5
  578. 144: 00000000004044e0 26 FUNC GLOBAL DEFAULT 12 release_memory
  579. 145: 0000000000404160 860 FUNC GLOBAL DEFAULT 12 lispworks_main
  580. 146: 0000000000405550 72 FUNC GLOBAL DEFAULT 12 IO_CancelLispThreads
  581. 147: 0000000000402a98 76 FUNC GLOBAL DEFAULT UND dlopen@@GLIBC_2.2.5
  582. 148: 0000000000000000 244 FUNC GLOBAL DEFAULT UND pthread_create@@GLIBC_2.2
  583. 149: 0000000000402ab8 205 FUNC GLOBAL DEFAULT UND pthread_mutex_lock@@GLIBC
  584. 150: 0000000000509da0 40 OBJECT GLOBAL DEFAULT 24 Cond_Wait_Lock
  585. 151: 0000000000403770 125 FUNC GLOBAL DEFAULT 12 sparse_relocate_pointers
  586. 152: 0000000000000000 104 FUNC GLOBAL DEFAULT UND unlockpt@@GLIBC_2.2.5
  587. 153: 0000000000000000 316 FUNC GLOBAL DEFAULT UND fcntl@@GLIBC_2.2.5
  588. 154: 00000000004028b0 0 FUNC GLOBAL DEFAULT 10 _init
  589. 155: 0000000000406800 2 FUNC GLOBAL DEFAULT 12 flag_current_thread_as_id
  590. 156: 000000000050921c 4 OBJECT GLOBAL DEFAULT 24 Values_Array_Key_init_p
  591. 157: 0000000000404dc0 18 FUNC GLOBAL DEFAULT 12 IO_CreateLispThread
  592. 158: 0000000000405530 32 FUNC GLOBAL DEFAULT 12 kill_signaler_threads
  593. 159: 0000000000404be0 37 FUNC GLOBAL DEFAULT 12 set_fd_no_delay
  594. 160: 0000000000000000 233 FUNC GLOBAL DEFAULT UND strlen@@GLIBC_2.2.5
  595. 161: 0000000000000000 104 FUNC GLOBAL DEFAULT UND sem_trywait@@GLIBC_2.2.5
  596. 162: 0000000000000000 155 FUNC GLOBAL DEFAULT UND select@@GLIBC_2.2.5
  597. 163: 0000000000403420 2 FUNC GLOBAL DEFAULT 12 fred
  598. 164: 0000000000404d30 138 FUNC GLOBAL DEFAULT 12 lw_pthread_create
  599. 165: 0000000000000000 8 OBJECT GLOBAL DEFAULT UND __environ@@GLIBC_2.2.5
  600. 166: 00000000004067d0 2 FUNC GLOBAL DEFAULT 12 IO_TerminatingThreadUnLoc
  601. 167: 0000000000405640 96 FUNC GLOBAL DEFAULT 12 default_pthread_stack_siz
  602. 168: 0000000000508c38 4 OBJECT GLOBAL DEFAULT 23 lispworks64bitp
  603. 169: 00000000004052c0 28 FUNC GLOBAL DEFAULT 12 IO_ExitLispThread
  604. 170: 0000000000000000 293 FUNC GLOBAL DEFAULT UND fread@@GLIBC_2.2.5
  605. 171: 00000000004067c0 2 FUNC GLOBAL DEFAULT 12 IO_TerminatingThreadLock
  606. 172: 0000000000406690 122 FUNC GLOBAL DEFAULT 12 IO_get_dead_values_arrays
  607. 173: 0000000000403f20 10 FUNC GLOBAL DEFAULT 12 mmap_empty
  608. 174: 0000000000000000 220 FUNC GLOBAL DEFAULT UND strcpy@@GLIBC_2.2.5
  609. 175: 00000000004068d0 15 FUNC WEAK HIDDEN 12 fstat
  610. 176: 0000000000406770 6 FUNC GLOBAL DEFAULT 12 i_QuitLispWorks
  611. 177: 0000000000000000 142 FUNC GLOBAL DEFAULT UND fprintf@@GLIBC_2.2.5
  612. 178: 0000000000509400 1000 OBJECT GLOBAL DEFAULT 24 run_file_name
  613. 179: 0000000000405de0 7 FUNC GLOBAL DEFAULT 12 lw_crypto_set_debug
  614. 180: 0000000000000000 457 FUNC GLOBAL DEFAULT UND perror@@GLIBC_2.2.5
  615. 181: 0000000000000000 102 FUNC GLOBAL DEFAULT UND memcpy@@GLIBC_2.2.5
  616. 182: 0000000000405770 23 FUNC GLOBAL DEFAULT 12 maybe_signal_cancellable_
  617. 183: 0000000000406420 232 FUNC GLOBAL DEFAULT 12 maybe_setup_for_give_addr
  618. 184: 0000000000405df0 87 FUNC GLOBAL DEFAULT 12 lw_crypto_initial_locking
  619. 185: 00000000005091c8 4 OBJECT GLOBAL DEFAULT 24 replace_sa_wrapper_verbos
  620. 186: 0000000000000000 97 FUNC GLOBAL DEFAULT UND pthread_attr_setstacksize
  621. 187: 0000000000404fc0 50 FUNC GLOBAL DEFAULT 12 IO_ThreadInitialFunction
  622. 188: 0000000000509278 8 OBJECT GLOBAL DEFAULT 24 given_reserve_size
  623. 189: 0000000000405c60 90 FUNC GLOBAL DEFAULT 12 sha_stream
  624. 190: 0000000000404aa0 111 FUNC GLOBAL DEFAULT 12 h_subprocess_input
  625. 191: 0000000000509270 8 OBJECT GLOBAL DEFAULT 24 next_address_for_reservat
  626. 192: 00000000004044c0 8 FUNC GLOBAL DEFAULT 12 unmap_lisp_heap
  627. 193: 0000000000402eb0 0 FUNC GLOBAL DEFAULT 12 _start
  628. 194: 00000000004068e0 16 FUNC WEAK HIDDEN 12 lstat
  629. 195: 00000000004045e0 145 FUNC GLOBAL DEFAULT 12 function_address
  630. 196: 0000000000509dc8 8 OBJECT GLOBAL DEFAULT 24 IO_Lisp_ThreadInitialFunc
  631. 197: 0000000000405830 38 FUNC GLOBAL DEFAULT 12 IO_cancellable_select
  632. 198: 0000000000509dd0 8 OBJECT GLOBAL DEFAULT 24 IO_LispLockOwner
  633. 199: 0000000000405ac0 201 FUNC GLOBAL DEFAULT 12 sha_update
  634. 200: 0000000000509dd8 8 OBJECT GLOBAL DEFAULT 24 IO_CallSetupQuitLispworks
  635. 201: 00000000004039d0 1317 FUNC GLOBAL DEFAULT 12 try_to_map_existing_image
  636. 202: 0000000000000000 80 FUNC GLOBAL DEFAULT UND pthread_attr_init@@GLIBC_
  637. 203: 0000000000402b88 467 FUNC GLOBAL DEFAULT UND sem_wait@@GLIBC_2.2.5
  638. 204: 0000000000000000 142 FUNC GLOBAL DEFAULT UND sscanf@@GLIBC_2.2.5
  639. 205: 0000000000509800 64 OBJECT GLOBAL DEFAULT 24 lw_arch_buffer
  640. 206: 0000000000000000 61 FUNC GLOBAL DEFAULT UND rindex@@GLIBC_2.2.5
  641. 207: 0000000000404510 5 FUNC GLOBAL DEFAULT 12 memory_reserve
  642. 208: 0000000000509210 8 OBJECT GLOBAL DEFAULT 24 IO_ExitCallAddress
  643. 209: 0000000000405730 56 FUNC GLOBAL DEFAULT 12 IO_signal_cancallable_sel
  644. 210: 0000000000509de0 4 OBJECT GLOBAL DEFAULT 24 Values_Array_Key
  645. 211: 0000000000403800 3 FUNC GLOBAL DEFAULT 12 lw_arch
  646. 212: 0000000000405790 20 FUNC GLOBAL DEFAULT 12 call_flag_values_array_de
  647. 213: 0000000000509840 4 OBJECT GLOBAL DEFAULT 24 switch_debug
  648. 214: 00000000004036d0 152 FUNC GLOBAL DEFAULT 12 relocate_pointers
  649. 215: 0000000000402bb8 100 FUNC GLOBAL DEFAULT UND pthread_cond_signal@@GLIB
  650. 216: 0000000000402bc8 160 FUNC GLOBAL DEFAULT UND printf@@GLIBC_2.2.5
  651. 217: 0000000000404e70 137 FUNC GLOBAL DEFAULT 12 IO_InitLispThreads
  652. 218: 0000000000402bd8 132 FUNC GLOBAL DEFAULT UND open@@GLIBC_2.2.5
  653. 219: 0000000000404010 329 FUNC GLOBAL DEFAULT 12 sparse_boot_main
  654. 220: 0000000000509260 4 OBJECT GLOBAL DEFAULT 24 registering_dead_values_a
  655. 221: 00000000004062b0 165 FUNC GLOBAL DEFAULT 12 find_command_line_option
  656. 222: 0000000000404d20 14 FUNC GLOBAL DEFAULT 12 IO_GetValuesArray
  657. 223: 0000000000402be8 132 FUNC GLOBAL DEFAULT UND lseek@@GLIBC_2.2.5
  658. 224: 0000000000402f90 8 FUNC GLOBAL DEFAULT 12 mul
  659. 225: 0000000000000000 83 FUNC GLOBAL DEFAULT UND sem_init@@GLIBC_2.2.5
  660. 226: 00000000005085f8 0 NOTYPE GLOBAL HIDDEN ABS __fini_array_start
  661. 227: 0000000000000000 39 FUNC GLOBAL DEFAULT UND munmap@@GLIBC_2.2.5
  662. 228: 0000000000406820 86 FUNC GLOBAL DEFAULT 12 __libc_csu_init
  663. 229: 0000000000406400 12 FUNC GLOBAL DEFAULT 12 compute_extra_reservation
  664. 230: 00000000005091b0 0 NOTYPE GLOBAL DEFAULT ABS __bss_start
  665. 231: 0000000000000000 317 FUNC GLOBAL DEFAULT UND pthread_key_delete@@GLIBC
  666. 232: 0000000000406810 5 FUNC GLOBAL DEFAULT 12 main
  667. 233: 0000000000402c28 54 FUNC GLOBAL DEFAULT UND dlclose@@GLIBC_2.2.5
  668. 234: 0000000000000000 25 FUNC GLOBAL DEFAULT UND pthread_cond_init@@GLIBC_
  669. 235: 0000000000509288 4 OBJECT GLOBAL DEFAULT 24 e_argc
  670. 236: 0000000000509e00 96 OBJECT GLOBAL DEFAULT 24 main_values_array
  671. 237: 00000000004037f0 16 FUNC GLOBAL DEFAULT 12 IO_ExitLisp
  672. 238: 0000000000000000 107 FUNC GLOBAL DEFAULT UND __strtol_internal@@GLIBC_
  673. 239: 00000000005085f8 0 NOTYPE GLOBAL HIDDEN ABS __init_array_end
  674. 240: 0000000000404ce0 58 FUNC GLOBAL DEFAULT 12 destroy_global_things
  675. 241: 0000000000403140 34 FUNC GLOBAL DEFAULT 12 call_signal_cont
  676. 242: 0000000000405ed0 307 FUNC GLOBAL DEFAULT 12 lw_crypto_locking_functio
  677. 243: 0000000000403f30 221 FUNC GLOBAL DEFAULT 12 map_and_read_file
  678. 244: 0000000000000000 242 FUNC GLOBAL DEFAULT UND memset@@GLIBC_2.2.5
  679. 245: 0000000000404680 996 FUNC GLOBAL DEFAULT 12 h_c_entry
  680. 246: 0000000000405000 9 FUNC GLOBAL DEFAULT 12 p_signal_cond
  681. 247: 0000000000509860 400 OBJECT GLOBAL DEFAULT 24 temp_file_name
  682. 248: 0000000000406410 13 FUNC GLOBAL DEFAULT 12 compute_full_reservation_
  683. 249: 0000000000404b10 111 FUNC GLOBAL DEFAULT 12 get_pseudo_tty
  684. 250: 0000000000508c20 0 NOTYPE WEAK DEFAULT 23 data_start
  685. 251: 0000000000404520 180 FUNC GLOBAL DEFAULT 12 own_function_address
  686. 252: 0000000000508c40 8 OBJECT GLOBAL DEFAULT 23 current_allocation
  687. 253: 00000000004060a0 117 FUNC GLOBAL DEFAULT 12 lw_crypto_dyn_lock_functi
  688. 254: 0000000000406928 0 FUNC GLOBAL DEFAULT 13 _fini
  689. 255: 0000000000000000 146 FUNC GLOBAL DEFAULT UND endpwent@@GLIBC_2.2.5
  690. 256: 0000000000000000 178 FUNC GLOBAL DEFAULT UND strerror@@GLIBC_2.2.5
  691. 257: 0000000000406010 134 FUNC GLOBAL DEFAULT 12 lw_crypto_dyn_create_func
  692. 258: 0000000000000000 45 FUNC GLOBAL DEFAULT UND pthread_mutex_init@@GLIBC
  693. 259: 0000000000406740 2 FUNC GLOBAL DEFAULT 12 signal_successful_loading
  694. 260: 00000000005091d0 8 OBJECT GLOBAL DEFAULT 24 image_fringe
  695. 261: 00000000005085f8 0 NOTYPE GLOBAL HIDDEN ABS __preinit_array_end
  696. 262: 0000000000402c98 197 FUNC GLOBAL DEFAULT UND exit@@GLIBC_2.2.5
  697. 263: 0000000000509e60 40 OBJECT GLOBAL DEFAULT 24 dead_values_arrays_mutex
  698. 264: 0000000000403070 199 FUNC GLOBAL DEFAULT 12 replace_sa_onstack
  699. 265: 0000000000000000 243 FUNC GLOBAL DEFAULT UND getpwuid@@GLIBC_2.2.5
  700. 266: 0000000000509ea0 40 OBJECT GLOBAL DEFAULT 24 IO_Lisp_CriticalSection
  701. 267: 0000000000402cb8 522 FUNC GLOBAL DEFAULT UND dlerror@@GLIBC_2.2.5
  702. 268: 0000000000402cc8 138 FUNC GLOBAL DEFAULT UND dlsym@@GLIBC_2.2.5
  703. 269: 0000000000406510 157 FUNC GLOBAL DEFAULT 12 flag_values_array_dead_th
  704. 270: 0000000000000000 695 FUNC GLOBAL DEFAULT UND sem_timedwait@@GLIBC_2.2.
  705. 271: 0000000000405480 163 FUNC GLOBAL DEFAULT 12 destroy_signaler
  706. 272: 0000000000000000 274 FUNC GLOBAL DEFAULT UND getcwd@@GLIBC_2.2.5
  707. 273: 0000000000000000 39 FUNC GLOBAL DEFAULT UND access@@GLIBC_2.2.5
  708. 274: 0000000000000000 142 FUNC GLOBAL DEFAULT UND sprintf@@GLIBC_2.2.5
  709. 275: 0000000000405d70 112 FUNC GLOBAL DEFAULT 12 sha_sprint
  710. 276: 0000000000509ec8 8 OBJECT GLOBAL DEFAULT 24 IO_LispCurrentThread
  711. 277: 00000000004068c0 16 FUNC WEAK HIDDEN 12 stat
  712. 278: 0000000000000000 74 FUNC GLOBAL DEFAULT UND __fxstat@@GLIBC_2.2.5
  713. 279: 0000000000000000 241 FUNC GLOBAL DEFAULT UND grantpt@@GLIBC_2.2.5
  714. 280: 0000000000000000 12 FUNC GLOBAL DEFAULT UND pthread_exit@@GLIBC_2.2.5
  715. 281: 0000000000000000 39 FUNC GLOBAL DEFAULT UND ioctl@@GLIBC_2.2.5
  716. 282: 00000000005091b0 0 NOTYPE GLOBAL DEFAULT ABS _edata
  717. 283: 00000000004052e0 7 FUNC GLOBAL DEFAULT 12 signaler_func_by_signal_c
  718. 284: 0000000000509290 8 OBJECT GLOBAL DEFAULT 24 e_argv
  719. 285: 0000000000508920 0 OBJECT GLOBAL DEFAULT 22 _GLOBAL_OFFSET_TABLE_
  720. 286: 0000000000509ed0 0 NOTYPE GLOBAL DEFAULT ABS _end
  721. 287: 0000000000406710 45 FUNC GLOBAL DEFAULT 12 IO_stop_recording_dead_va
  722. 288: 0000000000402d58 112 FUNC GLOBAL DEFAULT UND close@@GLIBC_2.2.5
  723. 289: 0000000000403950 128 FUNC GLOBAL DEFAULT 12 try_to_reserve_segment
  724. 290: 0000000000000000 743 FUNC GLOBAL DEFAULT UND pthread_join@@GLIBC_2.2.5
  725. 291: 0000000000000000 10 FUNC GLOBAL DEFAULT UND __errno_location@@GLIBC_2
  726. 292: 0000000000406180 301 FUNC GLOBAL DEFAULT 12 maybe_modify_image_file_n
  727. 293: 0000000000405620 28 FUNC GLOBAL DEFAULT 12 IO_SetSignalerFunction
  728. 294: 0000000000402d88 162 FUNC GLOBAL DEFAULT UND pthread_kill@@GLIBC_2.2.5
  729. 295: 00000000004031d0 25 FUNC GLOBAL DEFAULT 12 h_write_to_console
  730. 296: 0000000000402d98 163 FUNC GLOBAL DEFAULT UND pthread_mutex_unlock@@GLI
  731. 297: 0000000000000000 77 FUNC GLOBAL DEFAULT UND __lxstat@@GLIBC_2.2.5
  732. 298: 0000000000000000 330 FUNC GLOBAL DEFAULT UND puts@@GLIBC_2.2.5
  733. 299: 0000000000000000 78 FUNC GLOBAL DEFAULT UND pthread_getspecific@@GLIB
  734. 300: 0000000000403f00 29 FUNC GLOBAL DEFAULT 12 i_mmap_empty
  735. 301: 0000000000000000 61 FUNC GLOBAL DEFAULT UND usleep@@GLIBC_2.2.5
  736. 302: 0000000000000000 265 FUNC GLOBAL DEFAULT UND free@@GLIBC_2.2.5
  737. 303: 00000000004052f0 274 FUNC GLOBAL DEFAULT 12 LoopingSignaler
  738. 304: 0000000000000000 46 FUNC GLOBAL DEFAULT UND gettimeofday@@GLIBC_2.2.5
  739. 305: 00000000005085f8 0 NOTYPE GLOBAL HIDDEN ABS __init_array_start
  740. 306: 00000000004068d0 15 FUNC GLOBAL HIDDEN 12 __fstat
  741. 307: 00000000004067e0 9 FUNC GLOBAL DEFAULT 12 do_pthread_exit
  742. 308: 00000000004068e0 16 FUNC GLOBAL HIDDEN 12 __lstat
  743. 309: 0000000000404cc0 17 FUNC GLOBAL DEFAULT 12 record_values_array
  744. 310: 0000000000406780 55 FUNC GLOBAL DEFAULT 12 signal_initialization_err
  745. 311: 0000000000406938 4 OBJECT GLOBAL DEFAULT 14 _IO_stdin_used
  746. 312: 0000000000000000 4165 FUNC GLOBAL DEFAULT UND sysconf@@GLIBC_2.2.5
  747. 313: 0000000000405a80 49 FUNC GLOBAL DEFAULT 12 sha_init
  748. 314: 0000000000000000 195 FUNC GLOBAL DEFAULT UND strstr@@GLIBC_2.2.5
  749. 315: 00000000004052a0 31 FUNC GLOBAL DEFAULT 12 p_free_cond_variable
  750. 316: 0000000000403560 286 FUNC GLOBAL DEFAULT 12 get_executable_offset_and
  751. 317: 00000000004067f0 2 FUNC GLOBAL DEFAULT 12 ensure_no_lingering_threa
  752. 318: 0000000000402fb0 24 FUNC GLOBAL DEFAULT 12 x_cuserid
  753. 319: 0000000000000000 8 OBJECT GLOBAL DEFAULT UND stdout@@GLIBC_2.2.5
  754. 320: 0000000000000000 10 FUNC GLOBAL DEFAULT UND getuid@@GLIBC_2.2.5
  755. 321: 0000000000508c20 0 NOTYPE GLOBAL DEFAULT 23 __data_start
  756. 322: 00000000004044d0 6 FUNC GLOBAL DEFAULT 12 query_memory_region
  757. 323: 0000000000403200 441 FUNC GLOBAL DEFAULT 12 init_for_save
  758. 324: 0000000000000000 0 NOTYPE WEAK DEFAULT UND _Jv_RegisterClasses
  759. 325: 0000000000405270 34 FUNC GLOBAL DEFAULT 12 create_cond_variable
  760. 326: 0000000000000000 43 FUNC GLOBAL DEFAULT UND ptsname@@GLIBC_2.2.5
  761. 327: 00000000005085f8 0 NOTYPE GLOBAL HIDDEN ABS __preinit_array_start
  762. 328: 0000000000509160 72 OBJECT GLOBAL DEFAULT 23 SIGVTALRM_signaler
  763. 329: 0000000000000000 3 FUNC GLOBAL DEFAULT UND pthread_attr_destroy@@GLI
  764. 330: 0000000000000000 39 FUNC GLOBAL DEFAULT UND sem_destroy@@GLIBC_2.2.5
  765. 331: 0000000000405b90 207 FUNC GLOBAL DEFAULT 12 sha_final
  766. 332: 00000000004038b0 151 FUNC GLOBAL DEFAULT 12 proper_reserve_memory
  767. 333: 0000000000509100 72 OBJECT GLOBAL DEFAULT 23 SIGPROFILE_signaler
  768. 334: 0000000000405e50 116 FUNC GLOBAL DEFAULT 12 lw_crypto_cleanup_locking
  769. 335: 0000000000000000 444 FUNC GLOBAL DEFAULT UND strcat@@GLIBC_2.2.5
  770. 336: 0000000000000000 8 OBJECT GLOBAL DEFAULT UND environ@@GLIBC_2.2.5
  771. 337: 0000000000000000 42 FUNC GLOBAL DEFAULT UND mmap@@GLIBC_2.2.5
  772. 338: 0000000000404de0 138 FUNC GLOBAL DEFAULT 12 IO_ThreadReenterLisp
  773. 339: 0000000000000000 5 FUNC GLOBAL DEFAULT UND system@@GLIBC_2.2.5
  774. 340: 0000000000000000 10 FUNC GLOBAL DEFAULT UND pthread_attr_getstacksize
  775. 341: 0000000000403680 65 FUNC GLOBAL DEFAULT 12 try_to_unmap_already_mapp
  776. 342: 00000000004031f0 3 FUNC GLOBAL DEFAULT 12 flush_caches
  777. 343: 0000000000000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__
  778. 344: 00000000005091e0 8 OBJECT GLOBAL DEFAULT 24 lisp_nil
  779. 345: 0000000000405cc0 134 FUNC GLOBAL DEFAULT 12 sha_string
  780.  
  781. Histogram for bucket list length (total of 131 buckets):
  782. Length Number % of total Coverage
  783. 0 50 ( 38.2%)
  784. 1 41 ( 31.3%) 29.7%
  785. 2 28 ( 21.4%) 70.3%
  786. 3 7 ( 5.3%) 85.5%
  787. 4 5 ( 3.8%) 100.0%
  788.  
  789. Version symbols section '.gnu.version' contains 139 entries:
  790. Addr: 0000000000401a7c Offset: 0x001a7c Link: 4 (.dynsym)
  791. 000: 0 (*local*) 2 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 3 (GLIBC_2.3.2)
  792. 004: 1 (*global*) 4 (GLIBC_2.2.5) 1 (*global*) 4 (GLIBC_2.2.5)
  793. 008: 1 (*global*) 2 (GLIBC_2.2.5) 1 (*global*) 1 (*global*)
  794. 00c: 2 (GLIBC_2.2.5) 1 (*global*) 2 (GLIBC_2.2.5) 1 (*global*)
  795. 010: 4 (GLIBC_2.2.5) 1 (*global*) 4 (GLIBC_2.2.5) 2 (GLIBC_2.2.5)
  796. 014: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 1 (*global*) 1 (*global*)
  797. 018: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 4 (GLIBC_2.2.5)
  798. 01c: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 1 (*global*) 4 (GLIBC_2.2.5)
  799. 020: 1 (*global*) 1 (*global*) 2 (GLIBC_2.2.5) 2 (GLIBC_2.2.5)
  800. 024: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 2 (GLIBC_2.2.5)
  801. 028: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 5 (GLIBC_2.2.5)
  802. 02c: 2 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 1 (*global*) 4 (GLIBC_2.2.5)
  803. 030: 4 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 1 (*global*) 4 (GLIBC_2.2.5)
  804. 034: 2 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5)
  805. 038: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 1 (*global*) 4 (GLIBC_2.2.5)
  806. 03c: 4 (GLIBC_2.2.5) 1 (*global*) 2 (GLIBC_2.2.5) 1 (*global*)
  807. 040: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*)
  808. 044: 2 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5)
  809. 048: 1 (*global*) 3 (GLIBC_2.3.2) 4 (GLIBC_2.2.5) 2 (GLIBC_2.2.5)
  810. 04c: 1 (*global*) 2 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 4 (GLIBC_2.2.5)
  811. 050: 2 (GLIBC_2.2.5) 5 (GLIBC_2.2.5) 3 (GLIBC_2.3.2) 1 (*global*)
  812. 054: 1 (*global*) 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 1 (*global*)
  813. 058: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 1 (*global*)
  814. 05c: 4 (GLIBC_2.2.5) 1 (*global*) 4 (GLIBC_2.2.5) 1 (*global*)
  815. 060: 5 (GLIBC_2.2.5) 5 (GLIBC_2.2.5) 1 (*global*) 2 (GLIBC_2.2.5)
  816. 064: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 1 (*global*)
  817. 068: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 4 (GLIBC_2.2.5)
  818. 06c: 1 (*global*) 1 (*global*) 2 (GLIBC_2.2.5) 2 (GLIBC_2.2.5)
  819. 070: 2 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 4 (GLIBC_2.2.5)
  820. 074: 4 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5)
  821. 078: 1 (*global*) 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5)
  822. 07c: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 0 (*local*) 4 (GLIBC_2.2.5)
  823. 080: 1 (*global*) 2 (GLIBC_2.2.5) 2 (GLIBC_2.2.5) 1 (*global*)
  824. 084: 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 4 (GLIBC_2.2.5) 2 (GLIBC_2.2.5)
  825. 088: 2 (GLIBC_2.2.5) 0 (*local*) 1 (*global*)
  826.  
  827. Version needs section '.gnu.version_r' contains 3 entries:
  828. Addr: 0x0000000000401b98 Offset: 0x001b98 Link: 5 (.dynstr)
  829. 000000: Version: 1 File: libdl.so.2 Cnt: 1
  830. 0x0010: Name: GLIBC_2.2.5 Flags: none Version: 5
  831. 0x0020: Version: 1 File: libc.so.6 Cnt: 1
  832. 0x0030: Name: GLIBC_2.2.5 Flags: none Version: 4
  833. 0x0040: Version: 1 File: libpthread.so.0 Cnt: 2
  834. 0x0050: Name: GLIBC_2.3.2 Flags: none Version: 3
  835. 0x0060: Name: GLIBC_2.2.5 Flags: none Version: 2
  836.  
  837. Notes at offset 0x0000021c with length 0x00000020:
  838. Owner Data size Description
  839. GNU 0x00000010 NT_GNU_ABI_TAG (ABI version tag)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement