Home | History | Annotate | Download | only in gold

Lines Matching full:shndx

216     unsigned int shndx;
221 : shndx(a_shndx), size(a_size)
267 shndx() const
272 set_shndx(unsigned int shndx)
275 this->shndx_ = shndx;
306 add_comdat_section(const std::string& name, unsigned int shndx,
310 Comdat_section_info sinfo(shndx, size);
324 *pshndx = p->second.shndx;
338 *pshndx = p->second.shndx;
517 // Given an input section SHNDX, named NAME, with data in SHDR, from
526 layout(Sized_relobj_file<size, big_endian> *object, unsigned int shndx,
624 // the symbol name section, with size SYMBOL_NAMES_SIZE. SHNDX is a
637 unsigned int shndx,
664 unsigned int shndx,
777 // Return whether section SHNDX in RELOBJ is a .ctors/.dtors section
781 is_ctors_in_init_array(Relobj* relobj, unsigned int shndx) const;
786 // returns false. Otherwise, OBJECT, SHNDX,IS_COMDAT, and
792 unsigned int shndx, bool is_comdat,