HomeSort by relevance Sort by last modified time
    Searched refs:sectype (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/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;
220 sectype = usectype;
222 sectype = BFD_MACH_O_S_REGULAR;
266 msect->flags = sectype | secattr;
268 if (sectype == BFD_MACH_O_S_ZEROFIL
308 unsigned int sectype = BFD_MACH_O_S_REGULAR; local
1015 int sectype = -1; local
1379 int sectype = -1; local
1438 int sectype = -1; local
1712 unsigned sectype = (ms->flags & BFD_MACH_O_SECTION_TYPE_MASK); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldgram.y 48 static enum section_type sectype;
1065 sectype,
1113 NOLOAD { sectype = noload_section; }
1114 | DSECT { sectype = noalloc_section; }
1115 | COPY { sectype = noalloc_section; }
1116 | INFO { sectype = noalloc_section; }
1117 | OVERLAY { sectype = noalloc_section; }
1122 | /* EMPTY */ { sectype = normal_section; }
1123 | '(' ')' { sectype = normal_section; }
ldlang.h 158 enum section_type sectype; member in struct:lang_output_section_statement_struct
ldlang.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/
read.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ieee.c 1195 bfd_vma sectype, secindx, offset, map; local
1198 if (! ieee_read_number (info, pp, &sectype)
    [all...]

Completed in 1132 milliseconds