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

  /src/sys/dev/acpi/
apei.c 803 struct uuid sectype; local
819 apei_cper_guid_dec(gede->SectionType, &sectype);
820 apei_format_guid(&sectype, guidstr);
825 if (memcmp(&sectype, report->type, sizeof(sectype)) != 0)
  /src/external/gpl3/binutils/dist/gas/config/
obj-macho.c 173 unsigned int sectype, secattr, secalign; local
189 sectype = xlat->macho_sectype;
192 if ((sectype == BFD_MACH_O_S_ZEROFILL
193 || sectype == BFD_MACH_O_S_GB_ZEROFILL)
194 && sectype != usectype)
198 sectype = usectype;
211 sectype = usectype;
213 sectype = BFD_MACH_O_S_REGULAR;
259 msect->flags = sectype | secattr;
261 if (sectype == BFD_MACH_O_S_ZEROFIL
301 unsigned int sectype = BFD_MACH_O_S_REGULAR; local
1007 int sectype = -1; local
1369 int sectype = -1; local
1428 int sectype = -1; local
1702 unsigned sectype = (ms->flags & BFD_MACH_O_SECTION_TYPE_MASK); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-macho.c 173 unsigned int sectype, secattr, secalign; local
189 sectype = xlat->macho_sectype;
192 if ((sectype == BFD_MACH_O_S_ZEROFILL
193 || sectype == BFD_MACH_O_S_GB_ZEROFILL)
194 && sectype != usectype)
198 sectype = usectype;
211 sectype = usectype;
213 sectype = BFD_MACH_O_S_REGULAR;
259 msect->flags = sectype | secattr;
261 if (sectype == BFD_MACH_O_S_ZEROFIL
301 unsigned int sectype = BFD_MACH_O_S_REGULAR; local
1007 int sectype = -1; local
1369 int sectype = -1; local
1428 int sectype = -1; local
1702 unsigned sectype = (ms->flags & BFD_MACH_O_SECTION_TYPE_MASK); local
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldlang.h 176 enum section_type sectype; member in struct:lang_output_section_statement_struct
ldgram.c 51 static enum section_type sectype; variable in typeref:enum:section_type
4727 lang_enter_output_section_statement (yystack.l_mark[-7].name, yystack.l_mark[-5].etree, sectype,
4809 { sectype = noload_section; }
4814 { sectype = noalloc_section; }
4819 { sectype = noalloc_section; }
4824 { sectype = noalloc_section; }
4829 { sectype = noalloc_section; }
4834 { sectype = typed_readonly_section; sectype_value = yystack.l_mark[-1].etree; }
4839 { sectype = readonly_section; }
4844 { sectype = type_section; sectype_value = yystack.l_mark[0].etree;
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.h 176 enum section_type sectype; member in struct:lang_output_section_statement_struct
ldgram.c 99 static enum section_type sectype; variable in typeref:enum:section_type
4209 lang_enter_output_section_statement ((yyvsp[-7].name), (yyvsp[-5].etree), sectype,
4301 { sectype = noload_section; }
4307 { sectype = noalloc_section; }
4313 { sectype = noalloc_section; }
4319 { sectype = noalloc_section; }
4325 { sectype = noalloc_section; }
4331 { sectype = typed_readonly_section; sectype_value = (yyvsp[-1].etree); }
4337 { sectype = readonly_section; }
4343 { sectype = type_section; sectype_value = (yyvsp[0].etree);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 4844 tree sectype, eltype = TREE_TYPE (type);
4850 sectype = TREE_TYPE (array_expr);
4874 sectype = build_array_type (eltype, idxtype);
4877 return build3_loc (loc, OMP_ARRAY_SECTION, sectype, array_expr, index,
4836 tree sectype, eltype = TREE_TYPE (type); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 3186 tree sectype, eltype = TREE_TYPE (type);
3192 sectype = TREE_TYPE (array);
3215 sectype = c_build_array_type (eltype, idxtype);
3218 return build3_loc (loc, OMP_ARRAY_SECTION, sectype, array, index, length);
3175 tree sectype, eltype = TREE_TYPE (type); local

Completed in 71 milliseconds