Advertisement
Guest User

Untitled

a guest
Mar 24th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.37 KB | None | 0 0
  1. nm demangle of tree.o
  2.  
  3.  
  4. [hunter@localhost src]$ nm --demangle Tree.o
  5. U __cxa_atexit
  6. U __cxa_pure_virtual
  7. U __dso_handle
  8. 0000000000000820 t _GLOBAL__sub_I__ZN4TreeC2EN2sf7Vector2IfEEi
  9. U __gxx_personality_v0
  10. w __pthread_key_create
  11. U _Unwind_Resume
  12. 00000000000007e3 t __static_initialization_and_destruction_0(int, int)
  13. U operator delete(void*)
  14. U sf::RenderStates::Default
  15. U sf::RenderTarget::draw(sf::Drawable const&, sf::RenderStates const&)
  16. U sf::Transformable::setPosition(sf::Vector2<float> const&)
  17. U sf::Transformable::~Transformable()
  18. 0000000000000000 W sf::Rect<float>::Rect(float, float, float, float)
  19. 0000000000000000 W sf::Rect<float>::Rect()
  20. 0000000000000000 W sf::Rect<float>::Rect(float, float, float, float)
  21. 0000000000000000 W sf::Rect<float>::Rect()
  22. 0000000000000000 n sf::Rect<float>::Rect(float, float, float, float)
  23. 0000000000000000 n sf::Rect<float>::Rect()
  24. 0000000000000000 W sf::Rect<int>::Rect()
  25. 0000000000000000 W sf::Rect<int>::Rect()
  26. 0000000000000000 n sf::Rect<int>::Rect()
  27. U sf::Sprite::setTexture(sf::Texture const&, bool)
  28. U sf::Sprite::Sprite()
  29. 0000000000000000 W sf::Sprite::~Sprite()
  30. 0000000000000000 W sf::Sprite::~Sprite()
  31. 0000000000000000 W sf::Sprite::~Sprite()
  32. 0000000000000000 n sf::Sprite::~Sprite()
  33. U sf::Texture::loadFromFile(std::string const&, sf::Rect<int> const&)
  34. U sf::Texture::Texture()
  35. U sf::Texture::~Texture()
  36. 0000000000000000 W sf::Vector2<float>::Vector2(float, float)
  37. 0000000000000000 W sf::Vector2<float>::Vector2(float, float)
  38. 0000000000000000 n sf::Vector2<float>::Vector2(float, float)
  39. 0000000000000000 W sf::Drawable::~Drawable()
  40. 0000000000000000 W sf::Drawable::~Drawable()
  41. 0000000000000000 W sf::Drawable::~Drawable()
  42. 0000000000000000 n sf::Drawable::~Drawable()
  43. 0000000000000540 T Tree::render(sf::RenderWindow&)
  44. 0000000000000596 T Tree::update(Player&)
  45. 00000000000005e4 T Tree::collision(sf::Sprite&, sf::Vector2<float>&, int, int, float)
  46. 0000000000000000 T Tree::Tree(sf::Vector2<float>, int)
  47. 0000000000000000 T Tree::Tree(sf::Vector2<float>, int)
  48. 0000000000000000 W sf::Rect<float>::intersects(sf::Rect<float> const&) const
  49. 0000000000000000 W sf::Rect<float>::intersects(sf::Rect<float> const&, sf::Rect<float>&) const
  50. U sf::Sprite::getGlobalBounds() const
  51. U std::allocator<char>::allocator()
  52. U std::allocator<char>::~allocator()
  53. U std::ostream::operator<<(std::ostream& (*)(std::ostream&))
  54. U std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)
  55. U std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()
  56. U std::ios_base::Init::Init()
  57. U std::ios_base::Init::~Init()
  58. 0000000000000000 W float const& std::max<float>(float const&, float const&)
  59. 0000000000000000 W float const& std::min<float>(float const&, float const&)
  60. U std::cout
  61. U std::basic_ostream<char, std::char_traits<char> >& std::endl<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)
  62. 0000000000000000 b std::__ioinit
  63. U std::basic_ostream<char, std::char_traits<char> >& std::operator<< <std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*)
  64. 0000000000000026 W non-virtual thunk to sf::Sprite::~Sprite()
  65. 0000000000000000 W non-virtual thunk to sf::Sprite::~Sprite()
  66. 0000000000000000 V typeinfo for sf::Drawable
  67. 0000000000000000 V typeinfo name for sf::Drawable
  68. U vtable for __cxxabiv1::__class_type_info
  69. U vtable for sf::Sprite
  70. 0000000000000000 V vtable for sf::Drawable
  71. 00000000000000c0 r __gthread_active_p()::__gthread_active_ptr
  72. ________________________________________________________________________________________________________
  73.  
  74. nm demangle of graphics.so
  75. ________________________________________________________________________________________________________
  76.  
  77. [hunter@localhost lib]$ nm --demangle libsfml-graphics.so.2.3.2
  78. 0004465c B __bss_start
  79. 00044680 b completed.6903
  80. U __cxa_atexit@@GLIBC_2.1.3
  81. U __cxa_begin_catch@@CXXABI_1.3
  82. U __cxa_end_catch@@CXXABI_1.3
  83. w __cxa_finalize@@GLIBC_2.1.3
  84. U __cxa_guard_abort@@CXXABI_1.3
  85. U __cxa_guard_acquire@@CXXABI_1.3
  86. U __cxa_guard_release@@CXXABI_1.3
  87. U __cxa_pure_virtual@@CXXABI_1.3
  88. U __cxa_rethrow@@CXXABI_1.3
  89. 0000b660 t deregister_tm_clones
  90. 0000b6f0 t __do_global_dtors_aux
  91. 00043a38 t __do_global_dtors_aux_fini_array_entry
  92. 00044540 d __dso_handle
  93. 00044544 d DW.ref.__gxx_personality_v0
  94. 00043e20 d _DYNAMIC
  95. 0004465c D _edata
  96. 00044f4c B _end
  97. U fclose@@GLIBC_2.1
  98. U feof@@GLIBC_2.0
  99. 000352f4 T _fini
  100. U floorf@@GLIBC_2.0
  101. U fmod@@GLIBC_2.0
  102. U fopen@@GLIBC_2.1
  103. U __fprintf_chk@@GLIBC_2.3.4
  104. U fputc@@GLIBC_2.0
  105. 0000b740 t frame_dummy
  106. 00043a18 t __frame_dummy_init_array_entry
  107. 00041acc r __FRAME_END__
  108. U fread@@GLIBC_2.0
  109. U free@@GLIBC_2.0
  110. U frexp@@GLIBC_2.0
  111. U fseek@@GLIBC_2.0
  112. U FT_Bitmap_Embolden
  113. U FT_Done_Face
  114. U FT_Done_FreeType
  115. U FT_Done_Glyph
  116. U ftell@@GLIBC_2.0
  117. U FT_Get_Char_Index
  118. U FT_Get_Glyph
  119. U FT_Get_Kerning
  120. U FT_Glyph_To_Bitmap
  121. U FT_Init_FreeType
  122. U FT_Load_Char
  123. U FT_New_Face
  124. U FT_New_Memory_Face
  125. U FT_Open_Face
  126. U FT_Outline_Embolden
  127. U FT_Select_Charmap
  128. U FT_Set_Pixel_Sizes
  129. U fwrite@@GLIBC_2.0
  130. U glBindTexture
  131. U glBlendFunc
  132. U glClear
  133. U glClearColor
  134. U glColorPointer
  135. U glCopyTexSubImage2D
  136. U glDeleteTextures
  137. U glDisable
  138. U glDrawArrays
  139. U glEnable
  140. U glEnableClientState
  141. U glFlush
  142. U glGenTextures
  143. U glGetError
  144. U glGetIntegerv
  145. U glGetString
  146. U glGetTexImage
  147. U glLoadIdentity
  148. U glLoadMatrixf
  149. U glMatrixMode
  150. 00044000 d _GLOBAL_OFFSET_TABLE_
  151. 0000b380 t _GLOBAL__sub_I_BlendMode.cpp
  152. 0000b3f0 t _GLOBAL__sub_I_Color.cpp
  153. 0000b510 t _GLOBAL__sub_I_RenderStates.cpp
  154. 0000b570 t _GLOBAL__sub_I_RenderTarget.cpp
  155. 0000b5b0 t _GLOBAL__sub_I_Shader.cpp
  156. 0000b5f0 t _GLOBAL__sub_I_Texture.cpp
  157. 0000b630 t _GLOBAL__sub_I_Transform.cpp
  158. U glPopAttrib
  159. U glPopClientAttrib
  160. U glPopMatrix
  161. U glPushAttrib
  162. U glPushClientAttrib
  163. U glPushMatrix
  164. U glReadPixels
  165. U glTexCoordPointer
  166. U glTexImage2D
  167. U glTexParameteri
  168. U glTexSubImage2D
  169. U glVertexPointer
  170. U glViewport
  171. w __gmon_start__
  172. U __gxx_personality_v0@@CXXABI_1.3
  173. 00009c28 T _init
  174. w _ITM_deregisterTMCloneTable
  175. w _ITM_registerTMCloneTable
  176. 00043a3c d __JCR_END__
  177. 00043a3c d __JCR_LIST__
  178. U jpeg_CreateCompress@@LIBJPEG_8.0
  179. U jpeg_destroy_compress@@LIBJPEG_8.0
  180. U jpeg_finish_compress@@LIBJPEG_8.0
  181. U jpeg_set_defaults@@LIBJPEG_8.0
  182. U jpeg_set_quality@@LIBJPEG_8.0
  183. U jpeg_start_compress@@LIBJPEG_8.0
  184. U jpeg_std_error@@LIBJPEG_8.0
  185. U jpeg_stdio_dest@@LIBJPEG_8.0
  186. U jpeg_write_scanlines@@LIBJPEG_8.0
  187. w _Jv_RegisterClasses
  188. 00027480 t .L10
  189. 00027490 t .L11
  190. 00010178 t .L12
  191. 000274a0 t .L12
  192. 000274b0 t .L13
  193. 000101a8 t .L14
  194. 000274c0 t .L14
  195. 000101d8 t .L15
  196. 00010208 t .L16
  197. 00010238 t .L17
  198. 0000ff18 t .L18
  199. 00027438 t .L18
  200. 00010148 t .L19
  201. 00012970 t .L250
  202. 00012988 t .L251
  203. 00012760 t .L252
  204. 000126f8 t .L254
  205. 00012aa1 t .L269
  206. 00012dc0 t .L271
  207. 00012c64 t .L272
  208. 00012d81 t .L273
  209. 000129d9 t .L274
  210. 0001299c t .L275
  211. 00012b5d t .L276
  212. 0001336f t .L305
  213. 00013206 t .L307
  214. 000130d3 t .L308
  215. 0001303e t .L309
  216. 00012f4c t .L310
  217. 00012ee5 t .L311
  218. 00013497 t .L312
  219. 00025460 t .L4723
  220. 00025440 t .L4725
  221. 00025428 t .L4726
  222. 000253e8 t .L4727
  223. 00025240 t .L4728
  224. 00025470 t .L4729
  225. 00025450 t .L4730
  226. 00025570 t .L4743
  227. 00025580 t .L4746
  228. 00025538 t .L4747
  229. 00025598 t .L4748
  230. 00025560 t .L4749
  231. 00025480 t .L4750
  232. 00027448 t .L6
  233. 00013cb8 t .L600
  234. 00013f00 t .L601
  235. 00013ed0 t .L603
  236. 00013f60 t .L604
  237. 00013f30 t .L605
  238. 00013ea0 t .L606
  239. 00013e68 t .L607
  240. 00013e20 t .L608
  241. 00013dc8 t .L609
  242. 00013d88 t .L610
  243. 00013d40 t .L611
  244. 00013cf0 t .L612
  245. 00013c80 t .L613
  246. 00027450 t .L7
  247. 00027460 t .L8
  248. 00027470 t .L9
  249. U ldexp@@GLIBC_2.0
  250. U malloc@@GLIBC_2.0
  251. U memcmp@@GLIBC_2.0
  252. U memcpy@@GLIBC_2.0
  253. U memmove@@GLIBC_2.0
  254. U memset@@GLIBC_2.0
  255. U pow@@GLIBC_2.0
  256. w __pthread_key_create
  257. U realloc@@GLIBC_2.0
  258. 0000b6a0 t register_tm_clones
  259. 00044f0c b sfogl_ext_ARB_fragment_shader
  260. 00044f20 b sfogl_ext_ARB_multitexture
  261. 00044f14 b sfogl_ext_ARB_shader_objects
  262. 00044f18 b sfogl_ext_ARB_shading_language_100
  263. 00044f08 b sfogl_ext_ARB_texture_non_power_of_two
  264. 00044f10 b sfogl_ext_ARB_vertex_shader
  265. 00044f04 b sfogl_ext_EXT_blend_equation_separate
  266. 00044f1c b sfogl_ext_EXT_blend_func_separate
  267. 00044f28 b sfogl_ext_EXT_blend_minmax
  268. 00044f24 b sfogl_ext_EXT_blend_subtract
  269. 00044f00 b sfogl_ext_EXT_framebuffer_object
  270. 00044f2c b sfogl_ext_EXT_texture_edge_clamp
  271. 00044f30 b sfogl_ext_SGIS_texture_edge_clamp
  272. 00030600 t sfogl_GetMajorVersion
  273. 00030760 t sfogl_GetMinorVersion
  274. 000308b0 t sfogl_IsVersionGEQ
  275. 00030490 t sfogl_LoadFunctions
  276. 00044ef8 b sf_ptrc_glActiveTextureARB
  277. 00044eec b sf_ptrc_glAttachObjectARB
  278. 00044e50 b sf_ptrc_glBindAttribLocationARB
  279. 00044e40 b sf_ptrc_glBindFramebufferEXT
  280. 00044e3c b sf_ptrc_glBindRenderbufferEXT
  281. 00044efc b sf_ptrc_glBlendEquationEXT
  282. 00044e44 b sf_ptrc_glBlendEquationSeparateEXT
  283. 00044ef0 b sf_ptrc_glBlendFuncSeparateEXT
  284. 00044e38 b sf_ptrc_glCheckFramebufferStatusEXT
  285. 00044ef4 b sf_ptrc_glClientActiveTextureARB
  286. 00044ee8 b sf_ptrc_glCompileShaderARB
  287. 00044ee4 b sf_ptrc_glCreateProgramObjectARB
  288. 00044ee0 b sf_ptrc_glCreateShaderObjectARB
  289. 00044e34 b sf_ptrc_glDeleteFramebuffersEXT
  290. 00044edc b sf_ptrc_glDeleteObjectARB
  291. 00044e30 b sf_ptrc_glDeleteRenderbuffersEXT
  292. 00044ed8 b sf_ptrc_glDetachObjectARB
  293. 00044e2c b sf_ptrc_glFramebufferRenderbufferEXT
  294. 00044e28 b sf_ptrc_glFramebufferTexture1DEXT
  295. 00044e24 b sf_ptrc_glFramebufferTexture2DEXT
  296. 00044e20 b sf_ptrc_glFramebufferTexture3DEXT
  297. 00044e14 b sf_ptrc_glGenerateMipmapEXT
  298. 00044e1c b sf_ptrc_glGenFramebuffersEXT
  299. 00044e18 b sf_ptrc_glGenRenderbuffersEXT
  300. 00044e4c b sf_ptrc_glGetActiveAttribARB
  301. 00044ed4 b sf_ptrc_glGetActiveUniformARB
  302. 00044ed0 b sf_ptrc_glGetAttachedObjectsARB
  303. 00044e48 b sf_ptrc_glGetAttribLocationARB
  304. 00044e10 b sf_ptrc_glGetFramebufferAttachmentParameterivEXT
  305. 00044ecc b sf_ptrc_glGetHandleARB
  306. 00044ec8 b sf_ptrc_glGetInfoLogARB
  307. 00044ec4 b sf_ptrc_glGetObjectParameterfvARB
  308. 00044ec0 b sf_ptrc_glGetObjectParameterivARB
  309. 00044e0c b sf_ptrc_glGetRenderbufferParameterivEXT
  310. 00044ebc b sf_ptrc_glGetShaderSourceARB
  311. 00044eb4 b sf_ptrc_glGetUniformfvARB
  312. 00044eb0 b sf_ptrc_glGetUniformivARB
  313. 00044eb8 b sf_ptrc_glGetUniformLocationARB
  314. 00044e08 b sf_ptrc_glIsFramebufferEXT
  315. 00044e04 b sf_ptrc_glIsRenderbufferEXT
  316. 00044eac b sf_ptrc_glLinkProgramARB
  317. 00044e00 b sf_ptrc_glRenderbufferStorageEXT
  318. 00044ea8 b sf_ptrc_glShaderSourceARB
  319. 00044ea4 b sf_ptrc_glUniform1fARB
  320. 00044ea0 b sf_ptrc_glUniform1fvARB
  321. 00044e9c b sf_ptrc_glUniform1iARB
  322. 00044e98 b sf_ptrc_glUniform1ivARB
  323. 00044e94 b sf_ptrc_glUniform2fARB
  324. 00044e90 b sf_ptrc_glUniform2fvARB
  325. 00044e8c b sf_ptrc_glUniform2iARB
  326. 00044e88 b sf_ptrc_glUniform2ivARB
  327. 00044e84 b sf_ptrc_glUniform3fARB
  328. 00044e80 b sf_ptrc_glUniform3fvARB
  329. 00044e7c b sf_ptrc_glUniform3iARB
  330. 00044e78 b sf_ptrc_glUniform3ivARB
  331. 00044e74 b sf_ptrc_glUniform4fARB
  332. 00044e70 b sf_ptrc_glUniform4fvARB
  333. 00044e6c b sf_ptrc_glUniform4iARB
  334. 00044e68 b sf_ptrc_glUniform4ivARB
  335. 00044e64 b sf_ptrc_glUniformMatrix2fvARB
  336. 00044e60 b sf_ptrc_glUniformMatrix3fvARB
  337. 00044e5c b sf_ptrc_glUniformMatrix4fvARB
  338. 00044e58 b sf_ptrc_glUseProgramObjectARB
  339. 00044e54 b sf_ptrc_glValidateProgramARB
  340. U sincosf@@GLIBC_2.1
  341. U sqrtf@@GLIBC_2.0
  342. U __stack_chk_fail@@GLIBC_2.4
  343. 000352e0 t __stack_chk_fail_local
  344. 00022e40 t stbi_convert_iphone_png_to_rgb
  345. 0001e720 t stbi_failure_reason
  346. 0001ee00 t stbi_hdr_to_ldr_gamma
  347. 0001ee20 t stbi_hdr_to_ldr_scale
  348. 0001e740 t stbi_image_free
  349. 00022e60 t stbi_info
  350. 000235a0 t stbi_info_from_callbacks
  351. 00022fc0 t stbi_info_from_file
  352. 000230e0 t stbi_info_from_memory
  353. 0001e8a0 t stbi_is_hdr
  354. 0001ec20 t stbi_is_hdr_from_callbacks
  355. 0001ea80 t stbi_is_hdr_from_file
  356. 0001e760 t stbi_is_hdr_from_memory
  357. 0001edc0 t stbi_ldr_to_hdr_gamma
  358. 0001ede0 t stbi_ldr_to_hdr_scale
  359. 00022ac0 t stbi_load
  360. 00022980 t stbi_loadf
  361. 00022790 t stbi_loadf_from_callbacks
  362. 00022880 t stbi_loadf_from_file
  363. 00022700 t stbi_loadf_from_memory
  364. 00022400 t stbi_load_from_callbacks
  365. 00022240 t stbi_load_from_file
  366. 00022370 t stbi_load_from_memory
  367. 00022e20 t stbi_set_unpremultiply_on_load
  368. 00023aa0 t stbi_write_bmp
  369. 00024350 t stbi_write_hdr
  370. 00025be0 t stbi_write_png
  371. 00023b20 t stbi_write_tga
  372. 00022c30 t stbi_zlib_decode_buffer
  373. 0001ef10 t stbi_zlib_decode_malloc
  374. 0001ee40 t stbi_zlib_decode_malloc_guesssize
  375. 0001ef30 t stbi_zlib_decode_malloc_guesssize_headerflag
  376. 00022d90 t stbi_zlib_decode_noheader_buffer
  377. 00022cc0 t stbi_zlib_decode_noheader_malloc
  378. U strchr@@GLIBC_2.0
  379. U strcmp@@GLIBC_2.0
  380. U __strcpy_chk@@GLIBC_2.3.4
  381. U strlen@@GLIBC_2.0
  382. U __strncpy_chk@@GLIBC_2.3.4
  383. U strtol@@GLIBC_2.0
  384. 0004465c d __TMC_END__
  385. U tolower@@GLIBC_2.0
  386. U _Unwind_Resume@@GCC_3.0
  387. 0000b650 t __x86.get_pc_thunk.bx
  388. 0000fe04 t __x86.get_pc_thunk.cx
  389. 00024f50 t stbiw__crc32(unsigned char*, int)
  390. 00024470 t stbi_zlib_compress(unsigned char*, int, int*, int)
  391. 00023bc0 t stbiw__linear_to_rgbe(unsigned char*, float*)
  392. 00025050 t stbi_write_png_to_mem(unsigned char*, int, int, int, int, int*)
  393. 00023d10 t stbiw__write_run_data(_IO_FILE*, int, unsigned char)
  394. 00023d80 t stbiw__write_dump_data(_IO_FILE*, int, unsigned char*)
  395. 00023df0 t stbiw__write_hdr_scanline(_IO_FILE*, int, int, unsigned char*, float const*)
  396. U operator delete(void*)@@GLIBCXX_3.4
  397. 00044d78 b guard variable for (anonymous namespace)::getMaxTextureUnits()::maxUnits
  398. 00044b80 b guard variable for sf::priv::ImageLoader::getInstance()::Instance
  399. 00044d70 b guard variable for sf::Shader::isAvailable()::available
  400. 00044d98 b guard variable for sf::Texture::setRepeated(bool)::textureEdgeClamp
  401. 00044d90 b guard variable for sf::Texture::getMaximumSize()::size
  402. 00044da0 b guard variable for sf::Texture::create(unsigned int, unsigned int)::textureEdgeClamp
  403. 00014c10 t stbi__get8(stbi__context*)
  404. 000120c0 t stbi__getn(stbi__context*, unsigned char*, int)
  405. 00011270 t stbi__skip(stbi__context*, int)
  406. 00036140 r stbi__bmask
  407. 00035e40 r stbi__jbias
  408. 000445c0 d ExtensionMap
  409. 00030350 t GetGLVersion()
  410. 00011220 t stbi__at_eof(stbi__context*)
  411. 00014ca0 t stbi__get16be(stbi__context*)
  412. 00014db0 t stbi__get16le(stbi__context*)
  413. 00019020 t stbi__get32be(stbi__context*)
  414. 00018b80 t stbi__get32le(stbi__context*)
  415. 00015540 t stbi__readval(stbi__context*, int, unsigned char*)
  416. 00011880 t resample_row_1(unsigned char*, unsigned char*, unsigned char*, int, int)
  417. 00011c60 t stbi__bitcount(unsigned int)
  418. 0001a710 t stbi__bmp_load(stbi__context*, int*, int*, int*, int)
  419. 0001dbd0 t stbi__gif_load(stbi__context*, int*, int*, int*, int)
  420. 000199f0 t stbi__hdr_info(stbi__context*, int*, int*, int*)
  421. 00019bc0 t stbi__hdr_load(stbi__context*, int*, int*, int*, int)
  422. 00011bf0 t stbi__high_bit(unsigned int)
  423. 00020070 t stbi_load_main(stbi__context*, int*, int*, int*, int)
  424. 00018da0 t stbi__pnm_info(stbi__context*, int*, int*, int*)
  425. 0000b0ae t stbi__tga_info(stbi__context*, int*, int*, int*)
  426. 00014010 t stbiw__sbgrowf(void**, int, int) [clone .constprop.64]
  427. 00044f38 b g_major_version
  428. 00044f34 b g_minor_version
  429. 0001a2b0 t stbi__info_main(stbi__context*, int*, int*, int*)
  430. 000189c0 t stbi__jpeg_info(stbi__context*, int*, int*, int*)
  431. 0001bfb0 t stbi__jpeg_load(stbi__context*, int*, int*, int*, int)
  432. 000153f0 t stbi__jpeg_test(stbi__context*)
  433. 00044590 d stbi__l2h_gamma
  434. 0004458c d stbi__l2h_scale
  435. 000224f0 t stbi_loadf_main(stbi__context*, int*, int*, int*, int)
  436. 00011e40 t stbi__stdio_eof(void*)
  437. 00035e89 r first_row_filter
  438. 000152b0 t stbi__get_marker(stbi__jpeg*) [clone .isra.4] [clone .part.5]
  439. 000112d0 t stbi__idct_block(unsigned char*, int, short*)
  440. 00017070 t stbi__parse_zlib(stbi__zbuf*, int)
  441. 00011e60 t stbi__stdio_read(void*, char*, int)
  442. 00011e10 t stbi__stdio_skip(void*, int)
  443. 00035f40 r stbi__zdist_base
  444. 00044598 d stbi__h2l_gamma_i
  445. 00044594 d stbi__h2l_scale_i
  446. 00012180 t stbi__hdr_convert(float*, unsigned char*, int)
  447. 00035ec0 r stbi__zdist_extra
  448. 00011d70 t stbi__cleanup_jpeg(stbi__jpeg*)
  449. 00018170 t stbi__gif_info_raw(stbi__context*, int*, int*, int*)
  450. 00019820 t stbi__hdr_gettoken(stbi__context*, char*)
  451. 00016b30 t stbi__out_gif_code(stbi__gif*, unsigned short)
  452. 00015680 t stbiw__zlib_flushf(unsigned char*, unsigned int*, int*)
  453. 00036040 r stbi__zlength_base
  454. 00011e90 t stbi__build_huffman(stbi__huffman*, int*)
  455. 00014b20 t stbi__hdr_test_core(stbi__context*)
  456. 000360c0 r stbi__jpeg_dezigzag
  457. 00035fc0 r stbi__zlength_extra
  458. 00013bd0 t stbi__convert_format(unsigned char*, int, int, unsigned int, unsigned int) [clone .part.18]
  459. 00044b88 b stbi__de_iphone_flag
  460. 0001f000 t stbi__parse_png_file(stbi__png*, int, int)
  461. 00019250 t stbi__parse_png_file(stbi__png*, int, int) [clone .constprop.76]
  462. 000151a0 t stbi__pnm_getinteger(stbi__context*, char*)
  463. 000165d0 t stbi__process_marker(stbi__jpeg*, int)
  464. 000148a0 t stbi__zbuild_huffman(stbi__zhuffman*, unsigned char*, int)
  465. 0002ffa0 t Load_ARB_multitexture()
  466. 0002fff0 t Load_EXT_blend_minmax()
  467. 00030020 t ProcExtsFromExtString(char const*)
  468. 00043a40 d stbi__stdio_callbacks
  469. 00044bc0 b stbi__zdefault_length
  470. 0002faf0 t Load_ARB_vertex_shader()
  471. 00044ce0 b stbi__g_failure_reason
  472. 000123b0 t stbi__resample_row_h_2(unsigned char*, unsigned char*, unsigned char*, int, int)
  473. 00011890 t stbi__resample_row_v_2(unsigned char*, unsigned char*, unsigned char*, int, int)
  474. 00011b20 t stbi__YCbCr_to_RGB_row(unsigned char*, unsigned char const*, unsigned char const*, unsigned char const*, int, int)
  475. 0002fb60 t Load_ARB_shader_objects()
  476. 00035e80 r stbi__depth_scale_table
  477. 0001b8f0 t stbi__jpeg_decode_block(stbi__jpeg*, short*, stbi__huffman*, stbi__huffman*, short*, int, unsigned char*)
  478. 000118e0 t stbi__resample_row_hv_2(unsigned char*, unsigned char*, unsigned char*, int, int)
  479. 00044ba0 b stbi__zdefault_distance
  480. 000160d0 t stbi__grow_buffer_unsafe(stbi__jpeg*)
  481. 000150a0 t stbi__pnm_skip_whitespace(stbi__context*, char*)
  482. 00012490 t stbi__create_png_image_raw(stbi__png*, unsigned char*, unsigned int, int, unsigned int, unsigned int, int, int) [clone .isra.16]
  483. 00014ec0 t stbi__gif_parse_colortable(stbi__context*, unsigned char (*) [4], int, int)
  484. 00018470 t stbi__process_frame_header(stbi__jpeg*, int)
  485. 00011990 t stbi__resample_row_generic(unsigned char*, unsigned char*, unsigned char*, int, int)
  486. 0002f8e0 t Load_EXT_framebuffer_object()
  487. 00015750 t stbi__compute_huffman_codes(stbi__zbuf*)
  488. 00044b8c b stbi__unpremultiply_on_load
  489. 0002ff70 t Load_EXT_blend_func_separate()
  490. 00016280 t stbi__jpeg_decode_block_prog_dc(stbi__jpeg*, short*, stbi__huffman*, int)
  491. 0002fac0 t Load_EXT_blend_equation_separate()
  492. 00014080 t outfile(char const*, int, int, int, int, int, int, void*, int, int, char const*, ...) [clone .constprop.67]
  493. 00014310 t outfile(char const*, int, int, int, int, int, int, void*, int, int, char const*, ...) [clone .constprop.68]
  494. 000145c0 t outfile(char const*, int, int, int, int, int, int, void*, int, int, char const*, ...) [clone .constprop.69]
  495. 000122b0 t writefv(_IO_FILE*, char const*, char*)
  496. 00029f40 t (anonymous namespace)::getFileContents(std::string const&, std::vector<char, std::allocator<char> >&) [clone .constprop.88]
  497. 0002a770 t (anonymous namespace)::getStreamContents(sf::InputStream&, std::vector<char, std::allocator<char> >&) [clone .constprop.87]
  498. 00027410 t (anonymous namespace)::factorToGlConstant(sf::BlendMode::Factor)
  499. 00011d10 t (anonymous namespace)::eof(void*)
  500. 0000bbf0 t (anonymous namespace)::read(FT_StreamRec_*, unsigned long, unsigned char*, unsigned long)
  501. 00011cb0 t (anonymous namespace)::read(void*, char*, int)
  502. 00011cd0 t (anonymous namespace)::skip(void*, int)
  503. 0000bc50 t (anonymous namespace)::close(FT_StreamRec_*)
  504. 00044d80 b (anonymous namespace)::mutex
  505. 00044da8 b (anonymous namespace)::mutex
  506. 000446cc B sf::BlendAlpha
  507. U sf::GlResource::ensureGlContext()
  508. U sf::GlResource::GlResource()
  509. U sf::GlResource::~GlResource()
  510. 00031740 T sf::CircleShape::setPointCount(unsigned int)
  511. 00031700 T sf::CircleShape::setRadius(float)
  512. 00031690 T sf::CircleShape::CircleShape(float, unsigned int)
  513. 00031690 T sf::CircleShape::CircleShape(float, unsigned int)
  514. 000317b0 W sf::CircleShape::~CircleShape()
  515. 00031770 W sf::CircleShape::~CircleShape()
  516. 00031770 W sf::CircleShape::~CircleShape()
  517. 00031a70 T sf::ConvexShape::setPointCount(unsigned int)
  518. 00031a30 T sf::ConvexShape::setPoint(unsigned int, sf::Vector2<float> const&)
  519. 00031b10 T sf::ConvexShape::ConvexShape(unsigned int)
  520. 00031b10 T sf::ConvexShape::ConvexShape(unsigned int)
  521. 00031c00 W sf::ConvexShape::~ConvexShape()
  522. 00031ba0 W sf::ConvexShape::~ConvexShape()
  523. 00031ba0 W sf::ConvexShape::~ConvexShape()
  524. 00034020 T sf::VertexArray::setPrimitiveType(sf::PrimitiveType)
  525. 00034010 T sf::VertexArray::clear()
  526. 00034130 T sf::VertexArray::append(sf::Vertex const&)
  527. 000341a0 T sf::VertexArray::resize(unsigned int)
  528. 00033ec0 T sf::VertexArray::VertexArray(sf::PrimitiveType, unsigned int)
  529. 00033e80 T sf::VertexArray::VertexArray()
  530. 00033ec0 T sf::VertexArray::VertexArray(sf::PrimitiveType, unsigned int)
  531. 00033e80 T sf::VertexArray::VertexArray()
  532. 00034290 W sf::VertexArray::~VertexArray()
  533. 00034250 W sf::VertexArray::~VertexArray()
  534. 00034250 W sf::VertexArray::~VertexArray()
  535. 00033fd0 T sf::VertexArray::operator[](unsigned int)
  536. 00044d00 B sf::RenderStates::Default
  537. 00026ea0 T sf::RenderStates::RenderStates(sf::Shader const*)
  538. 00026e40 T sf::RenderStates::RenderStates(sf::Texture const*)
  539. 00026de0 T sf::RenderStates::RenderStates(sf::BlendMode const&)
  540. 00026f00 T sf::RenderStates::RenderStates(sf::BlendMode const&, sf::Transform const&, sf::Texture const*, sf::Shader const*)
  541. 00026d30 T sf::RenderStates::RenderStates(sf::Transform const&)
  542. 00026cd0 T sf::RenderStates::RenderStates()
  543. 00026ea0 T sf::RenderStates::RenderStates(sf::Shader const*)
  544. 00026e40 T sf::RenderStates::RenderStates(sf::Texture const*)
  545. 00026de0 T sf::RenderStates::RenderStates(sf::BlendMode const&)
  546. 00026f00 T sf::RenderStates::RenderStates(sf::BlendMode const&, sf::Transform const&, sf::Texture const*, sf::Shader const*)
  547. 00026d30 T sf::RenderStates::RenderStates(sf::Transform const&)
  548. 00026cd0 T sf::RenderStates::RenderStates()
  549. 00027a20 T sf::RenderTarget::initialize()
  550. 000282a0 T sf::RenderTarget::applyShader(sf::Shader const*)
  551. 000279b0 T sf::RenderTarget::popGLStates()
  552. 000281b0 T sf::RenderTarget::applyTexture(sf::Texture const*)
  553. 00028410 T sf::RenderTarget::pushGLStates()
  554. 000282c0 T sf::RenderTarget::resetGLStates()
  555. 00027bb0 T sf::RenderTarget::applyBlendMode(sf::BlendMode const&)
  556. 00028180 T sf::RenderTarget::applyTransform(sf::Transform const&)
  557. 00027b10 T sf::RenderTarget::applyCurrentView()
  558. 000284a0 T sf::RenderTarget::draw(sf::Vertex const*, unsigned int, sf::PrimitiveType, sf::RenderStates const&)
  559. 00027980 T sf::RenderTarget::draw(sf::Drawable const&, sf::RenderStates const&)
  560. 00028200 T sf::RenderTarget::clear(sf::Color const&)
  561. 00027630 T sf::RenderTarget::setView(sf::View const&)
  562. 00027560 T sf::RenderTarget::RenderTarget()
  563. 00027560 T sf::RenderTarget::RenderTarget()
  564. 00027600 T sf::RenderTarget::~RenderTarget()
  565. 000275f0 T sf::RenderTarget::~RenderTarget()
  566. 000275f0 T sf::RenderTarget::~RenderTarget()
  567. 00028800 T sf::RenderWindow::activate(bool)
  568. 00028880 T sf::RenderWindow::onCreate()
  569. 000288b0 T sf::RenderWindow::onResize()
  570. 000289d0 T sf::RenderWindow::RenderWindow(unsigned long, sf::ContextSettings const&)
  571. 00028940 T sf::RenderWindow::RenderWindow(sf::VideoMode, sf::String const&, unsigned int, sf::ContextSettings const&)
  572. 000288e0 T sf::RenderWindow::RenderWindow()
  573. 000289d0 T sf::RenderWindow::RenderWindow(unsigned long, sf::ContextSettings const&)
  574. 00028940 T sf::RenderWindow::RenderWindow(sf::VideoMode, sf::String const&, unsigned int, sf::ContextSettings const&)
  575. 000288e0 T sf::RenderWindow::RenderWindow()
  576. 000287c0 T sf::RenderWindow::~RenderWindow()
  577. 00028750 T sf::RenderWindow::~RenderWindow()
  578. 00028750 T sf::RenderWindow::~RenderWindow()
  579. 0004469c B sf::BlendMultiply
  580. 000272f0 T sf::RenderTexture::setRepeated(bool)
  581. 00027120 T sf::RenderTexture::create(unsigned int, unsigned int, bool)
  582. 000273b0 T sf::RenderTexture::display()
  583. 00027380 T sf::RenderTexture::activate(bool)
  584. 00027350 T sf::RenderTexture::setActive(bool)
  585. 000270f0 T sf::RenderTexture::setSmooth(bool)
  586. 00027090 T sf::RenderTexture::RenderTexture()
  587. 00027090 T sf::RenderTexture::RenderTexture()
  588. 00027030 T sf::RenderTexture::~RenderTexture()
  589. 00026fa0 T sf::RenderTexture::~RenderTexture()
  590. 00026fa0 T sf::RenderTexture::~RenderTexture()
  591. 0002eb80 T sf::Transformable::setPosition(float, float)
  592. 0002eba0 T sf::Transformable::setPosition(sf::Vector2<float> const&)
  593. 0002ebd0 T sf::Transformable::setRotation(float)
  594. 0002ed10 T sf::Transformable::move(float, float)
  595. 0002ed50 T sf::Transformable::move(sf::Vector2<float> const&)
  596. 0002edc0 T sf::Transformable::scale(float, float)
  597. 0002ee00 T sf::Transformable::scale(sf::Vector2<float> const&)
  598. 0002ed90 T sf::Transformable::rotate(float)
  599. 0002ec30 T sf::Transformable::setScale(float, float)
  600. 0002ec50 T sf::Transformable::setScale(sf::Vector2<float> const&)
  601. 0002ec80 T sf::Transformable::setOrigin(float, float)
  602. 0002eca0 T sf::Transformable::setOrigin(sf::Vector2<float> const&)
  603. 0002eb20 T sf::Transformable::Transformable()
  604. 0002eb20 T sf::Transformable::Transformable()
  605. 0002eaf0 T sf::Transformable::~Transformable()
  606. 0002eae0 T sf::Transformable::~Transformable()
  607. 0002eae0 T sf::Transformable::~Transformable()
  608. 00031890 T sf::RectangleShape::setSize(sf::Vector2<float> const&)
  609. 000318d0 T sf::RectangleShape::RectangleShape(sf::Vector2<float> const&)
  610. 000318d0 T sf::RectangleShape::RectangleShape(sf::Vector2<float> const&)
  611. 00031990 W sf::RectangleShape::~RectangleShape()
  612. 00031950 W sf::RectangleShape::~RectangleShape()
  613. 00031950 W sf::RectangleShape::~RectangleShape()
  614. U sf::err()
  615. 0000ca00 T sf::Font::loadFromFile(std::string const&)
  616. 0000cd50 T sf::Font::loadFromMemory(void const*, unsigned int)
  617. 0000d030 T sf::Font::loadFromStream(sf::InputStream&)
  618. 0000c560 T sf::Font::Page::Page()
  619. 0000c560 T sf::Font::Page::Page()
  620. 0000ef10 W sf::Font::Page::~Page()
  621. 0000ef10 W sf::Font::Page::~Page()
  622. 0000c720 T sf::Font::cleanup()
  623. 0000d5d0 T sf::Font::operator=(sf::Font const&)
  624. 0000d450 T sf::Font::Font(sf::Font const&)
  625. 0000bc60 T sf::Font::Font()
  626. 0000d450 T sf::Font::Font(sf::Font const&)
  627. 0000bc60 T sf::Font::Font()
  628. 0000c870 T sf::Font::~Font()
  629. 0000c870 T sf::Font::~Font()
  630. U sf::Lock::Lock(sf::Mutex&)
  631. U sf::Lock::~Lock()
  632. 00025ca0 t sf::priv::ImageLoader::getInstance()
  633. 00025f70 t sf::priv::ImageLoader::saveImageToFile(std::string const&, std::vector<unsigned char, std::allocator<unsigned char> > const&, sf::Vector2<unsigned int> const&)
  634. 00026960 t sf::priv::ImageLoader::loadImageFromFile(std::string const&, std::vector<unsigned char, std::allocator<unsigned char> >&, sf::Vector2<unsigned int>&)
  635. 00026690 t sf::priv::ImageLoader::loadImageFromMemory(void const*, unsigned int, std::vector<unsigned char, std::allocator<unsigned char> >&, sf::Vector2<unsigned int>&)
  636. 00026410 t sf::priv::ImageLoader::loadImageFromStream(sf::InputStream&, std::vector<unsigned char, std::allocator<unsigned char> >&, sf::Vector2<unsigned int>&)
  637. 00025d20 t sf::priv::ImageLoader::writeJpg(std::string const&, std::vector<unsigned char, std::allocator<unsigned char> > const&, unsigned int, unsigned int)
  638. 00025d10 t sf::priv::ImageLoader::ImageLoader()
  639. 00025d10 t sf::priv::ImageLoader::ImageLoader()
  640. 00011d60 t sf::priv::ImageLoader::~ImageLoader()
  641. 00011d60 t sf::priv::ImageLoader::~ImageLoader()
  642. 0000fe60 t sf::priv::glCheckError(char const*, unsigned int, char const*)
  643. 0002dd70 t sf::priv::TextureSaver::TextureSaver()
  644. 0002dd70 t sf::priv::TextureSaver::TextureSaver()
  645. 0002dda0 t sf::priv::TextureSaver::~TextureSaver()
  646. 0002dda0 t sf::priv::TextureSaver::~TextureSaver()
  647. 00034aa0 t sf::priv::RenderTextureImpl::~RenderTextureImpl()
  648. 00034a90 t sf::priv::RenderTextureImpl::~RenderTextureImpl()
  649. 00034a90 t sf::priv::RenderTextureImpl::~RenderTextureImpl()
  650. 00010410 t sf::priv::ensureExtensionsInit()
  651. 00034fb0 t sf::priv::RenderTextureImplFBO::isAvailable()
  652. 00034bd0 t sf::priv::RenderTextureImplFBO::updateTexture(unsigned int)
  653. 00034bf0 t sf::priv::RenderTextureImplFBO::create(unsigned int, unsigned int, unsigned int, bool)
  654. 00034ba0 t sf::priv::RenderTextureImplFBO::activate(bool)
  655. 00034f50 t sf::priv::RenderTextureImplFBO::RenderTextureImplFBO()
  656. 00034f50 t sf::priv::RenderTextureImplFBO::RenderTextureImplFBO()
  657. 00034e50 t sf::priv::RenderTextureImplFBO::~RenderTextureImplFBO()
  658. 00034ac0 t sf::priv::RenderTextureImplFBO::~RenderTextureImplFBO()
  659. 00034ac0 t sf::priv::RenderTextureImplFBO::~RenderTextureImplFBO()
  660. 00035150 t sf::priv::RenderTextureImplDefault::updateTexture(unsigned int)
  661. 00035060 t sf::priv::RenderTextureImplDefault::create(unsigned int, unsigned int, unsigned int, bool)
  662. 00035120 t sf::priv::RenderTextureImplDefault::activate(bool)
  663. 00035270 t sf::priv::RenderTextureImplDefault::RenderTextureImplDefault()
  664. 00035270 t sf::priv::RenderTextureImplDefault::RenderTextureImplDefault()
  665. 000351e0 t sf::priv::RenderTextureImplDefault::~RenderTextureImplDefault()
  666. 00034fe0 t sf::priv::RenderTextureImplDefault::~RenderTextureImplDefault()
  667. 00034fe0 t sf::priv::RenderTextureImplDefault::~RenderTextureImplDefault()
  668. 00032940 T sf::Text::setCharacterSize(unsigned int)
  669. 00032920 T sf::Text::setFont(sf::Font const&)
  670. 00032980 T sf::Text::setColor(sf::Color const&)
  671. 00032960 T sf::Text::setStyle(unsigned int)
  672. 000328d0 T sf::Text::setString(sf::String const&)
  673. 000327c0 T sf::Text::Text(sf::String const&, sf::Font const&, unsigned int)
  674. 000326c0 T sf::Text::Text()
  675. 000327c0 T sf::Text::Text(sf::String const&, sf::Font const&, unsigned int)
  676. 000326c0 T sf::Text::Text()
  677. 00033d70 W sf::Text::~Text()
  678. 00033cb0 W sf::Text::~Text()
  679. 00033cb0 W sf::Text::~Text()
  680. 0002f1b0 T sf::View::setRotation(float)
  681. 0002f210 T sf::View::setViewport(sf::Rect<float> const&)
  682. 0002f400 T sf::View::move(float, float)
  683. 0002f440 T sf::View::move(sf::Vector2<float> const&)
  684. 0002f4d0 T sf::View::zoom(float)
  685. 0002f230 T sf::View::reset(sf::Rect<float> const&)
  686. 0002f4a0 T sf::View::rotate(float)
  687. 0002f150 T sf::View::setSize(float, float)
  688. 0002f180 T sf::View::setSize(sf::Vector2<float> const&)
  689. 0002f100 T sf::View::setCenter(float, float)
  690. 0002f120 T sf::View::setCenter(sf::Vector2<float> const&)
  691. 0002f350 T sf::View::View(sf::Rect<float> const&)
  692. 0002f090 T sf::View::View(sf::Vector2<float> const&, sf::Vector2<float> const&)
  693. 0002f280 T sf::View::View()
  694. 0002f350 T sf::View::View(sf::Rect<float> const&)
  695. 0002f090 T sf::View::View(sf::Vector2<float> const&, sf::Vector2<float> const&)
  696. 0002f280 T sf::View::View()
  697. 000446e4 B sf::Color::Transparent
  698. 000446fc B sf::Color::Red
  699. 000446f4 B sf::Color::Blue
  700. 000446e8 B sf::Color::Cyan
  701. 00044704 B sf::Color::Black
  702. 000446f8 B sf::Color::Green
  703. 00044700 B sf::Color::White
  704. 000446f0 B sf::Color::Yellow
  705. 000446ec B sf::Color::Magenta
  706. 0000b8c0 T sf::Color::Color(unsigned char, unsigned char, unsigned char, unsigned char)
  707. 0000b8e0 T sf::Color::Color(unsigned int)
  708. 0000b8a0 T sf::Color::Color()
  709. 0000b8c0 T sf::Color::Color(unsigned char, unsigned char, unsigned char, unsigned char)
  710. 0000b8e0 T sf::Color::Color(unsigned int)
  711. 0000b8a0 T sf::Color::Color()
  712. 000105d0 T sf::Image::loadFromFile(std::string const&)
  713. 00010c50 T sf::Image::flipVertically()
  714. 00010600 T sf::Image::loadFromMemory(void const*, unsigned int)
  715. 00010640 T sf::Image::loadFromStream(sf::InputStream&)
  716. 00010b50 T sf::Image::flipHorizontally()
  717. 000106c0 T sf::Image::createMaskFromColor(sf::Color const&, unsigned char)
  718. 00010720 T sf::Image::copy(sf::Image const&, unsigned int, unsigned int, sf::Rect<int> const&, bool)
  719. 00010de0 T sf::Image::create(unsigned int, unsigned int, unsigned char const*)
  720. 00010ec0 T sf::Image::create(unsigned int, unsigned int, sf::Color const&)
  721. 00010a20 T sf::Image::setPixel(unsigned int, unsigned int, sf::Color const&)
  722. 00010570 T sf::Image::Image()
  723. 00010570 T sf::Image::Image()
  724. 000105a0 T sf::Image::~Image()
  725. 000105a0 T sf::Image::~Image()
  726. U sf::Mutex::Mutex()
  727. U sf::Mutex::~Mutex()
  728. 00030ee0 T sf::Shape::setTexture(sf::Texture const*, bool)
  729. 00030d40 T sf::Shape::setFillColor(sf::Color const&)
  730. 00031050 T sf::Shape::updateOutline()
  731. 00030e90 T sf::Shape::setTextureRect(sf::Rect<int> const&)
  732. 00031020 T sf::Shape::setOutlineColor(sf::Color const&)
  733. 00030d70 T sf::Shape::updateTexCoords()
  734. 00030ce0 T sf::Shape::updateFillColors()
  735. 000315c0 T sf::Shape::setOutlineThickness(float)
  736. 00030fc0 T sf::Shape::updateOutlineColors()
  737. 00031400 T sf::Shape::update()
  738. 00030b60 T sf::Shape::Shape()
  739. 00030b60 T sf::Shape::Shape()
  740. 00030a30 T sf::Shape::~Shape()
  741. 000309a0 T sf::Shape::~Shape()
  742. 000309a0 T sf::Shape::~Shape()
  743. 00028c50 T sf::Shader::isAvailable()
  744. 0002a5e0 T sf::Shader::loadFromFile(std::string const&, sf::Shader::Type)
  745. 0002a350 T sf::Shader::loadFromFile(std::string const&, std::string const&)
  746. 00029b40 T sf::Shader::setParameter(std::string const&, float)
  747. 00029bd0 T sf::Shader::setParameter(std::string const&, float, float)
  748. 00029c90 T sf::Shader::setParameter(std::string const&, float, float, float)
  749. 00029d50 T sf::Shader::setParameter(std::string const&, float, float, float, float)
  750. 00029f00 T sf::Shader::setParameter(std::string const&, sf::Shader::CurrentTextureType)
  751. 00029de0 T sf::Shader::setParameter(std::string const&, sf::Color const&)
  752. 0002ad30 T sf::Shader::setParameter(std::string const&, sf::Texture const&)
  753. 00029c60 T sf::Shader::setParameter(std::string const&, sf::Vector2<float> const&)
  754. 00029d20 T sf::Shader::setParameter(std::string const&, sf::Vector3<float> const&)
  755. 00029e60 T sf::Shader::setParameter(std::string const&, sf::Transform const&)
  756. 00044d68 B sf::Shader::CurrentTexture
  757. 00029740 T sf::Shader::loadFromMemory(std::string const&, sf::Shader::Type)
  758. 00029790 T sf::Shader::loadFromMemory(std::string const&, std::string const&)
  759. 0002aae0 T sf::Shader::loadFromStream(sf::InputStream&, sf::Shader::Type)
  760. 0002a8a0 T sf::Shader::loadFromStream(sf::InputStream&, sf::InputStream&)
  761. 000297c0 T sf::Shader::getParamLocation(std::string const&)
  762. 00028e20 T sf::Shader::bind(sf::Shader const*)
  763. 00028fd0 T sf::Shader::compile(char const*, char const*)
  764. 00028bd0 T sf::Shader::Shader()
  765. 00028bd0 T sf::Shader::Shader()
  766. 00028f40 T sf::Shader::~Shader()
  767. 00028f40 T sf::Shader::~Shader()
  768. 000323a0 T sf::Sprite::setTexture(sf::Texture const&, bool)
  769. 00032310 T sf::Sprite::setTextureRect(sf::Rect<int> const&)
  770. 00032240 T sf::Sprite::updatePositions()
  771. 000322b0 T sf::Sprite::updateTexCoords()
  772. 00032110 T sf::Sprite::setColor(sf::Color const&)
  773. 00032480 T sf::Sprite::Sprite(sf::Texture const&)
  774. 00032550 T sf::Sprite::Sprite(sf::Texture const&, sf::Rect<int> const&)
  775. 00032050 T sf::Sprite::Sprite()
  776. 00032480 T sf::Sprite::Sprite(sf::Texture const&)
  777. 00032550 T sf::Sprite::Sprite(sf::Texture const&, sf::Rect<int> const&)
  778. 00032050 T sf::Sprite::Sprite()
  779. 00032670 W sf::Sprite::~Sprite()
  780. 00032620 W sf::Sprite::~Sprite()
  781. 00032620 W sf::Sprite::~Sprite()
  782. U sf::String::operator=(sf::String const&)
  783. U sf::String::String(sf::String const&)
  784. U sf::String::String()
  785. 0002f7d0 T sf::Vertex::Vertex(sf::Vector2<float> const&)
  786. 0002f820 T sf::Vertex::Vertex(sf::Vector2<float> const&, sf::Color const&)
  787. 0002f8b0 T sf::Vertex::Vertex(sf::Vector2<float> const&, sf::Color const&, sf::Vector2<float> const&)
  788. 0002f850 T sf::Vertex::Vertex(sf::Vector2<float> const&, sf::Vector2<float> const&)
  789. 0002f780 T sf::Vertex::Vertex()
  790. 0002f7d0 T sf::Vertex::Vertex(sf::Vector2<float> const&)
  791. 0002f820 T sf::Vertex::Vertex(sf::Vector2<float> const&, sf::Color const&)
  792. 0002f8b0 T sf::Vertex::Vertex(sf::Vector2<float> const&, sf::Color const&, sf::Vector2<float> const&)
  793. 0002f850 T sf::Vertex::Vertex(sf::Vector2<float> const&, sf::Vector2<float> const&)
  794. 0002f780 T sf::Vertex::Vertex()
  795. U sf::Window::create(unsigned long, sf::ContextSettings const&)
  796. U sf::Window::create(sf::VideoMode, sf::String const&, unsigned int, sf::ContextSettings const&)
  797. U sf::Window::Window()
  798. U sf::Window::~Window()
  799. U sf::Context::getFunction(char const*)
  800. U sf::Context::setActive(bool)
  801. U sf::Context::Context(sf::ContextSettings const&, unsigned int, unsigned int)
  802. U sf::Context::Context()
  803. U sf::Context::~Context()
  804. 0002c950 T sf::Texture::setRepeated(bool)
  805. 0002cfc0 T sf::Texture::getValidSize(unsigned int)
  806. 0002d900 T sf::Texture::loadFromFile(std::string const&, sf::Rect<int> const&)
  807. 0002d6c0 T sf::Texture::loadFromImage(sf::Image const&, sf::Rect<int> const&)
  808. 0002ceb0 T sf::Texture::getMaximumSize()
  809. 0002d9a0 T sf::Texture::loadFromMemory(void const*, unsigned int, sf::Rect<int> const&)
  810. 0002da40 T sf::Texture::loadFromStream(sf::InputStream&, sf::Rect<int> const&)
  811. 0002ccf0 T sf::Texture::bind(sf::Texture const*, sf::Texture::CoordinateType)
  812. 0002d010 T sf::Texture::create(unsigned int, unsigned int)
  813. 0002c600 T sf::Texture::update(unsigned char const*)
  814. 0002c4e0 T sf::Texture::update(unsigned char const*, unsigned int, unsigned int, unsigned int, unsigned int)
  815. 0002c630 T sf::Texture::update(sf::Image const&)
  816. 0002c690 T sf::Texture::update(sf::Image const&, unsigned int, unsigned int)
  817. 0002c830 T sf::Texture::update(sf::Window const&)
  818. 0002c6f0 T sf::Texture::update(sf::Window const&, unsigned int, unsigned int)
  819. 0002c860 T sf::Texture::setSmooth(bool)
  820. 0002dc30 T sf::Texture::operator=(sf::Texture const&)
  821. 0002dae0 T sf::Texture::Texture(sf::Texture const&)
  822. 0002c010 T sf::Texture::Texture()
  823. 0002dae0 T sf::Texture::Texture(sf::Texture const&)
  824. 0002c010 T sf::Texture::Texture()
  825. 0002c0f0 T sf::Texture::~Texture()
  826. 0002c0f0 T sf::Texture::~Texture()
  827. 000446b4 B sf::BlendAdd
  828. 0000b7c0 T sf::BlendMode::BlendMode(sf::BlendMode::Factor, sf::BlendMode::Factor, sf::BlendMode::Equation)
  829. 0000b7f0 T sf::BlendMode::BlendMode(sf::BlendMode::Factor, sf::BlendMode::Factor, sf::BlendMode::Equation, sf::BlendMode::Factor, sf::BlendMode::Factor, sf::BlendMode::Equation)
  830. 0000b790 T sf::BlendMode::BlendMode()
  831. 0000b7c0 T sf::BlendMode::BlendMode(sf::BlendMode::Factor, sf::BlendMode::Factor, sf::BlendMode::Equation)
  832. 0000b7f0 T sf::BlendMode::BlendMode(sf::BlendMode::Factor, sf::BlendMode::Factor, sf::BlendMode::Equation, sf::BlendMode::Factor, sf::BlendMode::Factor, sf::BlendMode::Equation)
  833. 0000b790 T sf::BlendMode::BlendMode()
  834. 00044684 B sf::BlendNone
  835. 0002e7f0 T sf::Transform::scale(float, float)
  836. 0002e860 T sf::Transform::scale(float, float, float, float)
  837. 0002e900 T sf::Transform::scale(sf::Vector2<float> const&)
  838. 0002e930 T sf::Transform::scale(sf::Vector2<float> const&, sf::Vector2<float> const&)
  839. 0002e620 T sf::Transform::rotate(float)
  840. 0002e6d0 T sf::Transform::rotate(float, float, float)
  841. 0002e7c0 T sf::Transform::rotate(float, sf::Vector2<float> const&)
  842. 0002e350 T sf::Transform::combine(sf::Transform const&)
  843. 00044dc0 B sf::Transform::Identity
  844. 0002e570 T sf::Transform::translate(float, float)
  845. 0002e5f0 T sf::Transform::translate(sf::Vector2<float> const&)
  846. 0002de10 T sf::Transform::Transform(float, float, float, float, float, float, float, float, float)
  847. 0002ddd0 T sf::Transform::Transform()
  848. 0002de10 T sf::Transform::Transform(float, float, float, float, float, float, float, float, float)
  849. 0002ddd0 T sf::Transform::Transform()
  850. 0000b940 T sf::operator==(sf::Color const&, sf::Color const&)
  851. 0000b820 T sf::operator==(sf::BlendMode const&, sf::BlendMode const&)
  852. 0000ba30 T sf::operator-(sf::Color const&, sf::Color const&)
  853. 0000bb70 T sf::operator-=(sf::Color&, sf::Color const&)
  854. 0000baa0 T sf::operator*(sf::Color const&, sf::Color const&)
  855. 0002eab0 T sf::operator*(sf::Transform const&, sf::Vector2<float> const&)
  856. 0002e960 T sf::operator*(sf::Transform const&, sf::Transform const&)
  857. 0000bbb0 T sf::operator*=(sf::Color&, sf::Color const&)
  858. 0002ea80 T sf::operator*=(sf::Transform&, sf::Transform const&)
  859. 0000b980 T sf::operator!=(sf::Color const&, sf::Color const&)
  860. U sf::operator!=(sf::String const&, sf::String const&)
  861. 0000b870 T sf::operator!=(sf::BlendMode const&, sf::BlendMode const&)
  862. 0000b9b0 T sf::operator+(sf::Color const&, sf::Color const&)
  863. 0000bb30 T sf::operator+=(sf::Color&, sf::Color const&)
  864. 000315f0 T sf::CircleShape::getPointCount() const
  865. 00031600 T sf::CircleShape::getPoint(unsigned int) const
  866. 00031730 T sf::CircleShape::getRadius() const
  867. 000319e0 T sf::ConvexShape::getPointCount() const
  868. 00031a00 T sf::ConvexShape::getPoint(unsigned int) const
  869. 00033fb0 T sf::VertexArray::getVertexCount() const
  870. 00034030 T sf::VertexArray::getPrimitiveType() const
  871. 00033e30 T sf::VertexArray::draw(sf::RenderTarget&, sf::RenderStates) const
  872. 00034040 T sf::VertexArray::getBounds() const
  873. 00033ff0 T sf::VertexArray::operator[](unsigned int) const
  874. 000276a0 T sf::RenderTarget::getViewport(sf::View const&) const
  875. 00027690 T sf::RenderTarget::getDefaultView() const
  876. 00027940 T sf::RenderTarget::mapCoordsToPixel(sf::Vector2<float> const&) const
  877. 00027880 T sf::RenderTarget::mapCoordsToPixel(sf::Vector2<float> const&, sf::View const&) const
  878. 00027840 T sf::RenderTarget::mapPixelToCoords(sf::Vector2<int> const&) const
  879. 00027780 T sf::RenderTarget::mapPixelToCoords(sf::Vector2<int> const&, sf::View const&) const
  880. 00027680 T sf::RenderTarget::getView() const
  881. 00028a50 T sf::RenderWindow::capture() const
  882. 00028840 T sf::RenderWindow::getSize() const
  883. 00027400 T sf::RenderTexture::getTexture() const
  884. 00027320 T sf::RenderTexture::isRepeated() const
  885. 00027060 T sf::RenderTexture::getSize() const
  886. 000272c0 T sf::RenderTexture::isSmooth() const
  887. 0002ecd0 T sf::Transformable::getPosition() const
  888. 0002ece0 T sf::Transformable::getRotation() const
  889. 0002ee40 T sf::Transformable::getTransform() const
  890. 0002efb0 T sf::Transformable::getInverseTransform() const
  891. 0002ecf0 T sf::Transformable::getScale() const
  892. 0002ed00 T sf::Transformable::getOrigin() const
  893. 00031800 T sf::RectangleShape::getPointCount() const
  894. 00031940 T sf::RectangleShape::getSize() const
  895. 00031810 T sf::RectangleShape::getPoint(unsigned int) const
  896. 0000bef0 T sf::Font::getKerning(unsigned int, unsigned int, unsigned int) const
  897. 0000d800 T sf::Font::getTexture(unsigned int) const
  898. 0000c150 T sf::Font::findGlyphRect(sf::Font::Page&, unsigned int, unsigned int) const
  899. 0000bfb0 T sf::Font::getLineSpacing(unsigned int) const
  900. 0000bce0 T sf::Font::setCurrentSize(unsigned int) const
  901. 0000c010 T sf::Font::getUnderlinePosition(unsigned int) const
  902. 0000c0b0 T sf::Font::getUnderlineThickness(unsigned int) const
  903. 0000bcd0 T sf::Font::getInfo() const
  904. 0000e510 T sf::Font::getGlyph(unsigned int, unsigned int, bool) const
  905. 0000db60 T sf::Font::loadGlyph(unsigned int, unsigned int, bool) const
  906. 00033b80 T sf::Text::getLocalBounds() const
  907. 00033bd0 T sf::Text::getGlobalBounds() const
  908. 00032a60 T sf::Text::findCharacterPos(unsigned int) const
  909. 00032a30 T sf::Text::getCharacterSize() const
  910. 00032c80 T sf::Text::ensureGeometryUpdate() const
  911. 00033c40 T sf::Text::draw(sf::RenderTarget&, sf::RenderStates) const
  912. 00032a20 T sf::Text::getFont() const
  913. 00032a50 T sf::Text::getColor() const
  914. 00032a40 T sf::Text::getStyle() const
  915. 00032a10 T sf::Text::getString() const
  916. 0002f3e0 T sf::View::getRotation() const
  917. 0002f3f0 T sf::View::getViewport() const
  918. 0002f510 T sf::View::getTransform() const
  919. 0002f6a0 T sf::View::getInverseTransform() const
  920. 0002f3d0 T sf::View::getSize() const
  921. 0002f3c0 T sf::View::getCenter() const
  922. 0000b910 T sf::Color::toInteger() const
  923. 00010670 T sf::Image::saveToFile(std::string const&) const
  924. 00010ab0 T sf::Image::getPixelsPtr() const
  925. 000106a0 T sf::Image::getSize() const
  926. 00010a60 T sf::Image::getPixel(unsigned int, unsigned int) const
  927. 00030a70 T sf::Shape::getTexture() const
  928. 00030a90 T sf::Shape::getFillColor() const
  929. 00030ac0 T sf::Shape::getLocalBounds() const
  930. 00030a80 T sf::Shape::getTextureRect() const
  931. 00030af0 T sf::Shape::getGlobalBounds() const
  932. 00030aa0 T sf::Shape::getOutlineColor() const
  933. 00030ab0 T sf::Shape::getOutlineThickness() const
  934. 00030900 T sf::Shape::draw(sf::RenderTarget&, sf::RenderStates) const
  935. 00028d90 T sf::Shader::bindTextures() const
  936. 00028c40 T sf::Shader::getNativeHandle() const
  937. 00032140 T sf::Sprite::getTexture() const
  938. 00032170 T sf::Sprite::getLocalBounds() const
  939. 00032150 T sf::Sprite::getTextureRect() const
  940. 000321d0 T sf::Sprite::getGlobalBounds() const
  941. 00031fe0 T sf::Sprite::draw(sf::RenderTarget&, sf::RenderStates) const
  942. 00032160 T sf::Sprite::getColor() const
  943. U sf::String::getSize() const
  944. U sf::String::isEmpty() const
  945. U sf::String::operator[](unsigned int) const
  946. U sf::Window::getSize() const
  947. U sf::Window::setActive(bool) const
  948. 0002cce0 T sf::Texture::isRepeated() const
  949. 0002c190 T sf::Texture::copyToImage() const
  950. 0002cfb0 T sf::Texture::getNativeHandle() const
  951. 0002c170 T sf::Texture::getSize() const
  952. 0002c940 T sf::Texture::isSmooth() const
  953. 0002de80 T sf::Transform::getInverse() const
  954. 0002e0e0 T sf::Transform::transformRect(sf::Rect<float> const&) const
  955. 0002e060 T sf::Transform::transformPoint(float, float) const
  956. 0002e0a0 T sf::Transform::transformPoint(sf::Vector2<float> const&) const
  957. 0002de70 T sf::Transform::getMatrix() const
  958. U std::string::find_last_of(char const*, unsigned int, unsigned int) const@@GLIBCXX_3.4
  959. U std::string::rfind(char, unsigned int) const@@GLIBCXX_3.4
  960. U std::string::compare(char const*) const@@GLIBCXX_3.4
  961. U std::ctype<char>::_M_widen_init() const@@GLIBCXX_3.4.11
  962. 0000e9a0 W std::ctype<char>::do_widen(char) const
  963. 0000b32a t std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >::_Rep::_M_dispose(std::allocator<unsigned int> const&) [clone .isra.3]
  964. 00044f3c u std::basic_string<unsigned int, std::char_traits<unsigned int>, std::allocator<unsigned int> >::_Rep::_S_empty_rep_storage
  965. U std::istream::read(char*, int)@@GLIBCXX_3.4
  966. U std::istream::seekg(long long, std::_Ios_Seekdir)@@GLIBCXX_3.4
  967. U std::istream::tellg()@@GLIBCXX_3.4
  968. U std::ostream::put(char)@@GLIBCXX_3.4
  969. U std::ostream::flush()@@GLIBCXX_3.4
  970. U std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)@@GLIBCXX_3.4.9
  971. U std::ostream::operator<<(short)@@GLIBCXX_3.4
  972. U std::string::_M_leak_hard()@@GLIBCXX_3.4
  973. U std::string::_Rep::_M_destroy(std::allocator<char> const&)@@GLIBCXX_3.4
  974. 0000b070 t std::string::_Rep::_M_dispose(std::allocator<char> const&) [clone .part.1]
  975. 0000fe10 t std::string::_Rep::_M_dispose(std::allocator<char> const&) [clone .part.1]
  976. 0000b2ec t std::string::_Rep::_M_dispose(std::allocator<char> const&) [clone .part.1]
  977. 00013fc0 t std::string::_Rep::_M_dispose(std::allocator<char> const&) [clone .part.20]
  978. U std::string::_Rep::_S_empty_rep_storage@@GLIBCXX_3.4
  979. U std::string::assign(char const*, unsigned int)@@GLIBCXX_3.4
  980. U std::string::assign(std::string const&)@@GLIBCXX_3.4
  981. U std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)@@GLIBCXX_3.4
  982. U std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&)@@GLIBCXX_3.4
  983. U std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(std::string const&, unsigned int, unsigned int)@@GLIBCXX_3.4
  984. U std::__basic_file<char>::~__basic_file()@@GLIBCXX_3.4
  985. U std::basic_filebuf<char, std::char_traits<char> >::open(char const*, std::_Ios_Openmode)@@GLIBCXX_3.4
  986. U std::basic_filebuf<char, std::char_traits<char> >::close()@@GLIBCXX_3.4
  987. U std::basic_filebuf<char, std::char_traits<char> >::basic_filebuf()@@GLIBCXX_3.4
  988. U std::basic_filebuf<char, std::char_traits<char> >::~basic_filebuf()@@GLIBCXX_3.4
  989. U std::basic_ifstream<char, std::char_traits<char> >::~basic_ifstream()@@GLIBCXX_3.4
  990. U std::locale::~locale()@@GLIBCXX_3.4
  991. 0002afa0 W std::vector<char, std::allocator<char> >::_M_insert_aux(__gnu_cxx::__normal_iterator<char*, std::vector<char, std::allocator<char> > >, char const&)
  992. 0002baa0 W std::vector<char, std::allocator<char> >::_M_fill_insert(__gnu_cxx::__normal_iterator<char*, std::vector<char, std::allocator<char> > >, unsigned int, char const&)
  993. 00010fb0 W std::vector<unsigned char, std::allocator<unsigned char> >::_M_fill_insert(__gnu_cxx::__normal_iterator<unsigned char*, std::vector<unsigned char, std::allocator<unsigned char> > >, unsigned int, unsigned char const&)
  994. 0000eaf0 W std::vector<sf::Font::Row, std::allocator<sf::Font::Row> >::_M_insert_aux(__gnu_cxx::__normal_iterator<sf::Font::Row*, std::vector<sf::Font::Row, std::allocator<sf::Font::Row> > >, sf::Font::Row const&)
  995. 000342e0 W std::vector<sf::Vertex, std::allocator<sf::Vertex> >::_M_insert_aux(__gnu_cxx::__normal_iterator<sf::Vertex*, std::vector<sf::Vertex, std::allocator<sf::Vertex> > >, sf::Vertex const&)
  996. 00034590 W std::vector<sf::Vertex, std::allocator<sf::Vertex> >::_M_fill_insert(__gnu_cxx::__normal_iterator<sf::Vertex*, std::vector<sf::Vertex, std::allocator<sf::Vertex> > >, unsigned int, sf::Vertex const&)
  997. 00031c70 t std::vector<sf::Vector2<float>, std::allocator<sf::Vector2<float> > >::_M_fill_insert(__gnu_cxx::__normal_iterator<sf::Vector2<float>*, std::vector<sf::Vector2<float>, std::allocator<sf::Vector2<float> > > >, unsigned int, sf::Vector2<float> const&)
  998. U std::ios_base::Init::Init()@@GLIBCXX_3.4
  999. U std::ios_base::Init::~Init()@@GLIBCXX_3.4
  1000. U std::ios_base::ios_base()@@GLIBCXX_3.4
  1001. U std::ios_base::~ios_base()@@GLIBCXX_3.4
  1002. 0002bd10 t std::_Rb_tree<int, std::pair<int const, sf::Texture const*>, std::_Select1st<std::pair<int const, sf::Texture const*> >, std::less<int>, std::allocator<std::pair<int const, sf::Texture const*> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<int const, sf::Texture const*> >, std::pair<int const, sf::Texture const*> const&)
  1003. 0002b120 t std::_Rb_tree<int, std::pair<int const, sf::Texture const*>, std::_Select1st<std::pair<int const, sf::Texture const*> >, std::less<int>, std::allocator<std::pair<int const, sf::Texture const*> > >::_M_erase(std::_Rb_tree_node<std::pair<int const, sf::Texture const*> >*)
  1004. 0000f9b0 W std::_Rb_tree<unsigned int, std::pair<unsigned int const, sf::Font::Page>, std::_Select1st<std::pair<unsigned int const, sf::Font::Page> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, sf::Font::Page> > >::_M_insert_unique_(std::_Rb_tree_const_iterator<std::pair<unsigned int const, sf::Font::Page> >, std::pair<unsigned int const, sf::Font::Page> const&)
  1005. 0000f540 W std::_Rb_tree<unsigned int, std::pair<unsigned int const, sf::Font::Page>, std::_Select1st<std::pair<unsigned int const, sf::Font::Page> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, sf::Font::Page> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, sf::Font::Page> > const*, std::_Rb_tree_node<std::pair<unsigned int const, sf::Font::Page> >*)
  1006. 0000ef80 W std::_Rb_tree<unsigned int, std::pair<unsigned int const, sf::Font::Page>, std::_Select1st<std::pair<unsigned int const, sf::Font::Page> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, sf::Font::Page> > >::_M_erase(std::_Rb_tree_node<std::pair<unsigned int const, sf::Font::Page> >*)
  1007. 0000e9b0 W std::_Rb_tree<unsigned int, std::pair<unsigned int const, sf::Glyph>, std::_Select1st<std::pair<unsigned int const, sf::Glyph> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, sf::Glyph> > >::_M_insert_unique(std::pair<unsigned int const, sf::Glyph> const&)
  1008. 0000f3c0 W std::_Rb_tree<unsigned int, std::pair<unsigned int const, sf::Glyph>, std::_Select1st<std::pair<unsigned int const, sf::Glyph> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, sf::Glyph> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, sf::Glyph> > const*, std::_Rb_tree_node<std::pair<unsigned int const, sf::Glyph> >*)
  1009. 0000ed30 W std::_Rb_tree<unsigned int, std::pair<unsigned int const, sf::Glyph>, std::_Select1st<std::pair<unsigned int const, sf::Glyph> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, sf::Glyph> > >::_M_erase(std::_Rb_tree_node<std::pair<unsigned int const, sf::Glyph> >*)
  1010. 0002b890 W std::_Rb_tree<std::string, std::pair<std::string const, int>, std::_Select1st<std::pair<std::string const, int> >, std::less<std::string>, std::allocator<std::pair<std::string const, int> > >::_M_insert_unique(std::pair<std::string const, int> const&)
  1011. 0002b300 W std::_Rb_tree<std::string, std::pair<std::string const, int>, std::_Select1st<std::pair<std::string const, int> >, std::less<std::string>, std::allocator<std::pair<std::string const, int> > >::_M_erase(std::_Rb_tree_node<std::pair<std::string const, int> >*)
  1012. U std::basic_ios<char, std::char_traits<char> >::init(std::basic_streambuf<char, std::char_traits<char> >*)@@GLIBCXX_3.4
  1013. U std::basic_ios<char, std::char_traits<char> >::clear(std::_Ios_Iostate)@@GLIBCXX_3.4
  1014. U operator new(unsigned int)@@GLIBCXX_3.4
  1015. U std::basic_ostream<char, std::char_traits<char> >& std::__ostream_insert<char, std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, char const*, int)@@GLIBCXX_3.4.9
  1016. U std::__throw_bad_cast()@@GLIBCXX_3.4
  1017. U std::__throw_bad_alloc()@@GLIBCXX_3.4
  1018. U std::_Rb_tree_decrement(std::_Rb_tree_node_base*)@@GLIBCXX_3.4
  1019. U std::_Rb_tree_increment(std::_Rb_tree_node_base const*)@@GLIBCXX_3.4
  1020. U std::_Rb_tree_increment(std::_Rb_tree_node_base*)@@GLIBCXX_3.4
  1021. U std::__throw_length_error(char const*)@@GLIBCXX_3.4
  1022. U std::__throw_out_of_range_fmt(char const*, ...)@@GLIBCXX_3.4.20
  1023. U std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)@@GLIBCXX_3.4
  1024. 00044d61 b std::__ioinit
  1025. 00028830 T non-virtual thunk to sf::RenderWindow::activate(bool)
  1026. 000287f0 T non-virtual thunk to sf::RenderWindow::~RenderWindow()
  1027. 000287b0 T non-virtual thunk to sf::RenderWindow::~RenderWindow()
  1028. 00028870 T non-virtual thunk to sf::RenderWindow::getSize() const
  1029. 000317f0 W non-virtual thunk to sf::CircleShape::~CircleShape()
  1030. 000317a0 W non-virtual thunk to sf::CircleShape::~CircleShape()
  1031. 00031c60 W non-virtual thunk to sf::ConvexShape::~ConvexShape()
  1032. 00031bf0 W non-virtual thunk to sf::ConvexShape::~ConvexShape()
  1033. 000319d0 W non-virtual thunk to sf::RectangleShape::~RectangleShape()
  1034. 00031980 W non-virtual thunk to sf::RectangleShape::~RectangleShape()
  1035. 00033e20 W non-virtual thunk to sf::Text::~Text()
  1036. 00033d60 W non-virtual thunk to sf::Text::~Text()
  1037. 00030a60 T non-virtual thunk to sf::Shape::~Shape()
  1038. 00030a20 T non-virtual thunk to sf::Shape::~Shape()
  1039. 000326b0 W non-virtual thunk to sf::Sprite::~Sprite()
  1040. 00032660 W non-virtual thunk to sf::Sprite::~Sprite()
  1041. 00043dbc V typeinfo for sf::GlResource
  1042. 00043bec V typeinfo for sf::CircleShape
  1043. 00043c6c V typeinfo for sf::ConvexShape
  1044. 00043ab0 V typeinfo for sf::NonCopyable
  1045. 00043d64 V typeinfo for sf::VertexArray
  1046. 00043ab8 V typeinfo for sf::RenderTarget
  1047. 00043b00 V typeinfo for sf::RenderWindow
  1048. 00043a8c V typeinfo for sf::RenderTexture
  1049. 00043b58 V typeinfo for sf::Transformable
  1050. 00043c2c V typeinfo for sf::RectangleShape
  1051. 00043d84 d typeinfo for sf::priv::RenderTextureImpl
  1052. 00043de0 d typeinfo for sf::priv::RenderTextureImplFBO
  1053. 00043e00 d typeinfo for sf::priv::RenderTextureImplDefault
  1054. 00043d20 V typeinfo for sf::Text
  1055. 00043b80 V typeinfo for sf::Shape
  1056. 00043cc0 V typeinfo for sf::Sprite
  1057. U typeinfo for sf::Window
  1058. 00043b70 V typeinfo for sf::Drawable
  1059. 0003727c V typeinfo name for sf::GlResource
  1060. 000370e2 V typeinfo name for sf::CircleShape
  1061. 00037112 V typeinfo name for sf::ConvexShape
  1062. 0003665c V typeinfo name for sf::NonCopyable
  1063. 00037148 V typeinfo name for sf::VertexArray
  1064. 0003666f V typeinfo name for sf::RenderTarget
  1065. 00036683 V typeinfo name for sf::RenderWindow
  1066. 000364fa V typeinfo name for sf::RenderTexture
  1067. 00036a18 V typeinfo name for sf::Transformable
  1068. 000370fc V typeinfo name for sf::RectangleShape
  1069. 0003715b r typeinfo name for sf::priv::RenderTextureImpl
  1070. 000372a0 r typeinfo name for sf::priv::RenderTextureImplFBO
  1071. 000372e0 r typeinfo name for sf::priv::RenderTextureImplDefault
  1072. 00037132 V typeinfo name for sf::Text
  1073. 000370d6 V typeinfo name for sf::Shape
  1074. 00037125 V typeinfo name for sf::Sprite
  1075. 000370c7 V typeinfo name for sf::Drawable
  1076. U VTT for std::basic_ifstream<char, std::char_traits<char> >@@GLIBCXX_3.4
  1077. U vtable for __cxxabiv1::__class_type_info@@CXXABI_1.3
  1078. U vtable for __cxxabiv1::__si_class_type_info@@CXXABI_1.3
  1079. U vtable for __cxxabiv1::__vmi_class_type_info@@CXXABI_1.3
  1080. 00043c00 V vtable for sf::CircleShape
  1081. 00043c80 V vtable for sf::ConvexShape
  1082. 00043d70 V vtable for sf::VertexArray
  1083. 00043ad0 V vtable for sf::RenderTarget
  1084. 00043b20 V vtable for sf::RenderWindow
  1085. 00043a98 V vtable for sf::RenderTexture
  1086. 00043b60 V vtable for sf::Transformable
  1087. 00043c40 V vtable for sf::RectangleShape
  1088. 00043da0 d vtable for sf::priv::RenderTextureImpl
  1089. 00043a50 d vtable for sf::priv::RenderTextureImplFBO
  1090. 00043a70 d vtable for sf::priv::RenderTextureImplDefault
  1091. 00043d40 V vtable for sf::Text
  1092. 00043bc0 V vtable for sf::Shape
  1093. 00043ce0 V vtable for sf::Sprite
  1094. 00043ba0 V vtable for sf::Drawable
  1095. U vtable for std::basic_filebuf<char, std::char_traits<char> >@@GLIBCXX_3.4
  1096. U vtable for std::basic_ifstream<char, std::char_traits<char> >@@GLIBCXX_3.4
  1097. U vtable for std::basic_streambuf<char, std::char_traits<char> >@@GLIBCXX_3.4
  1098. U vtable for std::basic_ios<char, std::char_traits<char> >@@GLIBCXX_3.4
  1099. 00044780 b stbiw__crc32(unsigned char*, int)::crc_table
  1100. 00035d60 r stbi_zlib_compress(unsigned char*, int, int*, int)::distc
  1101. 00035d34 r stbi_zlib_compress(unsigned char*, int, int*, int)::disteb
  1102. 00035dc0 r stbi_zlib_compress(unsigned char*, int, int*, int)::lengthc
  1103. 00035d9e r stbi_zlib_compress(unsigned char*, int, int*, int)::lengtheb
  1104. 0004455c d stbi_write_png_to_mem(unsigned char*, int, int, int, int, int*)::mapping
  1105. 00044548 d stbi_write_png_to_mem(unsigned char*, int, int, int, int, int*)::firstmap
  1106. 00044570 d stbi__parse_png_file(stbi__png*, int, int)::invalid_chunk
  1107. 00035e0f r stbi__check_png_header(stbi__context*)::png_sig
  1108. 00035dfc r stbi__compute_huffman_codes(stbi__zbuf*)::length_dezigzag
  1109. 000445a0 d (anonymous namespace)::getUniqueId()::id
  1110. 00044d6c b (anonymous namespace)::getMaxTextureUnits()::maxUnits
  1111. 00044d60 b sf::RenderTarget::applyBlendMode(sf::BlendMode const&)::warned
  1112. 00036640 r sf::RenderTarget::draw(sf::Vertex const*, unsigned int, sf::PrimitiveType, sf::RenderStates const&)::modes
  1113. 00044740 b sf::priv::ImageLoader::getInstance()::Instance
  1114. 00044708 b sf::priv::ensureExtensionsInit()::initialized
  1115. 00044d69 b sf::Shader::isAvailable()::available
  1116. 00044d8d b sf::Texture::setRepeated(bool)::textureEdgeClamp
  1117. 00044d8c b sf::Texture::setRepeated(bool)::warned
  1118. 00044d88 b sf::Texture::getMaximumSize()::size
  1119. 00044d8f b sf::Texture::create(unsigned int, unsigned int)::textureEdgeClamp
  1120. 00044d8e b sf::Texture::create(unsigned int, unsigned int)::warned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement