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

  /toolchain/binutils/binutils-2.27/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;
257 msect->flags = sectype | secattr;
259 if (sectype == BFD_MACH_O_S_ZEROFIL
299 unsigned int sectype = BFD_MACH_O_S_REGULAR; local
1005 int sectype = -1; local
1367 int sectype = -1; local
1426 int sectype = -1; local
1700 unsigned sectype = (ms->flags & BFD_MACH_O_SECTION_TYPE_MASK); local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldlang.h 160 enum section_type sectype; member in struct:lang_output_section_statement_struct
  /toolchain/binutils/binutils-2.27/binutils/
ieee.c 1195 bfd_vma sectype, secindx, offset, map; local
1198 if (! ieee_read_number (info, pp, &sectype)
    [all...]

Completed in 69 milliseconds