/toolchain/binutils/binutils-2.25/gold/ |
D | yyscript.y | 80 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 …]
|
D | dwp.cc | 165 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()
|
D | nacl.h | 202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE) in do_recognize_nacl_file()
|
D | script-c.h | 99 enum Script_section_type section_type; member
|
D | mapfile.cc | 364 unsigned int sh_type = relobj->section_type(i); in print_discarded_sections()
|
D | dynobj.h | 243 { return this->elf_file_.section_type(shndx); } in do_section_type()
|
D | dwarf_reader.cc | 366 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()
|
D | incremental-dump.cc | 246 || elf_file.section_type(strtab_shndx) != elfcpp::SHT_STRTAB) in dump_incremental_inputs()
|
D | script-sections.cc | 1920 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
|
D | object.h | 546 section_type(unsigned int shndx) in section_type() function 2361 { return this->elf_file_.section_type(shndx); } in do_section_type()
|
D | layout.h | 947 Script_sections::Section_type section_type);
|
D | plugin.cc | 1644 *type = obj->section_type(section.shndx); in get_input_section_type()
|
D | layout.cc | 2064 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()
|
D | incremental.cc | 230 || this->elf_file_.section_type(strtab_shndx) != elfcpp::SHT_STRTAB) in find_incremental_inputs_sections()
|
D | object.cc | 92 if (object->section_type(i) == elfcpp::SHT_SYMTAB_SHNDX in initialize_symtab_xindex()
|
D | ChangeLog | 9138 (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/ |
D | ldlang.h | 113 enum section_type enum 158 enum section_type sectype; 538 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
|
D | ldgram.y | 48 static enum section_type sectype;
|
D | ChangeLog-2007 | 724 * ldlang.h (enum section_type): Add overlay_section.
|
D | ChangeLog-2006 | 862 * ldlang.h (enum section_type): Delete dsect_section, copy_section,
|
D | ldlang.c | 6210 enum section_type sectype, in lang_enter_output_section_statement()
|
/toolchain/binutils/binutils-2.25/include/ |
D | ieee.h | 154 unsigned int section_type; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ieee.c | 1104 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/ |
D | elfcpp_file.h | 224 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/ |
D | tc-mips.c | 15427 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()
|