Home
last modified time | relevance | path

Searched refs:claim_file (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
Dplugin-5.d23 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/.*
Dplugin-7.d25 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
Dplugin-10.d28 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
Dplugin-9.d28 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
Dplugin-6.d24 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
Dplugin-8.d27 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
Dplugin-11.d31 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/bfd/
Dplugin.c123 static ld_plugin_claim_file_handler claim_file; variable
128 claim_file = handler; in register_claim_file()
196 claim_file (&file, &claimed); in try_claim()
246 if (!claim_file) in try_load_plugin()
DChangeLog-20113147 and handle claim_file seeking. Only try to load the plugin once.
/toolchain/binutils/binutils-2.25/gold/
Dplugin.h75 claim_file(struct ld_plugin_input_file* plugin_input_file);
162 claim_file(Input_file* input_file, off_t offset, off_t filesize,
Dplugin.cc340 Plugin::claim_file(struct ld_plugin_input_file* plugin_input_file) in claim_file() function in gold::Plugin
448 Plugin_manager::claim_file(Input_file* input_file, off_t offset, in claim_file() function in gold::Plugin_manager
473 if ((*this->current_)->claim_file(&this->plugin_input_file_)) in claim_file()
Dreadsyms.cc343 Pluginobj* obj = parameters->options().plugins()->claim_file(input_file, in do_read_symbols()
Darchive.cc684 = parameters->options().plugins()->claim_file(input_file, in get_elf_object_for_member()
DChangeLog448 * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file
2033 object before calling the plugin claim_file handler. Pass the elf
4854 to claim_file call.
4881 (Plugin_manager::claim_file): New parameter. Save the elf object for
4888 (Plugin_manager::claim_file): New parameter.
4893 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
4895 claim_file handler.
7055 (Plugin_manager::claim_file): Set any_claimed_.
14405 (Plugin_manager::claim_file): Create plugin object even if
/toolchain/binutils/binutils-2.25/ld/
Dtestplug.c37 typedef struct claim_file struct
39 struct claim_file *next; argument
DChangeLog-2010527 (struct claim_file): New struct.