HomeSort by relevance Sort by last modified time
    Searched defs:plt_ (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
i386.cc 360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
544 // Instantiate the plt_ member.
831 gold_assert(this->plt_ != NULL);
832 return this->plt_;
882 Output_data_plt_i386* plt_; member in class:__anon4446::Target_i386
    [all...]
s390.cc 279 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
682 gold_assert(this->plt_ != NULL);
683 return this->plt_;
739 Output_data_plt_s390<size>* plt_; member in class:__anon4473::Target_s390
    [all...]
sparc.cc 61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL),
399 gold_assert(this->plt_ != NULL);
400 return this->plt_;
455 Output_data_plt_sparc<size, big_endian>* plt_; member in class:__anon4477::Target_sparc
    [all...]
tilegx.cc 239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
581 gold_assert(this->plt_ != NULL);
582 return this->plt_;
644 Output_data_plt_tilegx<size, big_endian>* plt_; member in class:__anon4489::Target_tilegx
    [all...]
x86_64.cc 451 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
1139 Output_data_plt_x86_64<size>* plt_; member in class:__anon4491::Target_x86_64
    [all...]
aarch64.cc 3491 Output_data_plt_aarch64<size, big_endian>* plt_; member in class:__anon4423::Output_data_got_aarch64::Target_aarch64
    [all...]
mips.cc 4179 Mips_output_data_plt<size, big_endian>* plt_; member in class:__anon4450::Target_mips
    [all...]
powerpc.cc 593 got_(NULL), plt_(NULL), iplt_(NULL), brlt_section_(NULL),
797 gold_assert(this->plt_ != NULL);
798 return this->plt_;
1373 Output_data_plt_powerpc<size, big_endian>* plt_; member in class:__anon4468::Target_powerpc
    [all...]

Completed in 478 milliseconds