Searched refs:claim_file (Results 1 – 16 of 16) sorted by relevance
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/.*
25 hook called: claim_file tmpdir/main.o \[@0/.* not claimed26 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED27 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
28 hook called: claim_file tmpdir/main.o \[@0/.* not claimed29 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED31 hook called: claim_file tmpdir/libtext.a \[@.* not claimed
28 hook called: claim_file tmpdir/main.o \[@0/.* not claimed29 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED30 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
24 hook called: claim_file tmpdir/main.o \[@0/.* not claimed25 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED26 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
27 hook called: claim_file tmpdir/main.o \[@0/.* not claimed28 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED29 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
31 hook called: claim_file tmpdir/main.o \[@0/.* not claimed32 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED34 hook called: claim_file tmpdir/libtext.a \[@.* CLAIMED
123 static ld_plugin_claim_file_handler claim_file; variable128 claim_file = handler; in register_claim_file()196 claim_file (&file, &claimed); in try_claim()246 if (!claim_file) in try_load_plugin()
3147 and handle claim_file seeking. Only try to load the plugin once.
75 claim_file(struct ld_plugin_input_file* plugin_input_file);162 claim_file(Input_file* input_file, off_t offset, off_t filesize,
340 Plugin::claim_file(struct ld_plugin_input_file* plugin_input_file) in claim_file() function in gold::Plugin448 Plugin_manager::claim_file(Input_file* input_file, off_t offset, in claim_file() function in gold::Plugin_manager473 if ((*this->current_)->claim_file(&this->plugin_input_file_)) in claim_file()
343 Pluginobj* obj = parameters->options().plugins()->claim_file(input_file, in do_read_symbols()
684 = parameters->options().plugins()->claim_file(input_file, in get_elf_object_for_member()
448 * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file2033 object before calling the plugin claim_file handler. Pass the elf4854 to claim_file call.4881 (Plugin_manager::claim_file): New parameter. Save the elf object for4888 (Plugin_manager::claim_file): New parameter.4893 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file4895 claim_file handler.7055 (Plugin_manager::claim_file): Set any_claimed_.14405 (Plugin_manager::claim_file): Create plugin object even if
37 typedef struct claim_file struct39 struct claim_file *next; argument
527 (struct claim_file): New struct.