Lines Matching refs:this

86   { return this->pti_->size; }  in get_size()
91 { return this->pti_->is_big_endian; } in is_big_endian()
96 { return this->pti_->machine_code; } in machine_code()
101 { return this->processor_specific_flags_; } in processor_specific_flags()
106 { return this->are_processor_specific_flags_set_; } in are_processor_specific_flags_set()
111 { return this->pti_->has_make_symbol; } in has_make_symbol()
116 { return this->pti_->has_resolve; } in has_resolve()
121 { return this->pti_->has_code_fill; } in has_code_fill()
126 { return this->pti_->dynamic_linker; } in dynamic_linker()
131 { return this->pti_->default_text_segment_address; } in default_text_segment_address()
140 return this->pti_->abi_pagesize; in abi_pagesize()
149 this->abi_pagesize()); in common_pagesize()
151 return std::min(this->pti_->common_pagesize, in common_pagesize()
152 this->abi_pagesize()); in common_pagesize()
159 { return this->pti_->isolate_execinstr; } in isolate_execinstr()
163 { return this->pti_->rosegment_gap; } in rosegment_gap()
171 { return this->pti_->is_default_stack_executable; } in is_default_stack_executable()
180 { return this->pti_->wrap_char; } in wrap_char()
187 { return this->pti_->small_common_shndx; } in small_common_shndx()
194 gold_assert(this->pti_->small_common_shndx != elfcpp::SHN_UNDEF); in small_common_section_flags()
195 return this->pti_->small_common_section_flags; in small_common_section_flags()
203 { return this->pti_->large_common_shndx; } in large_common_shndx()
210 gold_assert(this->pti_->large_common_shndx != elfcpp::SHN_UNDEF); in large_common_section_flags()
211 return this->pti_->large_common_section_flags; in large_common_section_flags()
217 { this->do_new_output_section(os); } in new_output_section()
224 { return this->do_finalize_sections(layout, input_objects, symtab); } in finalize_sections()
231 { return this->do_dynsym_value(sym); } in dynsym_value()
238 { return this->do_code_fill(length); } in code_fill()
244 { return this->do_is_defined_by_abi(sym); } in is_defined_by_abi()
250 { return this->do_adjust_elf_header(view, len); } in adjust_elf_header()
256 { return this->do_plt_fde_location(plt, oview, address, len); } in plt_fde_location()
262 { return this->do_is_local_label_name(name); } in is_local_label_name()
267 { return this->do_reloc_symbol_index(arg, type); } in reloc_symbol_index()
272 { return this->do_reloc_addend(arg, type, addend); } in reloc_addend()
277 { return this->do_plt_address_for_global(sym); } in plt_address_for_global()
282 { return this->do_plt_address_for_local(object, symndx); } in plt_address_for_local()
308 { return this->do_can_check_for_function_pointers(); } in can_check_for_function_pointers()
314 { return this->pti_->can_icf_inline_merge_sections; } in can_icf_inline_merge_sections()
320 { return this->do_section_may_have_icf_unsafe_pointers(section_name); } in section_may_have_icf_unsafe_pointers()
329 { return this->do_ehframe_datarel_base(); } in ehframe_datarel_base()
337 { return this->do_is_call_to_non_split(sym, r_type); } in is_call_to_non_split()
351 this->do_calls_non_split(object, shndx, fnoffset, fnsize, view, view_size, in calls_non_split()
360 { return this->do_make_elf_object(name, input_file, offset, ehdr); } in make_elf_object()
366 { return this->do_make_output_section(name, type, flags); } in make_output_section()
376 return this->do_may_relax(); in may_relax()
388 return this->do_relax(pass, input_objects, symtab, layout, task); in relax()
396 { return this->pti_->attributes_section; } in attributes_section()
401 { return this->pti_->attributes_vendor; } in attributes_vendor()
407 return ((this->pti_->attributes_section != NULL in is_attributes_section()
408 && strcmp(name, this->pti_->attributes_section) == 0) in is_attributes_section()
415 { return this->do_attribute_arg_type(tag); } in attribute_arg_type()
422 { return this->do_attributes_order(num); } in attributes_order()
428 { this->do_select_as_default_target(); } in select_as_default_target()
434 { return this->osabi_; } in osabi()
439 { this->osabi_ = osabi; } in set_osabi()
444 { this->do_define_standard_symbols(symtab, layout); } in define_standard_symbols()
453 { return this->do_output_section_name(relobj, name, plen); } in output_section_name()
458 { this->do_gc_mark_symbol(symtab, sym); } in gc_mark_symbol()
463 { return this->pti_->entry_symbol_name; } in entry_symbol_name()
468 { return this->do_has_custom_set_dynsym_indexes(); } in has_custom_set_dynsym_indexes()
476 return this->do_set_dynsym_indexes(dyn_symbols, index, syms, dynpool, in set_dynsym_indexes()
483 { return this->do_dynamic_tag_custom_value(tag); } in dynamic_tag_custom_value()
488 { this->do_adjust_dyn_symbol(sym, view); } in adjust_dyn_symbol()
493 { return this->do_should_include_section(sh_type); } in should_include_section()
676 this->processor_specific_flags_ = flags; in set_processor_specific_flags()
677 this->are_processor_specific_flags_set_ = true; in set_processor_specific_flags()
1072 this->do_gc_add_reference(symtab, src_obj, src_shndx, in gc_add_reference()