reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCSectionMachO.cpp
   69 ENTRY("pure_instructions",   S_ATTR_PURE_INSTRUCTIONS)
   70 ENTRY("no_toc",              S_ATTR_NO_TOC)
   71 ENTRY("strip_static_syms",   S_ATTR_STRIP_STATIC_SYMS)
   72 ENTRY("no_dead_strip",       S_ATTR_NO_DEAD_STRIP)
   73 ENTRY("live_support",        S_ATTR_LIVE_SUPPORT)
   74 ENTRY("self_modifying_code", S_ATTR_SELF_MODIFYING_CODE)
   75 ENTRY("debug",               S_ATTR_DEBUG)
   76 ENTRY("" /*FIXME*/,          S_ATTR_SOME_INSTRUCTIONS)
   77 ENTRY("" /*FIXME*/,          S_ATTR_EXT_RELOC)
   78 ENTRY("" /*FIXME*/,          S_ATTR_LOC_RELOC)