Home
last modified time | relevance | path

Searched refs:elf_file (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dincremental-dump.cc230 elfcpp::Elf_file<size, big_endian, Incremental_binary> elf_file(inc); in dump_incremental_inputs() local
232 unsigned int symtab_shndx = elf_file.find_section_by_type(elfcpp::SHT_SYMTAB); in dump_incremental_inputs()
238 Location symtab_location(elf_file.section_contents(symtab_shndx)); in dump_incremental_inputs()
243 unsigned int strtab_shndx = elf_file.section_link(symtab_shndx); in dump_incremental_inputs()
245 || strtab_shndx > elf_file.shnum() in dump_incremental_inputs()
246 || elf_file.section_type(strtab_shndx) != elfcpp::SHT_STRTAB) in dump_incremental_inputs()
251 Location strtab_location(elf_file.section_contents(strtab_shndx)); in dump_incremental_inputs()
Dnacl.h198 elfcpp::Elf_file<size, big_endian, Sniff_file> elf_file(&file); in do_recognize_nacl_file()
199 const unsigned int shnum = elf_file.shnum(); in do_recognize_nacl_file()
202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE) in do_recognize_nacl_file()
204 Sniff_file::Location loc = elf_file.section_contents(shndx); in do_recognize_nacl_file()
Dobject.cc189 Object::read_section_data(elfcpp::Elf_file<size, big_endian, Object>* elf_file, in read_section_data() argument
195 const off_t shoff = elf_file->shoff(); in read_section_data()
202 const unsigned char* pshdrnames = pshdrs + elf_file->shstrndx() * shdr_size; in read_section_data()
Darm.cc6383 const unsigned char* pshdrs = this->get_view(this->elf_file()->shoff(), in scan_sections_for_stubs()
6506 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
6525 strtabshdr(this, this->elf_file()->section_header(strtab_shndx)); in do_count_local_symbols()
6943 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_read_symbols()
6994 const unsigned char* pshdrs = this->get_view(this->elf_file()->shoff(), in do_gc_process_relocs()
7037 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in update_output_local_symbol_count()
Dobject.h2417 elf_file() in elf_file() function
Daarch64.cc1867 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
1886 strtabshdr(this, this->elf_file()->section_header(strtab_shndx)); in do_count_local_symbols()
2266 const unsigned char* pshdrs = this->get_view(this->elf_file()->shoff(), in scan_sections_for_stubs()
Dmips.cc5834 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
DChangeLog12242 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
/toolchain/binutils/binutils-2.25/elfcpp/
DChangeLog281 * elf_file.h: (class Elf_strtab): New class.