Lines Matching refs:elf_file_
2323 { return this->elf_file_.section_size(shndx); } in do_section_size()
2328 { return this->elf_file_.section_name(shndx); } in do_section_name()
2335 Object::Location loc(this->elf_file_.section_contents(shndx)); in do_section_contents()
2356 { return this->elf_file_.section_addr(shndx); } in do_section_address()
2361 { return this->elf_file_.section_type(shndx); } in do_section_type()
2366 { return this->elf_file_.section_link(shndx); } in do_section_link()
2371 { return this->elf_file_.section_info(shndx); } in do_section_info()
2376 { return this->elf_file_.section_addralign(shndx); } in do_section_addralign()
2396 shndx += this->elf_file_.large_shndx_offset(); in adjust_shndx()
2418 { return &this->elf_file_; } in elf_file()
2688 elfcpp::Elf_file<size, big_endian, Object> elf_file_; variable