HomeSort by: relevance | last modified time | path
    Searched defs:FAKE_LABEL_NAME (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.h 36 #define FAKE_LABEL_NAME ".L0\001"
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
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.h 36 #define FAKE_LABEL_NAME ".L0\001"
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
  /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
  /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

Completed in 25 milliseconds