Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSectionMachO.cpp71 ENTRY("strip_static_syms", S_ATTR_STRIP_STATIC_SYMS)
DMCObjectFileInfo.cpp58 MachO::S_ATTR_STRIP_STATIC_SYMS | MachO::S_ATTR_LIVE_SUPPORT, in initMachOMCObjectFileInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h193 S_ATTR_STRIP_STATIC_SYMS = 0x20000000u, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp8742 if (section_attributes & MachO::S_ATTR_STRIP_STATIC_SYMS) in PrintSection()