OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keep_specific_htab
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
objcopy.c
260
static htab_t
keep_specific_htab
= NULL;
1079
keep_specific_htab
= create_symbol_htab ();
1095
htab_delete (
keep_specific_htab
);
1449
&& !is_specified_symbol (gname,
keep_specific_htab
))
1722
|| is_specified_symbol (name,
keep_specific_htab
)))
3358
|| htab_elements (
keep_specific_htab
) != 0
4533
&& htab_elements (
keep_specific_htab
) == 0)
4592
keep_specific_htab
))
4962
add_specific_symbol (optarg,
keep_specific_htab
);
5475
add_specific_symbol (optarg,
keep_specific_htab
);
259
static htab_t
keep_specific_htab
= NULL;
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
objcopy.c
266
static htab_t
keep_specific_htab
= NULL;
1070
keep_specific_htab
= create_symbol_htab ();
1086
htab_delete (
keep_specific_htab
);
1440
&& !is_specified_symbol (gname,
keep_specific_htab
))
1713
|| is_specified_symbol (name,
keep_specific_htab
)))
3353
|| htab_elements (
keep_specific_htab
) != 0
4536
&& htab_elements (
keep_specific_htab
) == 0)
4592
keep_specific_htab
))
4961
add_specific_symbol (optarg,
keep_specific_htab
);
5473
add_specific_symbol (optarg,
keep_specific_htab
);
265
static htab_t
keep_specific_htab
= NULL;
variable
[
all
...]
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026