HomeSort by: relevance | last modified time | path
    Searched defs:section_type (Results 1 - 13 of 13) sorted by relevancy

  /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 *,
  /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 *,
  /src/external/gpl3/gcc/dist/gcc/
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
  /src/external/gpl3/gcc.old/dist/gcc/
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
  /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/binutils/dist/gas/config/
tc-mips.c 16843 int section_type;
16868 section_type = get_absolute_expression ();
16870 section_type = 0;
16903 if (section_type == SHT_MIPS_DWARF)
16904 section_type = SHT_PROGBITS;
16906 obj_elf_change_section (section_name, section_type, section_flag,
16830 int section_type; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 16530 int section_type;
16555 section_type = get_absolute_expression ();
16557 section_type = 0;
16590 if (section_type == SHT_MIPS_DWARF)
16591 section_type = SHT_PROGBITS;
16593 obj_elf_change_section (section_name, section_type, section_flag,
16517 int section_type; local

Completed in 61 milliseconds