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

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-5.d 23 hook called: claim_file tmpdir/main.o \[@0/.*
24 hook called: claim_file tmpdir/func.o \[@0/.*
25 hook called: claim_file tmpdir/text.o \[@0/.*
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-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
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
  /toolchain/binutils/binutils-2.25/bfd/
plugin.c 123 static ld_plugin_claim_file_handler claim_file; variable
128 claim_file = handler;
196 claim_file (&file, &claimed);
246 if (!claim_file)
  /toolchain/binutils/binutils-2.25/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 340 Plugin::claim_file(struct ld_plugin_input_file* plugin_input_file) function in class:gold::Plugin
448 Plugin_manager::claim_file(Input_file* input_file, off_t offset, function in class:gold::Plugin_manager
473 if ((*this->current_)->claim_file(&this->plugin_input_file_))
807 // We are being called from the claim_file hook.
    [all...]
readsyms.cc 343 Pluginobj* obj = parameters->options().plugins()->claim_file(input_file,
archive.cc 684 = parameters->options().plugins()->claim_file(input_file,
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
testplug.c 37 typedef struct claim_file struct
39 struct claim_file *next;
534 TV_MESSAGE (LDPL_INFO, "hook called: claim_file %s [@%ld/%ld] %s",

Completed in 167 milliseconds