HomeSort by relevance Sort by last modified time
    Searched refs:claimed (Results 1 - 25 of 47) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-10.d 28 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
29 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
31 hook called: claim_file tmpdir/libtext.a \[@.* not claimed
plugin-6.d 24 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
25 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
26 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-7.d 25 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
26 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
27 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-8.d 27 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
28 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
29 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-9.d 28 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
29 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
30 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-11.d 31 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
32 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
34 hook called: claim_file tmpdir/libtext.a \[@.* CLAIMED
  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_section_order.c 45 int *claimed);
123 claim_file_hook(const struct ld_plugin_input_file *file, int *claimed)
130 *claimed = 0;
plugin_test.c 78 int *claimed);
250 claim_file_hook (const struct ld_plugin_input_file* file, int* claimed)
400 *claimed = 1;
  /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...]
  /external/e2fsprogs/po/
at-expand.pl 94 $msg =~ s/\@m/multiply-claimed/g;
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 84 // Note: This array will contain all plugin options which are not claimed
127 int *claimed);
239 int *claimed) {
278 *claimed = 1;
  /toolchain/binutils/binutils-2.25/bfd/
plugin.c 162 int claimed = 0; local
196 claim_file (&file, &claimed);
198 if (!claimed)
  /external/google-breakpad/src/common/mac/
macho_reader.h 266 // The file's Mach-O header claims the file contains |claimed| load
270 virtual void LoadCommandsOverrun(size_t claimed, size_t i,
macho_reader.cc 180 void Reader::Reporter::LoadCommandsOverrun(size_t claimed, size_t i,
184 filename_.c_str(), claimed, i);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
173 const struct ld_plugin_input_file *file, int *claimed);
206 /* The linker's interface for adding symbols from a claimed input file. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
173 const struct ld_plugin_input_file *file, int *claimed);
206 /* The linker's interface for adding symbols from a claimed input file. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
173 const struct ld_plugin_input_file *file, int *claimed);
206 /* The linker's interface for adding symbols from a claimed input file. */
  /toolchain/binutils/binutils-2.25/include/
plugin-api.h 51 LDPS_BAD_HANDLE, /* No claimed object associated with given handle. */
173 const struct ld_plugin_input_file *file, int *claimed);
206 /* The linker's interface for adding symbols from a claimed input file. */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidProtocolBufferException.cs 73 "which claimed to have negative size.");
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic_test.go 26 t.Errorf("FAIL: point off curve is claimed to be on the curve")
  /prebuilts/go/darwin-x86/src/testing/
match_test.go 166 {"a", "x/a#02"}, // This string is claimed now, so resume
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic_test.go 26 t.Errorf("FAIL: point off curve is claimed to be on the curve")
  /prebuilts/go/linux-x86/src/testing/
match_test.go 166 {"a", "x/a#02"}, // This string is claimed now, so resume

Completed in 2630 milliseconds

1 2