HomeSort by relevance Sort by last modified time
    Searched refs:OUTPUT_SECTION (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
Assignment.h 29 OUTPUT_SECTION, // related to an output section
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 62 OUTPUT_SECTION = 'output'
274 if config.has_option(OUTPUT_SECTION, OUTPUT_FILENAME):
275 config.filename = config.get(OUTPUT_SECTION, OUTPUT_FILENAME)
281 if config.has_option(OUTPUT_SECTION, OUTPUT_CHASE_CONTROLLERS):
283 config.chase_controllers = config.getboolean(OUTPUT_SECTION, OUTPUT_CHASE_CONTROLLERS)
288 if config.has_option(OUTPUT_SECTION, OUTPUT_OMIT_EMPTY_TRACKS):
290 config.delete_empty_tracks = config.getboolean(OUTPUT_SECTION, OUTPUT_OMIT_EMPTY_TRACKS)
295 if config.has_option(OUTPUT_SECTION, OUTPUT_COPYRIGHT):
296 config.copyright = config.get(OUTPUT_SECTION, OUTPUT_COPYRIGHT)
299 if config.has_option(OUTPUT_SECTION, OUTPUT_APP_DATA):
    [all...]
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 87 case OUTPUT_SECTION: {
95 Assignment assign(OUTPUT_SECTION,
ScriptFile.cpp 159 sections->push_back(new Assignment(Assignment::OUTPUT_SECTION,
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 342 Assignment assign(Assignment::OUTPUT_SECTION,
362 Assignment assign(Assignment::OUTPUT_SECTION,

Completed in 625 milliseconds