Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dyyscript.y214 %type <output_section_header> section_header opt_address_and_section_type
365 | string section_header
373 section_header:
Dobject.cc989 typename This::Shdr symshdr(this, this->elf_file_.section_header(link)); in include_section_group()
2172 this->elf_file_.section_header(symtab_shndx)); in do_count_local_symbols()
2633 this->elf_file_.section_header(symtab_shndx)); in write_local_symbols()
Daarch64.cc1898 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
1917 strtabshdr(this, this->elf_file()->section_header(strtab_shndx)); in do_count_local_symbols()
Dmips.cc6703 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
DChangeLog-081510588 (section_header): Handle section type.
/toolchain/binutils/binutils-2.27/elfcpp/
Delfcpp_file.h196 section_header(unsigned int shndx) in section_header() function