Searched refs:elf_file (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | incremental-dump.cc | 230 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()
|
D | nacl.h | 198 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()
|
D | object.cc | 189 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()
|
D | arm.cc | 6383 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()
|
D | object.h | 2417 elf_file() in elf_file() function
|
D | aarch64.cc | 1867 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()
|
D | mips.cc | 5834 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
|
D | ChangeLog | 12242 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | ChangeLog | 281 * elf_file.h: (class Elf_strtab): New class.
|