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

  /toolchain/binutils/binutils-2.25/gold/
aarch64.cc 1492 Reloc_stub_map reloc_stubs_; member in class:__anon75300::Output_data_got_aarch64::Stub_table
    [all...]
arm.cc 875 : Output_data(), owner_(owner), reloc_stubs_(), reloc_stubs_size_(0),
892 return (this->reloc_stubs_.empty()
909 this->reloc_stubs_[key] = stub;
948 typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.find(key);
949 return (p != this->reloc_stubs_.end()) ? p->second : NULL;
1028 Reloc_stub_map reloc_stubs_;
    [all...]

Completed in 375 milliseconds