Home
last modified time | relevance | path

Searched refs:section_type (Results 1 – 25 of 26) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gold/
Dyyscript.y80 enum Script_section_type section_type; member
213 %type <section_type> section_type
378 $$.section_type = $2.section_type;
394 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
399 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
404 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
409 $$.section_type = SCRIPT_SECTION_TYPE_NONE;
411 | '(' section_type ')' ':'
414 $$.section_type = $2;
416 | exp '(' section_type ')' ':'
[all …]
Ddwp.cc165 section_type(unsigned int shndx) in section_type() function in gold::Dwo_file
166 { return this->obj_->section_type(shndx); } in section_type()
271 { return this->elf_file_.section_type(shndx); } in do_section_type()
856 if (this->section_type(i) != elfcpp::SHT_PROGBITS) in read_executable()
907 if (this->section_type(i) != elfcpp::SHT_PROGBITS) in read()
1000 if (this->section_type(i) != elfcpp::SHT_PROGBITS) in verify()
Dnacl.h202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE) in do_recognize_nacl_file()
Dscript-c.h99 enum Script_section_type section_type; member
Dmapfile.cc364 unsigned int sh_type = relobj->section_type(i); in print_discarded_sections()
Ddynobj.h243 { return this->elf_file_.section_type(shndx); } in do_section_type()
Ddwarf_reader.cc366 reloc_type = object->section_type(i); in read_ranges_table()
537 reloc_type = object->section_type(i); in read_section()
1595 unsigned int reloc_sh_type = object->section_type(i); in Sized_dwarf_line_info()
1611 if (object->section_type(symtab_shndx) == elfcpp::SHT_SYMTAB) in Sized_dwarf_line_info()
Dincremental-dump.cc246 || elf_file.section_type(strtab_shndx) != elfcpp::SHT_STRTAB) in dump_incremental_inputs()
Dscript-sections.cc1920 section_type() const;
1998 script_section_type_(header->section_type) in Output_section_definition()
2095 layout->make_output_section_for_script(name, this->section_type()); in create_sections()
2167 *psection_type = this->section_type(); in output_section_name()
2756 Output_section_definition::section_type() const in section_type() function in gold::Output_section_definition
Dobject.h546 section_type(unsigned int shndx) in section_type() function
2361 { return this->elf_file_.section_type(shndx); } in do_section_type()
Dlayout.h947 Script_sections::Section_type section_type);
Dplugin.cc1644 *type = obj->section_type(section.shndx); in get_input_section_type()
Dlayout.cc2064 Script_sections::Section_type section_type) in make_output_section_for_script() argument
2068 if (section_type == Script_sections::ST_NOLOAD) in make_output_section_for_script()
2074 if (section_type == Script_sections::ST_NOLOAD) in make_output_section_for_script()
Dincremental.cc230 || this->elf_file_.section_type(strtab_shndx) != elfcpp::SHT_STRTAB) in find_incremental_inputs_sections()
Dobject.cc92 if (object->section_type(i) == elfcpp::SHT_SYMTAB_SHNDX in initialize_symtab_xindex()
DChangeLog9138 (struct Parser_output_section_header): Add new file section_type.
9142 (Output_section_definition::section_type)P; New method.
9156 (Output_section_definition::section_type): New method.
9170 (section_type): New non-terminal
/toolchain/binutils/binutils-2.25/ld/
Dldlang.h113 enum section_type enum
158 enum section_type sectype;
538 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
Dldgram.y48 static enum section_type sectype;
DChangeLog-2007724 * ldlang.h (enum section_type): Add overlay_section.
DChangeLog-2006862 * ldlang.h (enum section_type): Delete dsect_section, copy_section,
Dldlang.c6210 enum section_type sectype, in lang_enter_output_section_statement()
/toolchain/binutils/binutils-2.25/include/
Dieee.h154 unsigned int section_type; member
/toolchain/binutils/binutils-2.25/bfd/
Dieee.c1104 bfd_byte section_type[3]; in ieee_slurp_sections() local
1121 section_type[0] = this_byte_and_next (&(ieee->h)); in ieee_slurp_sections()
1125 switch (section_type[0]) in ieee_slurp_sections()
1129 section_type[1] = this_byte (&(ieee->h)); in ieee_slurp_sections()
1131 switch (section_type[1]) in ieee_slurp_sections()
1136 section_type[2] = this_byte (&(ieee->h)); in ieee_slurp_sections()
1137 switch (section_type[2]) in ieee_slurp_sections()
1162 section_type[1] = this_byte (&(ieee->h)); in ieee_slurp_sections()
1164 switch (section_type[1]) in ieee_slurp_sections()
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h224 section_type(unsigned int shndx);
632 Elf_file<size, big_endian, File>::section_type(unsigned int shndx) in section_type() function
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c15427 int section_type; in s_change_section() local
15450 section_type = get_absolute_expression (); in s_change_section()
15452 section_type = 0; in s_change_section()
15483 if (section_type == SHT_MIPS_DWARF) in s_change_section()
15484 section_type = SHT_PROGBITS; in s_change_section()
15486 obj_elf_change_section (section_name, section_type, section_flag, in s_change_section()

12