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

  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-coff.c 89 #define STYP_DATA (1 << 6)
583 flags = (STYP_DATA | IMAGE_SCN_MEM_DISCARDABLE | IMAGE_SCN_MEM_SHARED
simple-object-xcoff.c 128 #define STYP_DATA 0x40
679 flags = STYP_DATA;
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 435 #define STYP_DATA (0x0040) /* section contains data only */
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 299 { _DATA, STYP_DATA },
341 styp = STYP_DATA;
390 else if ((styp_flags & STYP_DATA)
    [all...]
coffcode.h 527 styp_flags = STYP_DATA;
607 styp_flags = STYP_DATA;
771 else if (styp_flags & STYP_DATA)
    [all...]
coff64-rs6000.c     [all...]
coff-rs6000.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 184 { STYP_DATA, "data" },
    [all...]

Completed in 1305 milliseconds