OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fake_label_name
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.27/gas/
emul.h
35
const char *
fake_label_name
;
member in struct:emulation
as.c
216
if (this_emulation->
fake_label_name
== 0)
219
this_emulation->
fake_label_name
= "L0\001";
222
this_emulation->
fake_label_name
= ".L0\001";
[
all
...]
/toolchain/binutils/binutils-2.27/gas/config/
obj-multi.h
158
#define
FAKE_LABEL_NAME
(this_emulation->
fake_label_name
)
Completed in 142 milliseconds