Home | History | Annotate | Download | only in gold

Lines Matching refs:shndx

206     unsigned int shndx)
216 && sym->shndx(&is_ordinary) == shndx
236 Mapfile::print_input_section(Relobj* relobj, unsigned int shndx)
240 std::string name = relobj->section_name(shndx);
247 if (!relobj->is_section_included(shndx))
254 os = relobj->output_section(shndx);
255 addr = relobj->output_section_offset(shndx);
262 if (!relobj->section_is_compressed(shndx, &size))
263 size = relobj->section_size(shndx);
281 this->print_input_section_symbols(sized_relobj, shndx);
290 this->print_input_section_symbols(sized_relobj, shndx);
299 this->print_input_section_symbols(sized_relobj, shndx);
308 this->print_input_section_symbols(sized_relobj, shndx);