Lines Matching refs:shndx
60 add_mapping(const Merge_map*, unsigned int shndx, section_offset_type offset,
71 get_output_offset(const Merge_map*, unsigned int shndx,
77 is_merge_section_for(const Merge_map*, unsigned int shndx);
85 unsigned int shndx,
153 get_input_merge_map(unsigned int shndx);
158 get_or_make_input_merge_map(const Merge_map* merge_map, unsigned int shndx);
189 add_mapping(Relobj* object, unsigned int shndx,
201 get_output_offset(const Relobj* object, unsigned int shndx,
209 is_merge_section_for(const Relobj* object, unsigned int shndx) const;
284 do_output_offset(const Relobj* object, unsigned int shndx,
290 do_is_merge_section_for(const Relobj*, unsigned int shndx) const;
297 add_mapping(Relobj* object, unsigned int shndx, section_offset_type offset, in add_mapping() argument
300 this->merge_map_.add_mapping(object, shndx, offset, length, output_offset); in add_mapping()
315 record_input_section(Relobj* relobj, unsigned int shndx);
349 do_add_input_section(Relobj* object, unsigned int shndx);
473 do_add_input_section(Relobj* object, unsigned int shndx);
550 unsigned int shndx; member
555 : object(objecta), shndx(shndxa), merged_strings() in Merged_strings_list()