Searched refs:section_header (Results 1 – 7 of 7) sorted by relevance
212 %type <output_section_header> section_header opt_address_and_section_type363 | string section_header371 section_header:
925 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()
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()7037 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in update_output_local_symbol_count()
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()
5834 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
9171 (section_header): Handle section type.
196 section_header(unsigned int shndx) in section_header() function