OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:weakp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
obj-coff.c
1225
symbolS *
weakp
= symbol_find_noref (weakname, 1);
1227
gas_assert (
weakp
);
1228
gas_assert (S_GET_NUMBER_AUXILIARY (
weakp
) == 1);
1230
if (! S_IS_WEAK (
weakp
))
1236
else if (symbol_equated_p (
weakp
))
1239
S_SET_STORAGE_CLASS (
weakp
, C_NT_WEAK);
1240
SA_SET_SYM_TAGNDX (
weakp
,
1241
symbol_get_value_expression (
weakp
)->X_add_symbol);
1250
Copy this value to symp, and set symp as
weakp
's alternate. */
1251
if (S_GET_STORAGE_CLASS (
weakp
) != C_NT_WEAK
1221
symbolS *
weakp
= symbol_find_noref (weakname, 1);
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
obj-coff.c
1227
symbolS *
weakp
= symbol_find_noref (weakname, 1);
1229
gas_assert (
weakp
);
1230
gas_assert (S_GET_NUMBER_AUXILIARY (
weakp
) == 1);
1232
if (! S_IS_WEAK (
weakp
))
1238
else if (symbol_equated_p (
weakp
))
1241
S_SET_STORAGE_CLASS (
weakp
, C_NT_WEAK);
1242
SA_SET_SYM_TAGNDX (
weakp
,
1243
symbol_get_value_expression (
weakp
)->X_add_symbol);
1252
Copy this value to symp, and set symp as
weakp
's alternate. */
1253
if (S_GET_STORAGE_CLASS (
weakp
) != C_NT_WEAK
1223
symbolS *
weakp
= symbol_find_noref (weakname, 1);
local
[
all
...]
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026