60 #ifndef isa_ISATypes_hpp 61 #define isa_ISATypes_hpp 82 #define VMA_MAX ( ~((bfd_vma)(0)) ) 94 #define PTR_TO_BFDVMA(x) ((bfd_vma)(uintptr_t)(x)) 95 #define BFDVMA_TO_PTR(x, totype) ((totype)(uintptr_t)(x)) 97 #define PTR_TO_VMA(x) PTR_TO_BFDVMA(x) 98 #define VMA_TO_PTR(x, totype) BFDVMA_TO_PTR(x, totype) 106 bool operator()(
const VMA x,
const VMA y)
const {
return x < y; }
unsigned char MachInsnByte