Home | History | Annotate | Download | only in gold

Lines Matching full:shndx

335 	      loc.shndx = it_v->second;
340 if (loc.shndx != it_v->second)
342 it_v->second = loc.shndx;
848 unsigned int shndx = sym->shndx(&is_ordinary);
851 this->unfold_section(obj, shndx);
860 // Unfolds the section denoted by OBJ and SHNDX if folded.
863 Icf::unfold_section(Relobj* obj, unsigned int shndx)
865 Section_id secn(obj, shndx);
880 Icf::is_section_folded(Relobj* obj, unsigned int shndx)
882 Section_id secn(obj, shndx);