Searched refs:m_argument (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/common/
H A DOperation.h65 ExecuteOperation() : Operation(), m_target(), m_argument(0), m_type(kCall), m_isHAB(false) {}
70 inline void setArgument(uint32_t arg) { m_argument = arg; }
71 inline uint32_t getArgument() { return m_argument; }
81 uint32_t m_argument; member in class:elftosb::ExecuteOperation
H A DEncoreBootImage.h638 JumpCommand() : BootCommand(), m_address(0), m_argument(0), m_isHAB(false), m_ivtSize(0) {}
657 inline void setArgument(uint32_t argument) { m_argument = argument; }
658 inline uint32_t getArgument() const { return m_argument; }
672 uint32_t m_argument; //!< Sole argument to pass to code. member in class:elftosb::EncoreBootImage::JumpCommand
H A DEncoreBootImage.cpp1096 m_argument = ENDIAN_LITTLE_TO_HOST_U32(header->m_data);
1108 header.m_data = ENDIAN_HOST_TO_LITTLE_U32(m_argument);
1114 Log::log(Logger::INFO2, " JUMP | adr=0x%08x | arg=0x%08x | flg=0x%08x\n", m_address, m_argument, m_isHAB ? ROM_HAB_EXEC : 0);
1119 Log::log(Logger::INFO2, " CALL | adr=0x%08x | arg=0x%08x | flg=0x%08x\n", m_address, m_argument, m_isHAB ? ROM_HAB_EXEC : 0);
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dapplication.hpp61 std::string m_argument; member in class:atf::application::option
H A Dapplication.cpp95 m_argument(a),
170 if (!opt.m_argument.empty())
/netbsd-current/external/bsd/atf/dist/tools/
H A Dapplication.hpp61 std::string m_argument; member in class:tools::application::option
H A Dapplication.cpp86 m_argument(a),
162 if (!opt.m_argument.empty())
216 if (opt.m_argument.length() + 1 > coldesc)
217 coldesc = opt.m_argument.length() + 1;
224 if (opt.m_argument.empty())
227 tag += " " + opt.m_argument + " ";

Completed in 215 milliseconds