Types and Values
AsmElementId
typedef int AsmElementId;
 
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;