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);
|