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

  /toolchain/binutils/binutils-2.27/gold/
aarch64.cc 1512 Reloc_stub_map reloc_stubs_; member in class:__anon4423::Output_data_got_aarch64::Stub_table
    [all...]
arm.cc 878 : Output_data(), owner_(owner), reloc_stubs_(), reloc_stubs_size_(0),
895 return (this->reloc_stubs_.empty()
912 this->reloc_stubs_[key] = stub;
951 typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.find(key);
952 return (p != this->reloc_stubs_.end()) ? p->second : NULL;
1032 Reloc_stub_map reloc_stubs_;
    [all...]

Completed in 179 milliseconds