common

common

Types and Values

typedef AsmElementId
enum AsmElementType
#define AET_LAST
#define AET_COUNT
typedef AsmFunctionId
typedef AsmFunction
typedef AsmLabelId
typedef AsmLabel
typedef AsmSectionId
typedef AsmSection
typedef AsmStringId
typedef AsmString
typedef AsmSymbolId
typedef AsmSymbol
typedef AsmArchOperandDefinition

Description

Functions

Types and Values

AsmElementId

typedef int AsmElementId;

enum AsmElementType

Members

AET_FUNCTION

   

AET_LABEL

   

AET_SECTION

   

AET_STRING

   

AET_SYMBOL

   

AET_LAST

# define AET_LAST AET_SYMBOL

AET_COUNT

# define AET_COUNT (AET_LAST + 1)

AsmFunctionId

typedef AsmElementId AsmFunctionId;

AsmFunction

typedef struct _AsmElement AsmFunction;

AsmLabelId

typedef AsmElementId AsmLabelId;

AsmLabel

typedef struct _AsmElement AsmLabel;

AsmSectionId

typedef AsmElementId AsmSectionId;

AsmSection

typedef struct _AsmElement AsmSection;

AsmStringId

typedef AsmElementId AsmStringId;

AsmString

typedef struct _AsmElement AsmString;

AsmSymbolId

typedef AsmElementId AsmSymbolId;

AsmSymbol

typedef struct _AsmElement AsmSymbol;

AsmArchOperandDefinition

typedef uint32_t AsmArchOperandDefinition;