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

1 2 3

  /external/python/cpython2/RISCOS/
sleep.c 14 osbool claimed; local
30 xupcall_sleep (pollword, &claimed);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
plugin-10.d 29 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
30 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
32 hook called: claim_file tmpdir/libtext.a \[@.* not claimed
plugin-13.d 22 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
23 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
24 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-14.d 25 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
26 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
27 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-15.d 26 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
27 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
28 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-16.d 28 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
29 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
30 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-17.d 29 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
30 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
31 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-18.d 29 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
30 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
32 hook called: claim_file tmpdir/libtext.a \[@.* not claimed
plugin-26.d 21 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
22 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* not claimed
plugin-6.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-7.d 26 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
27 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
28 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-8.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-9.d 29 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
30 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
31 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-11.d 32 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
33 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
35 hook called: claim_file tmpdir/libtext.a \[@.* CLAIMED
plugin-19.d 32 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
33 hook called: claim_file .*/ld/testsuite/ld-plugin/func.c \[@0/.* CLAIMED
35 hook called: claim_file tmpdir/libtext.a \[@.* CLAIMED
  /toolchain/binutils/binutils-2.27/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_section_alignment.cc 49 int *claimed);
190 int *claimed)
197 *claimed = 0;
  /toolchain/binutils/binutils-2.27/ld/
testplug.c 29 int *claimed);
36 /* Struct for recording files to claim / files claimed. */
41 bfd_boolean claimed; member in struct:claim_file
127 /* The master list of all claimable/claimed files. */
133 /* The last claimed file added to the list, for receiving syms. */
257 /* Can't add symbols except as belonging to claimed files. */
528 onclaim_file (const struct ld_plugin_input_file *file, int *claimed)
542 claimfile ? "CLAIMED" : "not claimed");
547 *claimed = (claimfile != 0)
    [all...]
testplug3.c 31 int *claimed);
38 /* Struct for recording files to claim / files claimed. */
43 bfd_boolean claimed; member in struct:claim_file
129 /* The master list of all claimable/claimed files. */
135 /* The last claimed file added to the list, for receiving syms. */
260 /* Can't add symbols except as belonging to claimed files. */
489 onclaim_file (const struct ld_plugin_input_file *file, int *claimed)
522 *claimed = (claimfile != 0);
528 TV_MESSAGE (LDPL_INFO, "Claimed: %s [@%ld/%ld]", file->name,
531 claimfile->claimed = TRUE
    [all...]
plugin.c 60 /* The suffix to append to the name of the real (claimed) object file
484 /* Add symbols from a plugin-claimed input file. */
624 universe of claimed objects. */
668 /* Get the symbol resolution info for a plugin-claimed input file. */
1047 plugin_call_claim_file (const struct ld_plugin_input_file *file, int *claimed)
1050 *claimed = FALSE;
1051 while (curplug && !*claimed)
1057 rv = (*curplug->claim_file_handler) (file, claimed);
1086 int claimed; local
1159 claimed = 0
    [all...]
testplug2.c 31 int *claimed);
38 /* Struct for recording files to claim / files claimed. */
43 bfd_boolean claimed; member in struct:claim_file
130 /* The master list of all claimable/claimed files. */
136 /* The last claimed file added to the list, for receiving syms. */
261 /* Can't add symbols except as belonging to claimed files. */
510 onclaim_file (const struct ld_plugin_input_file *file, int *claimed)
543 *claimed = (claimfile != 0);
546 claimfile->claimed = TRUE;
testplug4.c 31 int *claimed);
38 /* Struct for recording files to claim / files claimed. */
43 bfd_boolean claimed; member in struct:claim_file
130 /* The master list of all claimable/claimed files. */
136 /* The last claimed file added to the list, for receiving syms. */
261 /* Can't add symbols except as belonging to claimed files. */
516 onclaim_file (const struct ld_plugin_input_file *file, int *claimed)
549 *claimed = (claimfile != 0);
552 claimfile->claimed = TRUE;
  /external/e2fsprogs/po/
at-expand.pl 94 $msg =~ s/\@m/multiply-claimed/g;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java     [all...]
  /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;

Completed in 988 milliseconds

1 2 3