| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-to-generic.cc | 170 const BrigSectionHeader *section_header in find_brig_sections() local 173 std::string name ((const char *) (§ion_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 D | yyscript.y | 214 %type <output_section_header> section_header opt_address_and_section_type 365 | string section_header 373 section_header:
|
| H A D | object.cc | 991 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 D | arm.cc | 6529 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 D | aarch64.cc | 1917 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 D | mips.cc | 6776 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
|
| H A D | ChangeLog-0815 | 10588 (section_header): Handle section type.
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | yyscript.y | 217 %type <output_section_header> section_header opt_address_and_section_type 368 | string section_header 376 section_header:
|
| H A D | object.cc | 991 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 D | arm.cc | 6529 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 D | aarch64.cc | 1918 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 D | mips.cc | 6814 symtabshdr(this, this->elf_file()->section_header(symtab_shndx)); in do_count_local_symbols()
|
| H A D | ChangeLog-0815 | 10588 (section_header): Handle section type.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hsa-brig.c | 261 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 *) §ion_header, 16); in output() 268 assemble_string (section_name, (section_header.nameLength)); in output()
|
| /netbsd-src/external/gpl3/gdb/dist/contrib/ |
| H A D | mklog.py | 214 hunk.section_header)
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | mklog.py | 269 hunk.section_header)
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | mklog.py | 299 hunk.section_header)
|
| /netbsd-src/external/gpl3/binutils/dist/elfcpp/ |
| H A D | elfcpp_file.h | 196 section_header(unsigned int shndx) in section_header() function
|
| /netbsd-src/external/gpl3/binutils.old/dist/elfcpp/ |
| H A D | elfcpp_file.h | 196 section_header(unsigned int shndx) in section_header() function
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ChangeLog-2018 | 603 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog-2018 | 603 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
|