OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tv_header_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
plugin.c
177
static const size_t
tv_header_size
= ARRAY_SIZE (tv_header_tags);
variable
1014
for (i = 0; i <
tv_header_size
; i++)
1124
my_tv = stat_alloc ((max_args + 1 +
tv_header_size
) * sizeof (*my_tv));
1140
set_tv_plugin_args (curplug, &my_tv[
tv_header_size
]);
/src/external/gpl3/binutils.old/dist/ld/
plugin.c
178
static const size_t
tv_header_size
= ARRAY_SIZE (tv_header_tags);
variable
1015
for (i = 0; i <
tv_header_size
; i++)
1125
my_tv = stat_alloc ((max_args + 1 +
tv_header_size
) * sizeof (*my_tv));
1141
set_tv_plugin_args (curplug, &my_tv[
tv_header_size
]);
Completed in 44 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026