HomeSort by: relevance | last modified time | path
    Searched defs:tls_bottom (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_rtems.cc 96 uptr stack_bottom, stack_size, tls_bottom, tls_size; member in struct:__asan::AsanThread::InitOptions
103 uptr tls_bottom, uptr tls_size) {
113 tls_bottom, tls_size};
128 tls_begin_ = options->tls_bottom;
129 tls_end_ = options->tls_bottom + options->tls_size;
144 uptr tls_bottom, uptr tls_size) {
153 stack_bottom, stack_size, tls_bottom, tls_size);

Completed in 11 milliseconds