Lines Matching refs:shndx

305   unsigned int shndx = 1;  in do_sized_write()  local
315 &shndx); in do_sized_write()
329 gold_assert(shndx == (*p)->out_shndx()); in do_sized_write()
333 ++shndx; in do_sized_write()
347 gold_assert(shndx == (*p)->out_shndx()); in do_sized_write()
351 ++shndx; in do_sized_write()
734 unsigned int shndx, in Output_reloc() argument
741 is_section_symbol_(false), use_plt_offset_(use_plt_offset), shndx_(shndx) in Output_reloc()
743 gold_assert(shndx != INVALID_CODE); in Output_reloc()
785 unsigned int shndx, in Output_reloc() argument
794 shndx_(shndx) in Output_reloc()
798 gold_assert(shndx != INVALID_CODE); in Output_reloc()
835 unsigned int shndx, in Output_reloc() argument
840 is_section_symbol_(true), use_plt_offset_(false), shndx_(shndx) in Output_reloc()
842 gold_assert(shndx != INVALID_CODE); in Output_reloc()
875 unsigned int shndx, in Output_reloc() argument
880 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx) in Output_reloc()
882 gold_assert(shndx != INVALID_CODE); in Output_reloc()
912 unsigned int shndx, in Output_reloc() argument
916 is_section_symbol_(false), use_plt_offset_(false), shndx_(shndx) in Output_reloc()
918 gold_assert(shndx != INVALID_CODE); in Output_reloc()
1599 unsigned int shndx, in add_local_pair_with_rel() argument
1611 Output_section* os = object->output_section(shndx); in add_local_pair_with_rel()
2134 Output_section::Input_section::shndx() const in shndx() function in gold::Output_section::Input_section
2144 return this->u2_.poris->shndx(); in shndx()
2189 unsigned int shndx, in output_offset() argument
2194 return this->u2_.posd->output_offset(object, shndx, offset, poutput); in output_offset()
2197 if (this->shndx_ != shndx || this->u2_.object != object) in output_offset()
2209 unsigned int shndx) const in is_merge_section_for()
2213 return this->u2_.posd->is_merge_section_for(object, shndx); in is_merge_section_for()
2255 relaxed_section->shndx()); in print_to_mapfile()
2366 unsigned int shndx, in add_input_section() argument
2413 if (this->add_merge_input_section(object, shndx, sh_flags, entsize, in add_input_section()
2424 if (object->section_is_compressed(shndx, &uncompressed_size)) in add_input_section()
2497 Input_section isecn(object, shndx, input_section_size, addralign); in add_input_section()
2590 poris->shndx(), poris); in add_relaxed_input_section()
2634 Output_section::add_merge_input_section(Relobj* object, unsigned int shndx, in add_merge_input_section() argument
2687 if (pomb->add_input_section(object, shndx)) in add_merge_input_section()
2699 this->lookup_maps_->add_merge_input_section(object, shndx, pomb); in add_merge_input_section()
2726 Section_id sid(is.relobj(), is.shndx()); in build_relaxation_map()
2745 Section_id sid(poris->relobj(), poris->shndx()); in convert_input_sections_in_list_to_relaxed_sections()
2815 poris->shndx(), poris); in convert_input_sections_to_relaxed_sections()
2858 unsigned int shndx) const in find_merge_section()
2862 return this->lookup_maps_->find_merge_section(object, shndx); in find_merge_section()
2898 poris->shndx(), poris); in build_lookup_maps()
2908 unsigned int shndx) const in find_relaxed_input_section()
2912 return this->lookup_maps_->find_relaxed_input_section(object, shndx); in find_relaxed_input_section()
2922 unsigned int shndx, in is_input_address_mapped() argument
2926 const Output_section_data* posd = this->find_merge_section(object, shndx); in is_input_address_mapped()
2928 posd = this->find_relaxed_input_section(object, shndx); in is_input_address_mapped()
2933 bool found = posd->output_offset(object, shndx, offset, &output_offset); in is_input_address_mapped()
2944 if (p->output_offset(object, shndx, offset, &output_offset)) in is_input_address_mapped()
2960 Output_section::output_offset(const Relobj* object, unsigned int shndx, in output_offset() argument
2968 const Output_section_data* posd = this->find_merge_section(object, shndx); in output_offset()
2970 posd = this->find_relaxed_input_section(object, shndx); in output_offset()
2974 bool found = posd->output_offset(object, shndx, offset, &output_offset); in output_offset()
2985 if (p->output_offset(object, shndx, offset, &output_offset)) in output_offset()
2995 Output_section::output_address(const Relobj* object, unsigned int shndx, in output_address() argument
3001 const Output_section_data* posd = this->find_merge_section(object, shndx); in output_address()
3003 posd = this->find_relaxed_input_section(object, shndx); in output_address()
3007 bool found = posd->output_offset(object, shndx, offset, &output_offset); in output_address()
3019 if (p->output_offset(object, shndx, offset, &output_offset)) in output_address()
3041 unsigned int shndx, in find_starting_output_address() argument
3058 if (p->is_merge_section_for(object, shndx)) in find_starting_output_address()
3233 this->section_name_ = obj->section_name(input_section.shndx()); in Input_section_sort_entry()
3532 unsigned int shndx = p->shndx(); in update_section_layout() local
3534 = order_map->find(Section_id(obj, shndx)); in update_section_layout()
3901 poris->shndx(), poris); in add_script_input_section()
3984 p->relobj()->set_section_offset(p->shndx(), off); in adjust_section_offsets()
5249 unsigned int shndx,
5262 unsigned int shndx,
5275 unsigned int shndx,
5288 unsigned int shndx,