HomeSort by relevance Sort by last modified time
    Searched defs:claimed (Results 1 - 18 of 18) sorted by null

  /toolchain/binutils/binutils-2.25/ld/
testplug.c 29 int *claimed);
36 /* Struct for recording files to claim / files claimed. */
41 bfd_boolean claimed; member in struct:claim_file
125 /* The master list of all claimable/claimed files. */
131 /* The last claimed file added to the list, for receiving syms. */
255 /* Can't add symbols except as belonging to claimed files. */
522 onclaim_file (const struct ld_plugin_input_file *file, int *claimed)
536 claimfile ? "CLAIMED" : "not claimed");
541 *claimed = (claimfile != 0)
    [all...]
plugin.c 42 /* The suffix to append to the name of the real (claimed) object file
411 /* Add symbols from a plugin-claimed input file. */
455 universe of claimed objects. */
499 /* Get the symbol resolution info for a plugin-claimed input file. */
846 plugin_call_claim_file (const struct ld_plugin_input_file *file, int *claimed)
849 *claimed = FALSE;
852 while (curplug && !*claimed)
858 rv = (*curplug->claim_file_handler) (file, claimed);
872 int claimed = 0; local
878 if (plugin_call_claim_file (file, &claimed))
    [all...]
ldlang.h 277 /* Set if the file was claimed by a plugin. */
278 unsigned int claimed : 1; member in struct:lang_input_statement_flags
280 /* Set if the file was claimed from an archive. */
  /toolchain/binutils/binutils-2.25/bfd/
plugin.c 162 int claimed = 0; local
196 claim_file (&file, &claimed);
198 if (!claimed)
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 342 int claimed = 0; local
346 (*this->claim_file_handler_)(plugin_input_file, &claimed);
347 if (claimed)
482 // If the plugin claimed the file but did not call the
737 // it to make room for the Pluginobj as this file is claimed.
815 // An already claimed file.
885 // universe of claimed objects. Only references from relocatable,
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/sdk/tools/jacks/
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 713 milliseconds