Lines Matching refs:shndx

376   add_input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size)  in add_input_section()  argument
377 { this->sections_.push_back(Input_section(shndx, name_key, sh_size)); } in add_input_section()
438 Input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size) in Input_section()
439 : shndx_(shndx), name_key_(name_key), sh_size_(sh_size) in Input_section()
592 report_input_section(Object* obj, unsigned int shndx, const char* name,
727 shndx() const in shndx() function
1623 output_section(unsigned int shndx) in output_section() argument
1624 { return this->section_map_[shndx]; } in output_section()
1900 do_section_size(unsigned int shndx);
1904 do_section_name(unsigned int shndx) const;
1908 do_section_contents(unsigned int shndx, section_size_type* plen,
1913 do_section_flags(unsigned int shndx);
1917 do_section_entsize(unsigned int shndx);
1921 do_section_address(unsigned int shndx);
1925 do_section_type(unsigned int shndx);
1929 do_section_link(unsigned int shndx);
1933 do_section_info(unsigned int shndx);
1937 do_section_addralign(unsigned int shndx);
2016 do_set_section_offset(unsigned int shndx, uint64_t off);
2111 do_section_size(unsigned int shndx);
2115 do_section_name(unsigned int shndx) const;
2119 do_section_contents(unsigned int shndx, section_size_type* plen,
2124 do_section_flags(unsigned int shndx);
2128 do_section_entsize(unsigned int shndx);
2132 do_section_address(unsigned int shndx);
2136 do_section_type(unsigned int shndx);
2140 do_section_link(unsigned int shndx);
2144 do_section_info(unsigned int shndx);
2148 do_section_addralign(unsigned int shndx);