OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:label_sym
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
linespec.c
3934
struct block_symbol
label_sym
3937
if (
label_sym
.symbol != NULL)
3939
result->push_back (
label_sym
);
3929
struct block_symbol
label_sym
local
/src/external/gpl3/gdb.old/dist/gdb/
linespec.c
3932
struct block_symbol
label_sym
3935
if (
label_sym
.symbol != NULL)
3937
result->push_back (
label_sym
);
3927
struct block_symbol
label_sym
local
/src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c
4452
xg_resolve_labels (TInsn *insn, symbolS *
label_sym
)
4458
insn->tok[i].X_add_symbol =
label_sym
;
7006
symbolS *
label_sym
= NULL;
7044
gas_assert (
label_sym
== NULL);
7045
label_sym
= symbol_find_or_make (label);
7046
gas_assert (
label_sym
);
7055
if (
label_sym
)
7056
xg_resolve_labels (insn,
label_sym
);
6995
symbolS *
label_sym
= NULL;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c
4452
xg_resolve_labels (TInsn *insn, symbolS *
label_sym
)
4458
insn->tok[i].X_add_symbol =
label_sym
;
7006
symbolS *
label_sym
= NULL;
7044
gas_assert (
label_sym
== NULL);
7045
label_sym
= symbol_find_or_make (label);
7046
gas_assert (
label_sym
);
7055
if (
label_sym
)
7056
xg_resolve_labels (insn,
label_sym
);
6995
symbolS *
label_sym
= NULL;
local
Completed in 46 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026