Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc170 const BrigSectionHeader *section_header in find_brig_sections() local
173 std::string name ((const char *) (&section_header->name), in find_brig_sections()
174 section_header->nameLength); in find_brig_sections()
178 m_data = (const char *) section_header; in find_brig_sections()
179 m_data_size = section_header->byteCount; in find_brig_sections()
183 m_code = (const char *) section_header; in find_brig_sections()
184 m_code_size = section_header->byteCount; in find_brig_sections()
188 m_operand = (const char *) section_header; in find_brig_sections()
189 m_operand_size = section_header->byteCount; in find_brig_sections()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.y214 %type <output_section_header> section_header opt_address_and_section_type
365 | string section_header
373 section_header:
H A Dobject.cc991 typename This::Shdr symshdr(this, this->elf_file_.section_header(link)); in include_section_group()
2296 this->elf_file_.section_header(symtab_shndx)); in do_count_local_symbols()
2769 this->elf_file_.section_header(symtab_shndx)); in write_local_symbols()
H A Darm.cc6529 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
6548 strtabshdr(this, this->elf_file()->section_header(strtab_shndx)); in do_count_local_symbols()
7040 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_read_symbols()
7134 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in update_output_local_symbol_count()
H A Daarch64.cc1917 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
1936 strtabshdr(this, this->elf_file()->section_header(strtab_shndx)); in do_count_local_symbols()
H A Dmips.cc6776 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
H A DChangeLog-081510588 (section_header): Handle section type.
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dyyscript.y217 %type <output_section_header> section_header opt_address_and_section_type
368 | string section_header
376 section_header:
H A Dobject.cc991 typename This::Shdr symshdr(this, this->elf_file_.section_header(link)); in include_section_group()
2296 this->elf_file_.section_header(symtab_shndx)); in do_count_local_symbols()
2769 this->elf_file_.section_header(symtab_shndx)); in write_local_symbols()
H A Darm.cc6529 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
6548 strtabshdr(this, this->elf_file()->section_header(strtab_shndx)); in do_count_local_symbols()
7040 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_read_symbols()
7134 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in update_output_local_symbol_count()
H A Daarch64.cc1918 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
1937 strtabshdr(this, this->elf_file()->section_header(strtab_shndx)); in do_count_local_symbols()
H A Dmips.cc6814 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
H A DChangeLog-081510588 (section_header): Handle section type.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig.c261 struct BrigSectionHeader section_header; in output() local
264 section_header.byteCount = lendian64 (total_size); in output()
265 section_header.headerByteCount = lendian32 (header_byte_count); in output()
266 section_header.nameLength = lendian32 (strlen (section_name)); in output()
267 assemble_string ((const char *) &section_header, 16); in output()
268 assemble_string (section_name, (section_header.nameLength)); in output()
/netbsd-src/external/gpl3/gdb/dist/contrib/
H A Dmklog.py214 hunk.section_header)
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dmklog.py269 hunk.section_header)
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dmklog.py299 hunk.section_header)
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_file.h196 section_header(unsigned int shndx) in section_header() function
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp_file.h196 section_header(unsigned int shndx) in section_header() function
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2018603 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-2018603 section_header[0] fields to e_phnum, e_shnum and e_shstrndx