HomeSort by relevance Sort by last modified time
    Searched defs:get_tls (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_soinfo.cpp 642 soinfo_tls* soinfo::get_tls() const { function in class:soinfo
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 172 get_tls_func get_tls; local
174 CHECK_EQ(sizeof(get_tls), sizeof(get_tls_static_info_ptr));
175 internal_memcpy(&get_tls, &get_tls_static_info_ptr,
177 CHECK_NE(get_tls, 0);
180 get_tls(&tls_size, &tls_align);

Completed in 4826 milliseconds