Home
last modified time | relevance | path

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

123

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dlto-section-in.c132 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 Dlto-streamer.c142 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 Dlto-section-out.c242 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 Dlto-streamer-out.c65 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 Dlto-streamer.h630 enum lto_section_type section_type; member
683 enum lto_section_type section_type; member
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dlto-section-in.c140 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 Dlto-streamer.c143 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 Dlto-streamer-out.c65 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 Dlto-section-out.c383 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 Dlto-streamer.h339 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 Dp-typeprint.c456 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 Dc-typeprint.c839 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 Dyyscript.c360 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 Dyyscript.h293 enum Script_section_type section_type; member
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dyyscript.c358 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 Dyyscript.h293 enum Script_section_type section_type; member
H A Dnacl.h202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE) in do_recognize_nacl_file()
/dflybsd-src/contrib/binutils-2.34/ld/
H A Dldlang.h116 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 Dldlang.h115 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 Dieee.h154 unsigned int section_type; member
/dflybsd-src/contrib/binutils-2.27/gold/
H A 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()
H A Dnacl.h202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE) in do_recognize_nacl_file()
/dflybsd-src/crypto/openssh/
H A DPROTOCOL.krl26 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 Delfcpp_file.h224 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 Delfcpp_file.h224 section_type(unsigned int shndx);
632 Elf_file<size, big_endian, File>::section_type(unsigned int shndx) in section_type() function

123