!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/include/llvm/MC/   drwxr-xr-x
Free 6182.14 GB of 6263.34 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     MCDirectives.h (3.3 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
//===- MCDirectives.h - Enums for directives on various targets -*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// This file defines various enums that represent target-specific directives.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_MC_MCDIRECTIVES_H
#define LLVM_MC_MCDIRECTIVES_H

namespace llvm {

enum MCSymbolAttr {
  MCSA_Invalid = 0, ///< Not a valid directive.

  // Various directives in alphabetical order.
  MCSA_Cold,                    ///< .cold (MachO)
  MCSA_ELF_TypeFunction,        ///< .type _foo, STT_FUNC  # aka @function
  MCSA_ELF_TypeIndFunction,     ///< .type _foo, STT_GNU_IFUNC
  MCSA_ELF_TypeObject,          ///< .type _foo, STT_OBJECT  # aka @object
  MCSA_ELF_TypeTLS,             ///< .type _foo, STT_TLS     # aka @tls_object
  MCSA_ELF_TypeCommon,          ///< .type _foo, STT_COMMON  # aka @common
  MCSA_ELF_TypeNoType,          ///< .type _foo, STT_NOTYPE  # aka @notype
  MCSA_ELF_TypeGnuUniqueObject, /// .type _foo, @gnu_unique_object
  MCSA_Global,                  ///< .globl
  MCSA_LGlobal,                 ///< .lglobl (XCOFF)
  MCSA_Extern,                  ///< .extern (XCOFF)
  MCSA_Hidden,                  ///< .hidden (ELF)
  MCSA_Exported,                ///< .globl _foo, exported (XCOFF)
  MCSA_IndirectSymbol,          ///< .indirect_symbol (MachO)
  MCSA_Internal,                ///< .internal (ELF)
  MCSA_LazyReference,           ///< .lazy_reference (MachO)
  MCSA_Local,                   ///< .local (ELF)
  MCSA_NoDeadStrip,             ///< .no_dead_strip (MachO)
  MCSA_SymbolResolver,          ///< .symbol_resolver (MachO)
  MCSA_AltEntry,                ///< .alt_entry (MachO)
  MCSA_PrivateExtern,           ///< .private_extern (MachO)
  MCSA_Protected,               ///< .protected (ELF)
  MCSA_Reference,               ///< .reference (MachO)
  MCSA_Weak,                    ///< .weak
  MCSA_WeakDefinition,          ///< .weak_definition (MachO)
  MCSA_WeakReference,           ///< .weak_reference (MachO)
  MCSA_WeakDefAutoPrivate,      ///< .weak_def_can_be_hidden (MachO)
  MCSA_WeakAntiDep,             ///< .weak_anti_dep (COFF)
  MCSA_Memtag,                  ///< .memtag (ELF)
};

enum MCAssemblerFlag {
  MCAF_SyntaxUnified,         ///< .syntax (ARM/ELF)
  MCAF_SubsectionsViaSymbols, ///< .subsections_via_symbols (MachO)
  MCAF_Code16,                ///< .code16 (X86) / .code 16 (ARM)
  MCAF_Code32,                ///< .code32 (X86) / .code 32 (ARM)
  MCAF_Code64                 ///< .code64 (X86)
};

enum MCDataRegionType {
  MCDR_DataRegion,            ///< .data_region
  MCDR_DataRegionJT8,         ///< .data_region jt8
  MCDR_DataRegionJT16,        ///< .data_region jt16
  MCDR_DataRegionJT32,        ///< .data_region jt32
  MCDR_DataRegionEnd          ///< .end_data_region
};

enum MCVersionMinType {
  MCVM_IOSVersionMin,         ///< .ios_version_min
  MCVM_OSXVersionMin,         ///< .macosx_version_min
  MCVM_TvOSVersionMin,        ///< .tvos_version_min
  MCVM_WatchOSVersionMin,     ///< .watchos_version_min
};

} // end namespace llvm

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0119 ]--