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

  /toolchain/binutils/binutils-2.25/gold/
x86_64.cc 423 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
930 gold_assert(this->plt_ != NULL);
931 return this->plt_;
993 Output_data_plt_x86_64<size>* plt_; member in class:__anon75361::Target_x86_64
    [all...]
tilegx.cc 239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
578 gold_assert(this->plt_ != NULL);
579 return this->plt_;
638 Output_data_plt_tilegx<size, big_endian>* plt_; member in class:__anon75359::Target_tilegx
    [all...]
i386.cc 360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL),
528 // Instantiate the plt_ member.
808 gold_assert(this->plt_ != NULL);
809 return this->plt_;
857 Output_data_plt_i386* plt_; member in class:__anon75322::Target_i386
    [all...]
sparc.cc 61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL),
399 gold_assert(this->plt_ != NULL);
400 return this->plt_;
442 Output_data_plt_sparc<size, big_endian>* plt_; member in class:__anon75349::Target_sparc
    [all...]
aarch64.cc 3384 Output_data_plt_aarch64<size, big_endian>* plt_; member in class:__anon75300::Output_data_got_aarch64::Target_aarch64
    [all...]
powerpc.cc 508 got_(NULL), plt_(NULL), iplt_(NULL), brlt_section_(NULL),
690 gold_assert(this->plt_ != NULL);
691 return this->plt_;
1273 Output_data_plt_powerpc<size, big_endian>* plt_; member in class:__anon75344::Target_powerpc
    [all...]
arm.cc     [all...]
mips.cc 3721 Mips_output_data_plt<size, big_endian>* plt_; member in class:__anon75326::Target_mips
    [all...]

Completed in 75 milliseconds