Lines Matching refs:shndx
201 do_section_size(unsigned int shndx) in do_section_size() argument
202 { return this->elf_file_.section_size(shndx); } in do_section_size()
206 do_section_name(unsigned int shndx) const in do_section_name() argument
207 { return this->elf_file_.section_name(shndx); } in do_section_name()
212 do_section_contents(unsigned int shndx, section_size_type* plen, in do_section_contents() argument
215 Location loc(this->elf_file_.section_contents(shndx)); in do_section_contents()
227 do_section_flags(unsigned int shndx) in do_section_flags() argument
228 { return this->elf_file_.section_flags(shndx); } in do_section_flags()
237 do_section_address(unsigned int shndx) in do_section_address() argument
238 { return this->elf_file_.section_addr(shndx); } in do_section_address()
242 do_section_type(unsigned int shndx) in do_section_type() argument
243 { return this->elf_file_.section_type(shndx); } in do_section_type()
247 do_section_link(unsigned int shndx) in do_section_link() argument
248 { return this->elf_file_.section_link(shndx); } in do_section_link()
252 do_section_info(unsigned int shndx) in do_section_info() argument
253 { return this->elf_file_.section_info(shndx); } in do_section_info()
257 do_section_addralign(unsigned int shndx) in do_section_addralign() argument
258 { return this->elf_file_.section_addralign(shndx); } in do_section_addralign()
290 adjust_shndx(unsigned int shndx) in adjust_shndx() argument
292 if (shndx >= elfcpp::SHN_LORESERVE) in adjust_shndx()
293 shndx += this->elf_file_.large_shndx_offset(); in adjust_shndx()
294 return shndx; in adjust_shndx()
308 read_dynsym_section(const unsigned char* pshdrs, unsigned int shndx,