Home
last modified time | relevance | path

Searched refs:S_ATTR_STRIP_STATIC_SYMS (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/
DMCSectionMachO.cpp60 ENTRY("strip_static_syms", S_ATTR_STRIP_STATIC_SYMS)
DMCObjectFileInfo.cpp781 MachO::S_ATTR_STRIP_STATIC_SYMS | in InitEHFrameSection()
/external/llvm/include/llvm/Support/
DMachO.h229 S_ATTR_STRIP_STATIC_SYMS = 0x20000000u, enumerator
/external/llvm/tools/llvm-objdump/
DMachODump.cpp7344 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS) in PrintSection()