/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-section-in.c | 135 enum lto_section_type section_type, in lto_get_section_data() argument 139 const char *data = (get_section_f) (file_data, section_type, name, order, in lto_get_section_data() 145 lto_stats.section_size[section_type] += *len; in lto_get_section_data() 153 if ((!flag_ltrans || decompress) && section_type != LTO_section_lto) in lto_get_section_data() 185 enum lto_section_type section_type, size_t *len) in lto_get_summary_section_data() argument 187 return lto_get_section_data (file_data, section_type, NULL, 0, len); in lto_get_summary_section_data() 194 enum lto_section_type section_type, in lto_get_raw_section_data() argument 198 return (get_section_f) (file_data, section_type, name, order, len); in lto_get_raw_section_data() 207 enum lto_section_type section_type, in lto_free_section_data() argument 221 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data() [all …]
|
H A D | lto-streamer.c | 117 lto_get_section_name (int section_type, const char *name, in lto_get_section_name() argument 124 if (section_type == LTO_section_function_body) in lto_get_section_name() 136 else if (section_type < LTO_N_SECTION_TYPES) in lto_get_section_name() 138 add = lto_section_name[section_type]; in lto_get_section_name() 149 if (section_type == LTO_section_opts) in lto_get_section_name()
|
H A D | lto-section-out.c | 258 lto_create_simple_output_block (enum lto_section_type section_type) in lto_create_simple_output_block() argument 264 ob->section_type = section_type; in lto_create_simple_output_block() 281 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL); in lto_destroy_simple_output_block()
|
H A D | lto-streamer-out.c | 77 create_output_block (enum lto_section_type section_type) in create_output_block() argument 82 lto_section_name [section_type]); in create_output_block() 84 ob->section_type = section_type; in create_output_block() 88 if (!flag_wpa && section_type == LTO_section_decls) in create_output_block() 94 if (section_type == LTO_section_function_body) in create_output_block() 111 enum lto_section_type section_type = ob->section_type; in destroy_output_block() local 119 if (section_type == LTO_section_function_body) in destroy_output_block() 807 if (ob->section_type != LTO_section_decls) in DFS() 828 gcc_checking_assert (ob->section_type == LTO_section_decls); in DFS() 919 lto_section_name [ob->section_type]); in DFS_write_tree_body() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-section-in.cc | 135 enum lto_section_type section_type, in lto_get_section_data() argument 139 const char *data = (get_section_f) (file_data, section_type, name, order, in lto_get_section_data() 145 lto_stats.section_size[section_type] += *len; in lto_get_section_data() 153 if ((!flag_ltrans || decompress) && section_type != LTO_section_lto) in lto_get_section_data() 185 enum lto_section_type section_type, size_t *len) in lto_get_summary_section_data() argument 187 return lto_get_section_data (file_data, section_type, NULL, 0, len); in lto_get_summary_section_data() 194 enum lto_section_type section_type, in lto_get_raw_section_data() argument 198 return (get_section_f) (file_data, section_type, name, order, len); in lto_get_raw_section_data() 207 enum lto_section_type section_type, in lto_free_section_data() argument 221 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data() [all …]
|
H A D | lto-streamer.cc | 103 lto_get_section_name (int section_type, const char *name, in lto_get_section_name() argument 111 if (section_type == LTO_section_function_body) in lto_get_section_name() 123 else if (section_type < LTO_N_SECTION_TYPES) in lto_get_section_name() 125 add = lto_section_name[section_type]; in lto_get_section_name() 136 if (section_type == LTO_section_opts) in lto_get_section_name()
|
H A D | lto-section-out.cc | 153 lto_create_simple_output_block (enum lto_section_type section_type) in lto_create_simple_output_block() argument 159 ob->section_type = section_type; in lto_create_simple_output_block() 176 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL); in lto_destroy_simple_output_block()
|
H A D | lto-streamer-out.cc | 77 create_output_block (enum lto_section_type section_type) in create_output_block() argument 82 lto_section_name[section_type]); in create_output_block() 84 ob->section_type = section_type; in create_output_block() 88 if (!flag_wpa && section_type == LTO_section_decls) in create_output_block() 94 if (section_type == LTO_section_function_body) in create_output_block() 111 enum lto_section_type section_type = ob->section_type; in destroy_output_block() local 119 if (section_type == LTO_section_function_body) in destroy_output_block() 503 lto_section_name[ob->section_type]); in lto_write_tree_1() 829 if (ob->section_type != LTO_section_decls) in DFS() 855 gcc_checking_assert (ob->section_type == LTO_section_decls); in DFS() [all …]
|
H A D | lto-streamer.h | 643 enum lto_section_type section_type; member 696 enum lto_section_type section_type; member
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | yyscript.y | 80 enum Script_section_type section_type; member 215 %type <section_type> section_type 380 $$.section_type = $2.section_type; 396 $$.section_type = SCRIPT_SECTION_TYPE_NONE; 401 $$.section_type = SCRIPT_SECTION_TYPE_NONE; 406 $$.section_type = SCRIPT_SECTION_TYPE_NONE; 411 $$.section_type = SCRIPT_SECTION_TYPE_NONE; 413 | '(' section_type ')' ':' 416 $$.section_type = $2; 418 | exp '(' section_type ')' ':' [all …]
|
H A D | yyscript.c | 376 enum Script_section_type section_type; member 2611 (yyval.output_section_header).section_type = (yyvsp[-5].output_section_header).section_type; in yyparse() 2624 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2633 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2642 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2651 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2660 (yyval.output_section_header).section_type = (yyvsp[-2].section_type); in yyparse() 2669 (yyval.output_section_header).section_type = (yyvsp[-2].section_type); in yyparse() 2676 { (yyval.section_type) = SCRIPT_SECTION_TYPE_NOLOAD; } in yyparse() 2684 (yyval.section_type) = SCRIPT_SECTION_TYPE_DSECT; in yyparse() [all …]
|
H A D | yyscript.h | 306 enum Script_section_type section_type; member
|
H A 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()
|
H A D | nacl.h | 202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE) in do_recognize_nacl_file()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | yyscript.y | 83 enum Script_section_type section_type; member 218 %type <section_type> section_type 383 $$.section_type = $2.section_type; 399 $$.section_type = SCRIPT_SECTION_TYPE_NONE; 404 $$.section_type = SCRIPT_SECTION_TYPE_NONE; 409 $$.section_type = SCRIPT_SECTION_TYPE_NONE; 414 $$.section_type = SCRIPT_SECTION_TYPE_NONE; 416 | '(' section_type ')' ':' 419 $$.section_type = $2; 421 | exp '(' section_type ')' ':' [all …]
|
H A D | yyscript.c | 379 enum Script_section_type section_type; member 2614 (yyval.output_section_header).section_type = (yyvsp[-5].output_section_header).section_type; in yyparse() 2627 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2636 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2645 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2654 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2663 (yyval.output_section_header).section_type = (yyvsp[-2].section_type); in yyparse() 2672 (yyval.output_section_header).section_type = (yyvsp[-2].section_type); in yyparse() 2679 { (yyval.section_type) = SCRIPT_SECTION_TYPE_NOLOAD; } in yyparse() 2687 (yyval.section_type) = SCRIPT_SECTION_TYPE_DSECT; in yyparse() [all …]
|
H A D | yyscript.h | 306 enum Script_section_type section_type; member
|
H A 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()
|
H A D | nacl.h | 202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE) in do_recognize_nacl_file()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 669 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local 670 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 671 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 672 section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS || in PrintIndirectSymbols() 673 section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS || in PrintIndirectSymbols() 674 section_type == MachO::S_SYMBOL_STUBS) { in PrintIndirectSymbols() 676 if (section_type == MachO::S_SYMBOL_STUBS) in PrintIndirectSymbols() 697 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols() local 698 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() 699 section_type == MachO::S_LAZY_SYMBOL_POINTERS || in PrintIndirectSymbols() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldlang.h | 118 enum section_type enum 170 enum section_type sectype; 550 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldlang.h | 119 enum section_type enum 171 enum section_type sectype; 564 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | PROTOCOL.krl | 26 byte section_type 29 Where "section_type" indicates the type of the "section_data". An exception
|
/netbsd-src/external/gpl3/binutils/dist/elfcpp/ |
H A 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
|
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/ |
H A 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
|