Lines Matching refs:this
50 { return this->soname_.c_str(); } in soname()
55 { return this->needed_; } in needed()
62 gold_assert(this->unknown_needed_ != UNKNOWN_NEEDED_UNSET); in has_unknown_needed_entries()
63 return this->unknown_needed_ == UNKNOWN_NEEDED_TRUE; in has_unknown_needed_entries()
71 gold_assert(this->unknown_needed_ == UNKNOWN_NEEDED_UNSET); in set_has_unknown_needed_entries()
72 this->unknown_needed_ = set ? UNKNOWN_NEEDED_TRUE : UNKNOWN_NEEDED_FALSE; in set_has_unknown_needed_entries()
102 { return this; } in do_dynobj()
107 { this->soname_.assign(s); } in set_soname_string()
112 { this->needed_.push_back(std::string(s)); } in add_needed()
202 { return this->elf_file_.section_size(shndx); } in do_section_size()
207 { return this->elf_file_.section_name(shndx); } in do_section_name()
215 Location loc(this->elf_file_.section_contents(shndx)); in do_section_contents()
222 return this->get_view(loc.file_offset, *plen, true, cache); in do_section_contents()
228 { return this->elf_file_.section_flags(shndx); } in do_section_flags()
238 { return this->elf_file_.section_addr(shndx); } in do_section_address()
243 { return this->elf_file_.section_type(shndx); } in do_section_type()
248 { return this->elf_file_.section_link(shndx); } in do_section_link()
253 { return this->elf_file_.section_info(shndx); } in do_section_info()
258 { return this->elf_file_.section_addralign(shndx); } in do_section_addralign()
271 { return this->symbols_; } in do_get_global_symbols()
293 shndx += this->elf_file_.large_shndx_offset(); in adjust_shndx()
367 gold_assert(this->index_ != -1U); in index()
368 return this->index_; in index()
375 gold_assert(this->index_ == -1U); in set_index()
376 this->index_ = index; in set_index()
406 { return this->name_; } in name()
411 { return this->deps_.size(); } in count_dependencies()
417 { this->deps_.push_back(name); } in add_dependency()
422 { return this->is_weak_; } in is_weak()
427 { this->is_weak_ = false; } in clear_weak()
432 { return this->is_info_; } in is_info()
438 { return this->is_symbol_created_; } in is_symbol_created()
481 { return this->version_; } in version()
509 { return this->filename_; } in filename()
514 { return this->need_versions_.size(); } in count_versions()
572 { return !this->defs_.empty(); } in any_defs()
577 { return !this->needs_.empty(); } in any_needs()
604 { return this->version_script_; } in version_script()