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

  /toolchain/binutils/binutils-2.27/gold/
x86_64.cc 98 irelative_rel_(NULL), got_(got), got_plt_(got_plt),
111 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count),
313 Output_data_got_plt_x86_64* got_plt_; member in class:__anon4491::Output_data_plt_x86_64
451 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
1026 gold_assert(this->got_plt_ != NULL);
1027 return this->got_plt_;
1141 Output_data_got_plt_x86_64* got_plt_; member in class:__anon4491::Target_x86_64
    [all...]
s390.cc 95 irelative_rel_(NULL), got_(got), got_plt_(got_plt),
108 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count),
238 Output_data_got_plt_s390<size>* got_plt_; member in class:__anon4473::Output_data_plt_s390
279 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
649 return this->got_plt_->address();
741 Output_data_got_plt_s390<size>* got_plt_; member in class:__anon4473::Target_s390
1064 got = this->got_plt_;
    [all...]
i386.cc 239 Output_data_got_plt_i386* got_plt_; member in class:__anon4446::Output_data_plt_i386
360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
792 gold_assert(this->got_plt_ != NULL);
793 return this->got_plt_;
884 Output_data_got_plt_i386* got_plt_; member in class:__anon4446::Target_i386
957 this->got_plt_ = new Output_data_got_plt_i386(layout);
961 this->got_plt_, got_plt_order,
965 this->got_plt_->set_current_data_size(3 * 4);
977 this->got_plt_,
    [all...]
tilegx.cc 76 irelative_rel_(NULL), got_(got), got_plt_(got_plt),
89 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count),
204 Output_data_space* got_plt_; member in class:__anon4489::Output_data_plt_tilegx
239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
554 gold_assert(this->got_plt_ != NULL);
555 return this->got_plt_;
646 Output_data_space* got_plt_; member in class:__anon4489::Target_tilegx
    [all...]
aarch64.cc 3493 Output_data_space* got_plt_; member in class:__anon4423::Output_data_got_aarch64::Target_aarch64
4401 Output_data_space* got_plt_; member in class:__anon4423::Output_data_got_aarch64::Output_data_plt_aarch64
    [all...]
arm.cc     [all...]
mips.cc 2643 Output_data_space* got_plt_; member in class:__anon4450::Mips_output_data_plt
4181 Output_data_space* got_plt_; member in class:__anon4450::Target_mips
    [all...]

Completed in 704 milliseconds