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

  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.h 57 : entries_(), copy_reloc_type_(copy_reloc_type), dynbss_(NULL)
145 Output_data_space* dynbss_; member in class:gold::Copy_relocs
copy-relocs.cc 147 if (this->dynbss_ == NULL)
149 this->dynbss_ = new Output_data_space(addralign, "** dynbss");
153 this->dynbss_, ORDER_BSS, false);
156 Output_data_space* dynbss = this->dynbss_;

Completed in 51 milliseconds