| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | lto-section-in.c | 132 enum lto_section_type section_type, in lto_get_section_data() argument 136 const char *data = (get_section_f) (file_data, section_type, name, len); in lto_get_section_data() 141 lto_stats.section_size[section_type] += *len; in lto_get_section_data() 180 enum lto_section_type section_type, in lto_get_raw_section_data() argument 184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data() 193 enum lto_section_type section_type, in lto_free_section_data() argument 207 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data() 213 (free_section_f) (file_data, section_type, name, header->data, header->len); in lto_free_section_data() 221 enum lto_section_type section_type, in lto_free_raw_section_data() argument 226 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data() [all …]
|
| H A D | lto-streamer.c | 142 lto_get_section_name (int section_type, const char *name, struct lto_file_decl_data *f) in lto_get_section_name() argument 148 if (section_type == LTO_section_function_body) in lto_get_section_name() 156 else if (section_type < LTO_N_SECTION_TYPES) in lto_get_section_name() 158 add = lto_section_name[section_type]; in lto_get_section_name() 169 if (section_type == LTO_section_opts) in lto_get_section_name()
|
| H A D | lto-section-out.c | 242 lto_create_simple_output_block (enum lto_section_type section_type) in lto_create_simple_output_block() argument 248 ob->section_type = section_type; in lto_create_simple_output_block() 265 section_name = lto_get_section_name (ob->section_type, NULL, NULL); in lto_destroy_simple_output_block()
|
| H A D | lto-streamer-out.c | 65 create_output_block (enum lto_section_type section_type) in create_output_block() argument 69 ob->section_type = section_type; in create_output_block() 75 if (section_type == LTO_section_function_body) in create_output_block() 92 enum lto_section_type section_type = ob->section_type; in destroy_output_block() local 99 if (section_type == LTO_section_function_body) in destroy_output_block() 1963 enum lto_section_type section_type = ob->section_type; in produce_asm() local 1967 if (section_type == LTO_section_function_body) in produce_asm() 1970 section_name = lto_get_section_name (section_type, name, NULL); in produce_asm() 1973 section_name = lto_get_section_name (section_type, NULL, NULL); in produce_asm() 1985 if (section_type == LTO_section_function_body) in produce_asm() [all …]
|
| H A D | lto-streamer.h | 630 enum lto_section_type section_type; member 683 enum lto_section_type section_type; member
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | lto-section-in.c | 140 enum lto_section_type section_type, in lto_get_section_data() argument 144 const char *data = (get_section_f) (file_data, section_type, name, len); in lto_get_section_data() 149 lto_stats.section_size[section_type] += *len; in lto_get_section_data() 185 enum lto_section_type section_type, in lto_free_section_data() argument 201 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data() 207 (free_section_f) (file_data, section_type, name, header->data, header->len); in lto_free_section_data() 219 enum lto_section_type section_type, in lto_create_simple_input_block() argument 222 const char *data = lto_get_section_data (file_data, section_type, NULL, len); in lto_create_simple_input_block() 250 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument 255 lto_free_section_data (file_data, section_type, NULL, data, len); in lto_destroy_simple_input_block()
|
| H A D | lto-streamer.c | 143 lto_get_section_name (int section_type, const char *name, struct lto_file_decl_data *f) in lto_get_section_name() argument 149 if (section_type == LTO_section_function_body) in lto_get_section_name() 157 else if (section_type < LTO_N_SECTION_TYPES) in lto_get_section_name() 159 add = lto_section_name[section_type]; in lto_get_section_name() 170 if (section_type == LTO_section_opts) in lto_get_section_name()
|
| H A D | lto-streamer-out.c | 65 create_output_block (enum lto_section_type section_type) in create_output_block() argument 69 ob->section_type = section_type; in create_output_block() 75 if (section_type == LTO_section_function_body) in create_output_block() 93 enum lto_section_type section_type = ob->section_type; in destroy_output_block() local 99 if (section_type == LTO_section_function_body) in destroy_output_block() 685 enum lto_section_type section_type = ob->section_type; in produce_asm() local 690 if (section_type == LTO_section_function_body) in produce_asm() 693 section_name = lto_get_section_name (section_type, name, NULL); in produce_asm() 696 section_name = lto_get_section_name (section_type, NULL, NULL); in produce_asm() 707 header.lto_header.section_type = section_type; in produce_asm() [all …]
|
| H A D | lto-section-out.c | 383 lto_create_simple_output_block (enum lto_section_type section_type) in lto_create_simple_output_block() argument 389 ob->section_type = section_type; in lto_create_simple_output_block() 407 section_name = lto_get_section_name (ob->section_type, NULL, NULL); in lto_destroy_simple_output_block() 416 header.lto_header.section_type = LTO_section_cgraph; in lto_destroy_simple_output_block()
|
| H A D | lto-streamer.h | 339 enum lto_section_type section_type; member 644 enum lto_section_type section_type; member 655 enum lto_section_type section_type; member
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | p-typeprint.c | 456 section_type; in pascal_type_print_base() local 562 section_type = s_none; in pascal_type_print_base() 583 if (section_type != s_protected) in pascal_type_print_base() 585 section_type = s_protected; in pascal_type_print_base() 592 if (section_type != s_private) in pascal_type_print_base() 594 section_type = s_private; in pascal_type_print_base() 600 if (section_type != s_public) in pascal_type_print_base() 602 section_type = s_public; in pascal_type_print_base() 630 if (len && section_type != s_none) in pascal_type_print_base() 654 if (section_type != s_protected) in pascal_type_print_base() [all …]
|
| H A D | c-typeprint.c | 839 section_type; in c_type_print_base() local 977 section_type = s_none; in c_type_print_base() 1068 if (section_type != s_protected) in c_type_print_base() 1070 section_type = s_protected; in c_type_print_base() 1077 if (section_type != s_private) in c_type_print_base() 1079 section_type = s_private; in c_type_print_base() 1086 if (section_type != s_public) in c_type_print_base() 1088 section_type = s_public; in c_type_print_base() 1133 if (real_len > 0 && section_type != s_none) in c_type_print_base() 1167 if (section_type != s_protected) in c_type_print_base() [all …]
|
| /dflybsd-src/gnu/usr.bin/binutils227/block2/libgold/ |
| H A D | yyscript.c | 360 enum Script_section_type section_type; member 2497 …(yyval.output_section_header).section_type = (yyvsp[(2) - (7)].output_section_header).section_type; 2510 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; 2519 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; 2528 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; 2537 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; 2546 (yyval.output_section_header).section_type = (yyvsp[(2) - (4)].section_type); 2555 (yyval.output_section_header).section_type = (yyvsp[(3) - (5)].section_type); 2562 { (yyval.section_type) = SCRIPT_SECTION_TYPE_NOLOAD; } 2570 (yyval.section_type) = SCRIPT_SECTION_TYPE_DSECT; [all …]
|
| H A D | yyscript.h | 293 enum Script_section_type section_type; member
|
| /dflybsd-src/contrib/binutils-2.34/gold/ |
| H A D | yyscript.c | 358 enum Script_section_type section_type; member 2252 (yyval.output_section_header).section_type = (yyvsp[-5].output_section_header).section_type; in yyparse() 2265 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2274 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2283 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2292 (yyval.output_section_header).section_type = SCRIPT_SECTION_TYPE_NONE; in yyparse() 2301 (yyval.output_section_header).section_type = (yyvsp[-2].section_type); in yyparse() 2310 (yyval.output_section_header).section_type = (yyvsp[-2].section_type); in yyparse() 2317 { (yyval.section_type) = SCRIPT_SECTION_TYPE_NOLOAD; } in yyparse() 2325 (yyval.section_type) = SCRIPT_SECTION_TYPE_DSECT; in yyparse() [all …]
|
| H A D | yyscript.h | 293 enum Script_section_type section_type; member
|
| H A D | nacl.h | 202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE) in do_recognize_nacl_file()
|
| /dflybsd-src/contrib/binutils-2.34/ld/ |
| H A D | ldlang.h | 116 enum section_type enum 162 enum section_type sectype; 531 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
|
| /dflybsd-src/contrib/binutils-2.27/ld/ |
| H A D | ldlang.h | 115 enum section_type enum 160 enum section_type sectype; 535 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
|
| /dflybsd-src/contrib/binutils-2.27/include/ |
| H A D | ieee.h | 154 unsigned int section_type; member
|
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| 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()
|
| /dflybsd-src/crypto/openssh/ |
| H A D | PROTOCOL.krl | 26 byte section_type 29 Where "section_type" indicates the type of the "section_data". An exception
|
| /dflybsd-src/contrib/binutils-2.34/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
|
| /dflybsd-src/contrib/binutils-2.27/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
|