HomeSort by relevance Sort by last modified time
    Searched defs:sectype (Results 1 - 3 of 3) 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/
ldlang.h 158 enum section_type sectype; member in struct:lang_output_section_statement_struct
  /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 143 milliseconds