Searched refs:section_type (Results 1 - 25 of 89) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dlto-section-in.c135 enum lto_section_type section_type,
139 const char *data = (get_section_f) (file_data, section_type, name, order,
145 lto_stats.section_size[section_type] += *len;
153 if ((!flag_ltrans || decompress) && section_type != LTO_section_lto)
185 enum lto_section_type section_type, size_t *len)
187 return lto_get_section_data (file_data, section_type, NULL, 0, len);
194 enum lto_section_type section_type,
198 return (get_section_f) (file_data, section_type, name, order, len);
207 enum lto_section_type section_type,
221 (free_section_f) (file_data, section_type, nam
134 lto_get_section_data(struct lto_file_decl_data *file_data, enum lto_section_type section_type, const char *name, int order, size_t *len, bool decompress) argument
184 lto_get_summary_section_data(struct lto_file_decl_data *file_data, enum lto_section_type section_type, size_t *len) argument
193 lto_get_raw_section_data(struct lto_file_decl_data *file_data, enum lto_section_type section_type, const char *name, int order, size_t *len) argument
206 lto_free_section_data(struct lto_file_decl_data *file_data, enum lto_section_type section_type, const char *name, const char *data, size_t len, bool decompress) argument
234 lto_free_raw_section_data(struct lto_file_decl_data *file_data, enum lto_section_type section_type, const char *name, const char *data, size_t len) argument
249 lto_create_simple_input_block(struct lto_file_decl_data *file_data, enum lto_section_type section_type, const char **datar, size_t *len) argument
276 lto_destroy_simple_input_block(struct lto_file_decl_data *file_data, enum lto_section_type section_type, class lto_input_block *ib, const char *data, size_t len) argument
[all...]
H A Dlto-streamer.c117 lto_get_section_name (int section_type, const char *name, argument
124 if (section_type == LTO_section_function_body)
136 else if (section_type < LTO_N_SECTION_TYPES)
138 add = lto_section_name[section_type];
149 if (section_type == LTO_section_opts)
H A Dlto-section-out.c258 lto_create_simple_output_block (enum lto_section_type section_type) argument
264 ob->section_type = section_type;
281 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL);
H A Dlto-streamer-out.c77 create_output_block (enum lto_section_type section_type) argument
82 lto_section_name [section_type]);
84 ob->section_type = section_type;
88 if (!flag_wpa && section_type == LTO_section_decls)
94 if (section_type == LTO_section_function_body)
111 enum lto_section_type section_type = ob->section_type; local
119 if (section_type == LTO_section_function_body)
807 if (ob->section_type !
2137 enum lto_section_type section_type = ob->section_type; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dlto-section-in.cc135 enum lto_section_type section_type,
139 const char *data = (get_section_f) (file_data, section_type, name, order,
145 lto_stats.section_size[section_type] += *len;
153 if ((!flag_ltrans || decompress) && section_type != LTO_section_lto)
185 enum lto_section_type section_type, size_t *len)
187 return lto_get_section_data (file_data, section_type, NULL, 0, len);
194 enum lto_section_type section_type,
198 return (get_section_f) (file_data, section_type, name, order, len);
207 enum lto_section_type section_type,
221 (free_section_f) (file_data, section_type, nam
134 lto_get_section_data(struct lto_file_decl_data *file_data, enum lto_section_type section_type, const char *name, int order, size_t *len, bool decompress) argument
184 lto_get_summary_section_data(struct lto_file_decl_data *file_data, enum lto_section_type section_type, size_t *len) argument
193 lto_get_raw_section_data(struct lto_file_decl_data *file_data, enum lto_section_type section_type, const char *name, int order, size_t *len) argument
206 lto_free_section_data(struct lto_file_decl_data *file_data, enum lto_section_type section_type, const char *name, const char *data, size_t len, bool decompress) argument
234 lto_free_raw_section_data(struct lto_file_decl_data *file_data, enum lto_section_type section_type, const char *name, const char *data, size_t len) argument
249 lto_create_simple_input_block(struct lto_file_decl_data *file_data, enum lto_section_type section_type, const char **datar, size_t *len) argument
276 lto_destroy_simple_input_block(struct lto_file_decl_data *file_data, enum lto_section_type section_type, class lto_input_block *ib, const char *data, size_t len) argument
[all...]
H A Dlto-streamer.cc103 lto_get_section_name (int section_type, const char *name, argument
111 if (section_type == LTO_section_function_body)
123 else if (section_type < LTO_N_SECTION_TYPES)
125 add = lto_section_name[section_type];
136 if (section_type == LTO_section_opts)
H A Dlto-section-out.cc153 lto_create_simple_output_block (enum lto_section_type section_type) argument
159 ob->section_type = section_type;
176 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL);
H A Dlto-streamer-out.cc77 create_output_block (enum lto_section_type section_type) argument
82 lto_section_name[section_type]);
84 ob->section_type = section_type;
88 if (!flag_wpa && section_type == LTO_section_decls)
94 if (section_type == LTO_section_function_body)
111 enum lto_section_type section_type = ob->section_type; local
119 if (section_type == LTO_section_function_body)
503 lto_section_name[ob->section_type]);
2195 enum lto_section_type section_type = ob->section_type; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dp-typeprint.c469 section_type;
575 section_type = s_none;
596 if (section_type != s_protected)
598 section_type = s_protected;
605 if (section_type != s_private)
607 section_type = s_private;
613 if (section_type != s_public)
615 section_type = s_public;
643 if (len && section_type != s_none)
667 if (section_type !
468 section_type; local
[all...]
H A Dc-typeprint.c1137 enum access_specifier section_type = s_none;
1166 section_type = output_access_specifier
1167 (stream, section_type, level,
1243 if (real_len > 0 && section_type != s_none)
1273 section_type = output_access_specifier
1274 (stream, section_type, level,
1411 section_type = output_access_specifier
1412 (stream, section_type, level,
1135 enum access_specifier section_type = s_none; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dp-typeprint.c419 section_type; local
516 section_type = s_none;
537 if (section_type != s_protected)
539 section_type = s_protected;
546 if (section_type != s_private)
548 section_type = s_private;
555 if (section_type != s_public)
557 section_type = s_public;
586 if (len && section_type != s_none)
610 if (section_type !
[all...]
H A Dc-typeprint.c1134 enum access_specifier section_type = s_none;
1163 section_type = output_access_specifier
1164 (stream, section_type, level,
1240 if (real_len > 0 && section_type != s_none)
1269 section_type = output_access_specifier
1270 (stream, section_type, level,
1400 section_type = output_access_specifier
1401 (stream, section_type, level,
1132 enum access_specifier section_type = s_none; local
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dyyscript.y80 enum Script_section_type section_type;
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 ')' '
426 section_type: label
[all...]
H A Dyyscript.h293 enum Script_section_type section_type; member in union:YYSTYPE
H A Dscript-c.h99 enum Script_section_type section_type; member in struct:gold::Parser_output_section_header
H A Dmapfile.cc364 unsigned int sh_type = relobj->section_type(i);
H A Dnacl.h202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE)
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dyyscript.y80 enum Script_section_type section_type;
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 ')' '
426 section_type: label
[all...]
H A Dyyscript.h306 enum Script_section_type section_type; member in union:YYSTYPE
H A Dscript-c.h99 enum Script_section_type section_type; member in struct:gold::Parser_output_section_header
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dyyscript.y80 enum Script_section_type section_type;
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 ')' '
426 section_type: label
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/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 *,
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldlang.h118 enum section_type enum
170 enum section_type sectype;
550 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldlang.h118 enum section_type enum
164 enum section_type sectype;
538 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp669 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
670 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS ||
671 section_type == MachO::S_LAZY_SYMBOL_POINTERS ||
672 section_type == MachO::S_LAZY_DYLIB_SYMBOL_POINTERS ||
673 section_type == MachO::S_THREAD_LOCAL_VARIABLE_POINTERS ||
674 section_type == MachO::S_SYMBOL_STUBS) {
676 if (section_type == MachO::S_SYMBOL_STUBS)
697 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
698 if (section_type == MachO::S_NON_LAZY_SYMBOL_POINTERS ||
699 section_type
1430 uint32_t section_type; local
1520 uint32_t section_type; local
1750 uint32_t section_type = section_flags & MachO::SECTION_TYPE; local
3009 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
3030 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
3065 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
3096 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; local
8689 uint32_t section_type = flags & MachO::SECTION_TYPE; local
[all...]

Completed in 430 milliseconds

1234