OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strip_specific_htab
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
objcopy.c
258
static htab_t
strip_specific_htab
= NULL;
1077
strip_specific_htab
= create_symbol_htab ();
1093
htab_delete (
strip_specific_htab
);
1450
|| is_specified_symbol (gname,
strip_specific_htab
))
1702
if (keep && is_specified_symbol (name,
strip_specific_htab
))
3357
|| htab_elements (
strip_specific_htab
) != 0
4973
add_specific_symbol (optarg,
strip_specific_htab
);
5054
&& htab_elements (
strip_specific_htab
) == 0)
5486
add_specific_symbol (optarg,
strip_specific_htab
);
5930
add_specific_symbols (optarg,
strip_specific_htab
,
257
static htab_t
strip_specific_htab
= NULL;
variable
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
objcopy.c
264
static htab_t
strip_specific_htab
= NULL;
1068
strip_specific_htab
= create_symbol_htab ();
1084
htab_delete (
strip_specific_htab
);
1441
|| is_specified_symbol (gname,
strip_specific_htab
))
1693
if (keep && is_specified_symbol (name,
strip_specific_htab
))
3352
|| htab_elements (
strip_specific_htab
) != 0
4972
add_specific_symbol (optarg,
strip_specific_htab
);
5055
&& htab_elements (
strip_specific_htab
) == 0)
5484
add_specific_symbol (optarg,
strip_specific_htab
);
5928
add_specific_symbols (optarg,
strip_specific_htab
,
263
static htab_t
strip_specific_htab
= NULL;
variable
[
all
...]
Completed in 108 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026