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

  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
linux.h 35 #undef MCOUNT_NAME
36 #define MCOUNT_NAME "__mcount"
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
linux.h 43 #undef MCOUNT_NAME
44 #define MCOUNT_NAME "__mcount"
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-freebsd.h 82 #undef MCOUNT_NAME
83 #define MCOUNT_NAME ".mcount"
aarch64.h 1337 #define MCOUNT_NAME "_mcount"
1347 fun = gen_rtx_SYMBOL_REF (Pmode, MCOUNT_NAME); \
  /src/external/gpl3/gcc/dist/gcc/config/i386/
dragonfly.h 46 #undef MCOUNT_NAME
47 #define MCOUNT_NAME ".mcount"
freebsd.h 44 #undef MCOUNT_NAME
45 #define MCOUNT_NAME ".mcount"
gnu-user.h 39 #undef MCOUNT_NAME
40 #define MCOUNT_NAME "mcount"
x86-64.h 36 #undef MCOUNT_NAME
37 #define MCOUNT_NAME "mcount"
sol2.h 249 #undef MCOUNT_NAME
250 #define MCOUNT_NAME "_mcount"
i386.h 1698 #define MCOUNT_NAME "_mcount"
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-freebsd.h 81 #undef MCOUNT_NAME
82 #define MCOUNT_NAME ".mcount"
aarch64.h 1218 #define MCOUNT_NAME "_mcount"
1228 fun = gen_rtx_SYMBOL_REF (Pmode, MCOUNT_NAME); \
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
dragonfly.h 46 #undef MCOUNT_NAME
47 #define MCOUNT_NAME ".mcount"
freebsd.h 44 #undef MCOUNT_NAME
45 #define MCOUNT_NAME ".mcount"
gnu-user.h 39 #undef MCOUNT_NAME
40 #define MCOUNT_NAME "mcount"
x86-64.h 36 #undef MCOUNT_NAME
37 #define MCOUNT_NAME "mcount"
sol2.h 249 #undef MCOUNT_NAME
250 #define MCOUNT_NAME "_mcount"
i386.h 1612 #define MCOUNT_NAME "_mcount"
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h 732 #define MCOUNT_NAME "_mcount"
740 fun = gen_rtx_SYMBOL_REF (Pmode, MCOUNT_NAME); \
  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.h 380 #define MCOUNT_NAME "_mcount"
390 fun = gen_rtx_SYMBOL_REF (Pmode, MCOUNT_NAME); \
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h 753 #define MCOUNT_NAME "_mcount"
761 fun = gen_rtx_SYMBOL_REF (Pmode, MCOUNT_NAME); \
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv.h 463 #define MCOUNT_NAME "_mcount"
473 fun = gen_rtx_SYMBOL_REF (Pmode, MCOUNT_NAME); \

Completed in 38 milliseconds