Home | History | Annotate | Download | only in gold

Lines Matching full:shndx

1104       elfcpp::Elf_Half shndx;
1131 shndx = elfcpp::SHN_ABS;
1134 shndx = elfcpp::SHN_COMMON;
1139 shndx = elfcpp::SHN_UNDEF;
1163 shndx = elfcpp::SHN_UNDEF;
1170 osym.put_st_shndx(shndx);
1699 *type = obj->section_type(section.shndx);
1725 const std::string section_name = obj->section_name(section.shndx);
1756 = obj->section_contents(section.shndx, &plen, false);
1780 *addralign = obj->section_addralign(section.shndx);
1803 *secsize = obj->section_size(section.shndx);
1809 // specified as (handle,shndx) pairs in the two arrays in the order in
1838 unsigned int shndx = section_list[i].shndx;
1839 Section_id secn_id(static_cast<Relobj*>(obj), shndx);
1907 unsigned int shndx = section_list[i].shndx;
1908 Const_section_id secn_id(static_cast<Relobj*>(obj), shndx);