Home
last modified time | relevance | path

Searched refs:SECTION_TYPE (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSectionMachO.h46 SECTION_TYPE = 0x000000FFU, enumerator
159 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; } in getType()
/external/llvm/lib/MC/
DMCSectionMachO.cpp105 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection()
291 if ((TAA & MCSectionMachO::SECTION_TYPE) != MCSectionMachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c158 #define SECTION_TYPE 0x000000ff /* section type mask */ macro
759 if ((msd->flags & SECTION_TYPE) != S_ZEROFILL) { in macho_objfmt_output_secthead()