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

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 29 /// TypeAndAttributes - This is the SECTION_TYPE and SECTION_ATTRIBUTES
46 SECTION_TYPE = 0x000000FFU,
159 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; }
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 158 #define SECTION_TYPE 0x000000ff /* section type mask */
759 if ((msd->flags & SECTION_TYPE) != S_ZEROFILL) {
    [all...]

Completed in 684 milliseconds