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

  /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-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-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-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
plugin-5.d 24 hook called: claim_file tmpdir/main.o \[@0/.*
25 hook called: claim_file tmpdir/func.o \[@0/.*
26 hook called: claim_file tmpdir/text.o \[@0/.*
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-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
  /toolchain/binutils/binutils-2.27/bfd/
plugin.c 125 static ld_plugin_claim_file_handler claim_file; variable
130 claim_file = handler;
198 claim_file (&file, &claimed);
253 if (!claim_file)
  /toolchain/binutils/binutils-2.27/gold/
plugin.h 75 claim_file(struct ld_plugin_input_file* plugin_input_file);
162 claim_file(Input_file* input_file, off_t offset, off_t filesize,
170 // True if the claim_file handler of the plugins is being called.
368 // Set to true when the claim_file handler of a plugin is called.
plugin.cc 373 Plugin::claim_file(struct ld_plugin_input_file* plugin_input_file) function in class:gold::Plugin
481 Plugin_manager::claim_file(Input_file* input_file, off_t offset, function in class:gold::Plugin_manager
506 if ((*this->current_)->claim_file(&this->plugin_input_file_))
840 // We are being called from the claim_file hook.
    [all...]
readsyms.cc 343 Pluginobj* obj = parameters->options().plugins()->claim_file(input_file,
archive.cc 706 = parameters->options().plugins()->claim_file(input_file,
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
testplug.c 37 typedef struct claim_file struct
39 struct claim_file *next;
540 TV_MESSAGE (LDPL_INFO, "hook called: claim_file %s [@%ld/%ld] %s",
testplug3.c 39 typedef struct claim_file struct
41 struct claim_file *next;
testplug2.c 39 typedef struct claim_file struct
41 struct claim_file *next;
testplug4.c 39 typedef struct claim_file struct
41 struct claim_file *next;

Completed in 449 milliseconds