HomeSort by: relevance | last modified time | path
    Searched defs:m_isHAB (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
Operation.h 65 ExecuteOperation() : Operation(), m_target(), m_argument(0), m_type(kCall), m_isHAB(false) {}
76 inline void setIsHAB(bool isHAB) { m_isHAB = isHAB; }
77 inline bool isHAB() const { return m_isHAB; }
83 bool m_isHAB;
EncoreBootImage.h 638 JumpCommand() : BootCommand(), m_address(0), m_argument(0), m_isHAB(false), m_ivtSize(0) {}
660 inline void setIsHAB(bool isHAB) { m_isHAB = isHAB; }
661 inline bool isHAB() const { return m_isHAB; }
673 bool m_isHAB; //!< Whether this jump/call is a special HAB jump/call. When this flag is set, m_address becomes the IVT address and m_ivtSize is the IVT size.
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 968 : StatementASTNode(), m_type(callType), m_target(), m_arg(), m_isHAB(false)
973 : StatementASTNode(), m_type(callType), m_target(target), m_arg(arg), m_isHAB(false)
994 inline void setIsHAB(bool isHAB) { m_isHAB = isHAB; }
995 inline bool isHAB() const { return m_isHAB; }
1001 bool m_isHAB;

Completed in 17 milliseconds