OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tv_tag
(Results
1 - 12
of
12
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
plugin.cc
210
tv[i].
tv_tag
= LDPT_MESSAGE;
214
tv[i].
tv_tag
= LDPT_API_VERSION;
218
tv[i].
tv_tag
= LDPT_GOLD_VERSION;
222
tv[i].
tv_tag
= LDPT_LINKER_OUTPUT;
233
tv[i].
tv_tag
= LDPT_OUTPUT_NAME;
239
tv[i].
tv_tag
= LDPT_OPTION;
244
tv[i].
tv_tag
= LDPT_REGISTER_CLAIM_FILE_HOOK;
248
tv[i].
tv_tag
= LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK;
252
tv[i].
tv_tag
= LDPT_REGISTER_CLEANUP_HOOK;
256
tv[i].
tv_tag
= LDPT_ADD_SYMBOLS
[
all
...]
/toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_section_order.c
53
for (entry = tv; entry->
tv_tag
!= LDPT_NULL; ++entry)
55
switch (entry->
tv_tag
)
plugin_test.c
92
for (entry = tv; entry->
tv_tag
!= LDPT_NULL; ++entry)
94
switch (entry->
tv_tag
)
/toolchain/binutils/binutils-2.25/ld/
testplug.c
350
if (tag_names[tag].tag == tv->
tv_tag
)
352
sprintf (unknownbuf, "unknown tag #%d", tv->
tv_tag
);
354
switch (tv->
tv_tag
)
393
switch (tv->
tv_tag
)
474
if (tv[0].
tv_tag
== LDPT_MESSAGE)
483
while ((tv++)->
tv_tag
!= LDPT_NULL);
plugin.c
696
tv[i].
tv_tag
= tv_header_tags[i];
698
switch (tv[i].
tv_tag
)
768
tv->
tv_tag
= LDPT_OPTION;
773
tv->
tv_tag
= LDPT_NULL;
/toolchain/binutils/binutils-2.25/bfd/
plugin.c
226
tv[i].
tv_tag
= LDPT_MESSAGE;
230
tv[i].
tv_tag
= LDPT_REGISTER_CLAIM_FILE_HOOK;
234
tv[i].
tv_tag
= LDPT_ADD_SYMBOLS;
238
tv[i].
tv_tag
= LDPT_NULL;
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
plugin-api.h
329
/* Values for the
tv_tag
field of the transfer vector. */
365
enum ld_plugin_tag
tv_tag
;
member in struct:ld_plugin_tv
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
plugin-api.h
329
/* Values for the
tv_tag
field of the transfer vector. */
365
enum ld_plugin_tag
tv_tag
;
member in struct:ld_plugin_tv
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h
356
/* Values for the
tv_tag
field of the transfer vector. */
394
enum ld_plugin_tag
tv_tag
;
member in struct:ld_plugin_tv
/toolchain/binutils/binutils-2.25/include/
plugin-api.h
356
/* Values for the
tv_tag
field of the transfer vector. */
394
enum ld_plugin_tag
tv_tag
;
member in struct:ld_plugin_tv
/external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp
134
// until we find one where
tv_tag
== LDPT_NULL. The REGISTER_* tagged values
141
for (; tv->
tv_tag
!= LDPT_NULL; ++tv) {
142
switch (tv->
tv_tag
) {
/external/llvm/tools/gold/
gold-plugin.cpp
277
// until we find one where
tv_tag
== LDPT_NULL. The REGISTER_* tagged values
285
for (; tv->
tv_tag
!= LDPT_NULL; ++tv) {
286
// Cast
tv_tag
to int to allow values not in "enum ld_plugin_tag", like, for
289
switch (static_cast<int>(tv->
tv_tag
)) {
[
all
...]
Completed in 160 milliseconds