Home
last modified time | relevance | path

Searched refs:section_header (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dyyscript.y212 %type <output_section_header> section_header opt_address_and_section_type
363 | string section_header
371 section_header:
Dobject.cc925 typename This::Shdr symshdr(this, this->elf_file_.section_header(link)); in include_section_group()
2108 this->elf_file_.section_header(symtab_shndx)); in do_count_local_symbols()
2563 this->elf_file_.section_header(symtab_shndx)); in write_local_symbols()
Darm.cc6506 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()
7037 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in update_output_local_symbol_count()
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()
Dmips.cc5834 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
DChangeLog9171 (section_header): Handle section type.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h196 section_header(unsigned int shndx) in section_header() function