OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAKE_LABEL_NAME
(Results
1 - 25
of
44
) sorted by relevancy
1
2
/src/external/gpl3/binutils/dist/gas/config/
tc-h8300.h
36
#define
FAKE_LABEL_NAME
".L0\001"
tc-loongarch.h
125
if (0 == strcmp (sym->bsym->name,
FAKE_LABEL_NAME
)) \
obj-multi.h
169
/* We want to use the default
FAKE_LABEL_NAME
in as.c. */
170
#define
FAKE_LABEL_NAME
(this_emulation->
fake_label_name
)
tc-riscv.h
40
/* Symbols named
FAKE_LABEL_NAME
are emitted when generating DWARF, so make
41
sure
FAKE_LABEL_NAME
is printable. It still must be distinct from any
43
#define
FAKE_LABEL_NAME
RISCV_FAKE_LABEL_NAME
44
/* Changing the special character in
FAKE_LABEL_NAME
requires changing
tc-mn10200.c
385
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
442
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
531
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
612
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
tc-mn10300.c
523
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
580
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
626
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
662
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
816
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
885
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
tc-alpha.c
3390
linksym = symbol_new (
FAKE_LABEL_NAME
, now_seg, frag_now, frag_now_fix ());
3889
alpha_prologue_label = symbol_new (
FAKE_LABEL_NAME
, now_seg, frag_now,
4456
alpha_prologue_label = symbol_new (
FAKE_LABEL_NAME
, now_seg, frag_now,
4692
alpha_insn_label = symbol_new (
FAKE_LABEL_NAME
, now_seg, frag_now,
tc-hppa.c
4982
FAKE_LABEL_NAME
))
5014
FAKE_LABEL_NAME
))
5045
FAKE_LABEL_NAME
))
5075
FAKE_LABEL_NAME
))
/src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.h
36
#define
FAKE_LABEL_NAME
".L0\001"
tc-loongarch.h
124
if (0 == strcmp (sym->bsym->name,
FAKE_LABEL_NAME
)) \
obj-multi.h
169
/* We want to use the default
FAKE_LABEL_NAME
in as.c. */
170
#define
FAKE_LABEL_NAME
(this_emulation->
fake_label_name
)
tc-riscv.h
40
/* Symbols named
FAKE_LABEL_NAME
are emitted when generating DWARF, so make
41
sure
FAKE_LABEL_NAME
is printable. It still must be distinct from any
43
#define
FAKE_LABEL_NAME
RISCV_FAKE_LABEL_NAME
44
/* Changing the special character in
FAKE_LABEL_NAME
requires changing
tc-mn10200.c
385
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
442
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
531
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
612
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
tc-mn10300.c
523
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
580
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
626
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
662
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
816
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
885
sprintf (buf, ".%s_%ld",
FAKE_LABEL_NAME
, label_count++);
tc-alpha.c
3391
linksym = symbol_new (
FAKE_LABEL_NAME
, now_seg, frag_now, frag_now_fix ());
3889
alpha_prologue_label = symbol_new (
FAKE_LABEL_NAME
, now_seg, frag_now,
4456
alpha_prologue_label = symbol_new (
FAKE_LABEL_NAME
, now_seg, frag_now,
4692
alpha_insn_label = symbol_new (
FAKE_LABEL_NAME
, now_seg, frag_now,
/src/external/gpl3/binutils/dist/gas/
write.h
26
#ifndef
FAKE_LABEL_NAME
27
#define
FAKE_LABEL_NAME
"L0\001"
31
It must be present in
FAKE_LABEL_NAME
, although it does not have to
37
If this is not the case then
FAKE_LABEL_NAME
must start with ".L" in
stabs.c
501
sprintf (sym, "%sF%d",
FAKE_LABEL_NAME
, file_label_count);
583
sprintf (sym, "%sL%d",
FAKE_LABEL_NAME
, line_label_count);
646
sprintf (sym, "%sendfunc%d",
FAKE_LABEL_NAME
, endfunc_label_count);
as.c
34
/* Disable code to set
FAKE_LABEL_NAME
in obj-multi.h, to avoid circular
202
if (this_emulation->
fake_label_name
== 0)
205
this_emulation->
fake_label_name
=
FAKE_LABEL_NAME
;
208
this_emulation->
fake_label_name
= "."
FAKE_LABEL_NAME
;
cgen.c
440
stmp = symbol_create (
FAKE_LABEL_NAME
, expr_section,
symbols.c
909
return symbol_new (
FAKE_LABEL_NAME
, seg, frag, ofs);
927
return symbol_make (
FAKE_LABEL_NAME
);
2238
if (strcmp (S_GET_NAME (s),
FAKE_LABEL_NAME
) == 0)
3427
if (! strcmp (S_GET_NAME (sym),
FAKE_LABEL_NAME
))
/src/external/gpl3/binutils.old/dist/gas/
write.h
26
#ifndef
FAKE_LABEL_NAME
27
#define
FAKE_LABEL_NAME
"L0\001"
31
It must be present in
FAKE_LABEL_NAME
, although it does not have to
37
If this is not the case then
FAKE_LABEL_NAME
must start with ".L" in
stabs.c
522
sprintf (sym, "%sF%d",
FAKE_LABEL_NAME
, file_label_count);
604
sprintf (sym, "%sL%d",
FAKE_LABEL_NAME
, line_label_count);
667
sprintf (sym, "%sendfunc%d",
FAKE_LABEL_NAME
, endfunc_label_count);
as.c
34
/* Disable code to set
FAKE_LABEL_NAME
in obj-multi.h, to avoid circular
193
if (this_emulation->
fake_label_name
== 0)
196
this_emulation->
fake_label_name
=
FAKE_LABEL_NAME
;
199
this_emulation->
fake_label_name
= "."
FAKE_LABEL_NAME
;
cgen.c
438
stmp = symbol_create (
FAKE_LABEL_NAME
, expr_section,
symbols.c
909
return symbol_new (
FAKE_LABEL_NAME
, seg, frag, ofs);
927
return symbol_make (
FAKE_LABEL_NAME
);
2238
if (strcmp (S_GET_NAME (s),
FAKE_LABEL_NAME
) == 0)
3427
if (! strcmp (S_GET_NAME (sym),
FAKE_LABEL_NAME
))
Completed in 62 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026