Lines Matching refs:elf_file_
202 { return this->elf_file_.section_size(shndx); } in do_section_size()
207 { return this->elf_file_.section_name(shndx); } in do_section_name()
215 Location loc(this->elf_file_.section_contents(shndx)); in do_section_contents()
228 { return this->elf_file_.section_flags(shndx); } in do_section_flags()
238 { return this->elf_file_.section_addr(shndx); } in do_section_address()
243 { return this->elf_file_.section_type(shndx); } in do_section_type()
248 { return this->elf_file_.section_link(shndx); } in do_section_link()
253 { return this->elf_file_.section_info(shndx); } in do_section_info()
258 { return this->elf_file_.section_addralign(shndx); } in do_section_addralign()
293 shndx += this->elf_file_.large_shndx_offset(); in adjust_shndx()
339 elfcpp::Elf_file<size, big_endian, Object> elf_file_; variable