HomeSort by relevance Sort by last modified time
    Searched refs:got_tlsdesc_ (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
x86_64.cc 452 got_tlsdesc_(NULL), global_offset_table_(NULL), rela_dyn_(NULL),
1034 gold_assert(this->got_tlsdesc_ != NULL);
1035 return this->got_tlsdesc_;
1145 Output_data_got<64, false>* got_tlsdesc_; member in class:__anon4491::Target_x86_64
    [all...]
i386.cc 361 got_tlsdesc_(NULL), global_offset_table_(NULL), rel_dyn_(NULL),
800 gold_assert(this->got_tlsdesc_ != NULL);
801 return this->got_tlsdesc_;
888 Output_data_got<32, false>* got_tlsdesc_; member in class:__anon4446::Target_i386
994 this->got_tlsdesc_ = new Output_data_got<32, false>();
998 this->got_tlsdesc_,
    [all...]
aarch64.cc 3497 Output_data_got<size, big_endian>* got_tlsdesc_; member in class:__anon4423::Output_data_got_aarch64::Target_aarch64
    [all...]

Completed in 1033 milliseconds