OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:secondary_def
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
som.c
154
unsigned int
secondary_def
;
member in struct:som_misc_symbol_info
4325
/* The
secondary_def
field is for "weak" symbols. */
4327
info->
secondary_def
= true;
4329
info->
secondary_def
= false;
4419
| (info.
secondary_def
? SOM_SYMBOL_SECONDARY_DEF : 0)
6466
if (info.
secondary_def
)
/src/external/gpl3/binutils.old/dist/bfd/
som.c
154
unsigned int
secondary_def
;
member in struct:som_misc_symbol_info
4325
/* The
secondary_def
field is for "weak" symbols. */
4327
info->
secondary_def
= true;
4329
info->
secondary_def
= false;
4417
| (info.
secondary_def
? SOM_SYMBOL_SECONDARY_DEF : 0)
6460
if (info.
secondary_def
)
/src/external/gpl3/gdb/dist/bfd/
som.c
154
unsigned int
secondary_def
;
member in struct:som_misc_symbol_info
4325
/* The
secondary_def
field is for "weak" symbols. */
4327
info->
secondary_def
= true;
4329
info->
secondary_def
= false;
4417
| (info.
secondary_def
? SOM_SYMBOL_SECONDARY_DEF : 0)
6459
if (info.
secondary_def
)
/src/external/gpl3/gdb.old/dist/bfd/
som.c
154
unsigned int
secondary_def
;
member in struct:som_misc_symbol_info
4325
/* The
secondary_def
field is for "weak" symbols. */
4327
info->
secondary_def
= true;
4329
info->
secondary_def
= false;
4417
| (info.
secondary_def
? SOM_SYMBOL_SECONDARY_DEF : 0)
6461
if (info.
secondary_def
)
Completed in 39 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026