HomeSort by: relevance | last modified time | path
    Searched refs:section_type (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
lto-section-in.cc 128 SECTION_TYPE is the type of information to be obtained. NAME is
135 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)
180 SECTION_TYPE is the type of information to be obtained.
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)
    [all...]
lto-streamer.cc 98 is only used if SECTION_TYPE is LTO_section_function_body. For all
103 lto_get_section_name (int section_type, const char *name,
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)
lto-section-out.cc 153 lto_create_simple_output_block (enum lto_section_type section_type)
159 ob->section_type = section_type;
176 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL);
lto-streamer-out.cc 74 /* Create the output block and return it. SECTION_TYPE is
78 create_output_block (enum lto_section_type section_type)
83 lto_section_name[section_type]);
85 ob->section_type = section_type;
89 if (!flag_wpa && section_type == LTO_section_decls)
95 if (section_type == LTO_section_function_body)
112 enum lto_section_type section_type = ob->section_type; local
120 if (section_type == LTO_section_function_body
2217 enum lto_section_type section_type = ob->section_type; local
    [all...]
lto-streamer.h 647 enum lto_section_type section_type; member in struct:lto_simple_output_block
700 enum lto_section_type section_type; member in struct:output_block
lto-streamer-in.cc 1591 FILE_DATA are the global decls and types. SECTION_TYPE is either
1598 const char *data, enum lto_section_type section_type)
1623 if (section_type == LTO_section_function_body)
tree-streamer-out.cc 979 lto_section_name[ob->section_type]);
  /src/external/gpl3/gcc.old/dist/gcc/
lto-section-in.cc 128 SECTION_TYPE is the type of information to be obtained. NAME is
135 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)
180 SECTION_TYPE is the type of information to be obtained.
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)
    [all...]
lto-streamer.cc 98 is only used if SECTION_TYPE is LTO_section_function_body. For all
103 lto_get_section_name (int section_type, const char *name,
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)
lto-section-out.cc 153 lto_create_simple_output_block (enum lto_section_type section_type)
159 ob->section_type = section_type;
176 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL);
lto-streamer-out.cc 73 /* Create the output block and return it. SECTION_TYPE is
77 create_output_block (enum lto_section_type section_type)
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
2195 enum lto_section_type section_type = ob->section_type; local
    [all...]
lto-streamer.h 643 enum lto_section_type section_type; member in struct:lto_simple_output_block
696 enum lto_section_type section_type; member in struct:output_block
lto-streamer-in.cc 1568 FILE_DATA are the global decls and types. SECTION_TYPE is either
1575 const char *data, enum lto_section_type section_type)
1600 if (section_type == LTO_section_function_body)
tree-streamer-out.cc 981 lto_section_name[ob->section_type]);
  /src/external/gpl3/gdb.old/dist/gdb/
p-typeprint.c 373 section_type; local
470 section_type = s_none;
493 if (section_type != s_protected)
495 section_type = s_protected;
502 if (section_type != s_private)
504 section_type = s_private;
511 if (section_type != s_public)
513 section_type = s_public;
541 if (len && section_type != s_none)
565 if (section_type != s_protected
    [all...]
c-typeprint.c 1008 accessibility section_type = (type->is_declared_class ()
1031 section_type
1032 = output_access_specifier (stream, section_type, level,
1135 section_type = output_access_specifier
1136 (stream, section_type, level,
1264 section_type = (output_access_specifier
1265 (stream, section_type, level,
1006 accessibility section_type = (type->is_declared_class () local
  /src/external/gpl3/gdb/dist/gdb/
p-typeprint.c 373 section_type; local
470 section_type = s_none;
493 if (section_type != s_protected)
495 section_type = s_protected;
502 if (section_type != s_private)
504 section_type = s_private;
511 if (section_type != s_public)
513 section_type = s_public;
541 if (len && section_type != s_none)
565 if (section_type != s_protected
    [all...]
c-typeprint.c 1007 accessibility section_type = (type->is_declared_class ()
1030 section_type
1031 = output_access_specifier (stream, section_type, level,
1134 section_type = output_access_specifier
1135 (stream, section_type, level,
1263 section_type = (output_access_specifier
1264 (stream, section_type, level,
1005 accessibility section_type = (type->is_declared_class () local
  /src/external/gpl3/binutils/dist/ld/
ldlang.h 119 enum section_type enum
176 enum section_type sectype;
560 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
ldgram.y 50 static enum section_type sectype;
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.h 119 enum section_type enum
176 enum section_type sectype;
569 (const char *, etree_type *, enum section_type, etree_type *, etree_type *,
ldgram.y 50 static enum section_type sectype;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 669 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
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...]
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 2457 /* Get the section data from FILE_DATA of SECTION_TYPE with NAME.
2463 enum lto_section_type section_type,
2470 const char *section_name = lto_get_section_name (section_type, name,
2488 /* Free the section data from FILE_DATA of SECTION_TYPE with NAME that
2493 enum lto_section_type section_type ATTRIBUTE_UNUSED,
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 2441 /* Get the section data from FILE_DATA of SECTION_TYPE with NAME.
2447 enum lto_section_type section_type,
2454 const char *section_name = lto_get_section_name (section_type, name,
2472 /* Free the section data from FILE_DATA of SECTION_TYPE with NAME that
2477 enum lto_section_type section_type ATTRIBUTE_UNUSED,

Completed in 55 milliseconds

1 2