common

common

Functions

#define AET_COUNT

Types and Values

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

Description

Functions

AET_COUNT

# define AET_COUNT (AET_LAST + 1)

Types and Values

AsmElementId

typedef int AsmElementId;


enum AsmElementType

Members

AET_FUNCTION

   

AET_LABEL

   

AET_SECTION

   

AET_STRING

   

AET_LAST

# define AET_LAST AET_STRING


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;


AsmArchOperandDefinition

typedef uint32_t AsmArchOperandDefinition;