OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:release_input_file
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c
63
static ld_plugin_release_input_file
release_input_file
= NULL;
variable
137
release_input_file
= entry->tv_u.tv_release_input_file;
489
if (
release_input_file
== NULL)
556
(*
release_input_file
) (claimed_file->handle);
/external/llvm/tools/gold/
gold-plugin.cpp
66
static ld_plugin_release_input_file
release_input_file
= nullptr;
variable
86
if (
release_input_file
(Handle) != LDPS_OK)
266
release_input_file
= tv->tv_u.tv_release_input_file;
307
if (!
release_input_file
) {
/toolchain/binutils/binutils-2.25/gold/
plugin.cc
106
release_input_file
(const void *handle);
269
tv[i].tv_u.tv_release_input_file =
release_input_file
;
768
Plugin_manager::
release_input_file
(unsigned int handle)
function in class:gold::Plugin_manager
1494
release_input_file
(const void* handle)
function in namespace:gold
[
all
...]
plugin.h
266
release_input_file
(unsigned int handle);
/toolchain/binutils/binutils-2.25/ld/
plugin.c
448
release_input_file
(const void *handle ATTRIBUTE_UNUSED)
function
735
TVU(
release_input_file
) =
release_input_file
;
Completed in 63 milliseconds