HomeSort by relevance Sort by last modified time
    Searched full:pti_ (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
target.h 86 { return this->pti_->size; }
91 { return this->pti_->is_big_endian; }
96 { return this->pti_->machine_code; }
111 { return this->pti_->has_make_symbol; }
116 { return this->pti_->has_resolve; }
121 { return this->pti_->has_code_fill; }
126 { return this->pti_->dynamic_linker; }
131 { return this->pti_->default_text_segment_address; }
140 return this->pti_->abi_pagesize;
151 return std::min(this->pti_->common_pagesize
806 const Target_info* pti_; member in class:gold::Target
    [all...]

Completed in 144 milliseconds