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

  /toolchain/binutils/binutils-2.25/gold/
x86_64.cc 424 got_tlsdesc_(NULL), global_offset_table_(NULL), rela_dyn_(NULL),
895 gold_assert(this->got_tlsdesc_ != NULL);
896 return this->got_tlsdesc_;
999 Output_data_got<64, false>* got_tlsdesc_; member in class:__anon75361::Target_x86_64
    [all...]
i386.cc 361 got_tlsdesc_(NULL), global_offset_table_(NULL), rel_dyn_(NULL),
777 gold_assert(this->got_tlsdesc_ != NULL);
778 return this->got_tlsdesc_;
863 Output_data_got<32, false>* got_tlsdesc_; member in class:__anon75322::Target_i386
968 this->got_tlsdesc_ = new Output_data_got<32, false>();
972 this->got_tlsdesc_,
    [all...]
aarch64.cc 3390 Output_data_got<size, big_endian>* got_tlsdesc_; member in class:__anon75300::Output_data_got_aarch64::Target_aarch64
    [all...]

Completed in 250 milliseconds