HomeSort by: relevance | last modified time | path
    Searched refs:elftosb (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/tools/elftosb/
Makefile 3 HOSTPROGNAME= ${_TOOL_PREFIX}elftosb
4 HOSTPROG_CXX= ${_TOOL_PREFIX}elftosb
5 HOST_SRCDIR= external/bsd/elftosb/usr.sbin/elftosb
  /src/external/bsd/elftosb/dist/common/
int_size.h 10 namespace elftosb namespace
20 }; // namespace elftosb
BootImage.h 13 namespace elftosb namespace
51 }; // namespace elftosb
GlobMatcher.h 12 namespace elftosb namespace
57 }; // namespace elftosb
OptionContext.h 13 namespace elftosb namespace
48 }; // namespace elftosb
Value.cpp 10 using namespace elftosb;
DataSourceImager.h 13 namespace elftosb { namespace
ExcludesListMatcher.h 14 namespace elftosb namespace
65 }; // namespace elftosb
GHSSecInfo.h 13 namespace elftosb namespace
70 }; // namespace elftosb
Operation.cpp 10 using namespace elftosb;
SRecordSourceFile.h 14 namespace elftosb namespace
81 }; // namespace elftosb
StringMatcher.h 12 namespace elftosb namespace
60 }; // namespace elftosb
DataTarget.cpp 12 using namespace elftosb;
14 //! \exception elftosb::semantic_error Thrown if the source has multiple segments.
45 //! \exception elftosb::semantic_error This exception is thrown if the \a segment
ExcludesListMatcher.cpp 10 using namespace elftosb;
OutputSection.h 15 namespace elftosb namespace
70 }; // namespace elftosb
  /src/external/bsd/elftosb/usr.sbin/
Makefile 3 SUBDIR= elftosb sbkeygen sbtool
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbErrors.h 13 namespace elftosb namespace
27 }; // namespace elftosb
BootImageGenerator.h 14 namespace elftosb namespace
66 }; // namespace elftosb
elftosb.cpp 2 * File: elftosb.cpp
28 const char k_toolName[] = "elftosb";
77 * \brief Class that encapsulates the elftosb tool.
112 const char * m_commandFilePath; //!< Path to the elftosb command file.
115 elftosb::version_t m_productVersion; //!< Product version specified on command line.
116 elftosb::version_t m_componentVersion; //!< Component version specified on command line.
120 elftosb::ConversionController m_controller; //!< Our conversion controller instance.
466 elftosb::EvalContext & context = m_controller.getEvalContext();
506 elftosb::Value * value;
511 value = new elftosb::StringValue(stringValue)
    [all...]
elftosb_lexer.l 7 /* %option prefix="Elftosb" */
21 using namespace elftosb;
81 m_symbolValue.m_int = new elftosb::SizedIntegerValue(0, theSize);
86 m_symbolValue.m_int = new elftosb::SizedIntegerValue(1, kWordSize);
91 m_symbolValue.m_int = new elftosb::SizedIntegerValue(0, kWordSize);
140 m_symbolValue.m_int = new elftosb::SizedIntegerValue(value * mult, kWordSize);
164 m_symbolValue.m_int = new elftosb::SizedIntegerValue(value, theSize);
ElftosbLexer.cpp 11 using namespace elftosb;
40 throw elftosb::lexical_error(msg);
elftosb_parser.tab.hpp 122 elftosb::SizedIntegerValue * m_int;
125 elftosb::ASTNode * m_ast; // must use full name here because this is put into *.tab.hpp
  /src/external/bsd/elftosb/usr.sbin/elftosb/
Makefile 15 PROG_CXX= elftosb
21 elftosb.cpp \
32 MAN= elftosb.8
  /src/external/bsd/elftosb/dist/
makefile 4 # gnu make makefile for elftosb executable
30 all clean elftosb sbtool keygen:
test_elftosb.sh 5 Elftosb=./build/Debug/elftosb
8 Elftosb=./bld/linux/elftosb
16 $Elftosb -Vdz -p bdfiles -p test_files -fmx28 -c simple.e -o test_output/output1.sb plugin_hello redboot_gcc.srec hostlink
20 $Elftosb -Vdz -p bdfiles -p test_files -fmx28 -c habtest.bd -o test_output/output2.sb plugin_hello redboot_gcc.srec hostlink
24 $Elftosb -Vdz -p bdfiles -p test_files -fmx28 -c basic_test_cmd.e -o test_output/output3.sb plugin_hello redboot_gcc.srec hostlink sd_player_gcc

Completed in 19 milliseconds

1 2 3