Home
last modified time | relevance | path

Searched refs:MCOUNT_NAME (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dfreebsd.h47 #undef MCOUNT_NAME
48 #define MCOUNT_NAME ".mcount" macro
H A Dx86-64.h32 #undef MCOUNT_NAME
33 #define MCOUNT_NAME "mcount" macro
H A Dbeos-elf.h43 #undef MCOUNT_NAME
44 #define MCOUNT_NAME "mcount" macro
H A Dfreebsd-aout.h100 #undef MCOUNT_NAME
101 #define MCOUNT_NAME "mcount" macro
H A Dlinux.h56 #undef MCOUNT_NAME
57 #define MCOUNT_NAME "mcount" macro
H A Di386.h1804 #define MCOUNT_NAME "_mcount" macro
H A Di386.c14771 fprintf (file, "\tcall\t*%s@GOTPCREL(%%rip)\n", MCOUNT_NAME);
14778 fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);
14786 fprintf (file, "\tcall\t*%s@GOT(%%ebx)\n", MCOUNT_NAME);
14794 fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);
/openbsd/gnu/gcc/gcc/config/i386/
H A Dfreebsd.h47 #undef MCOUNT_NAME
48 #define MCOUNT_NAME ".mcount" macro
H A Dsol2-10.h39 #undef MCOUNT_NAME
40 #define MCOUNT_NAME "_mcount" macro
H A Dx86-64.h32 #undef MCOUNT_NAME
33 #define MCOUNT_NAME "mcount" macro
H A Dlinux.h52 #undef MCOUNT_NAME
53 #define MCOUNT_NAME "mcount" macro
H A Dbeos-elf.h44 #undef MCOUNT_NAME
45 #define MCOUNT_NAME "mcount" macro
H A Di386.h1487 #define MCOUNT_NAME "_mcount" macro
H A Di386.c17954 fprintf (file, "\tcall\t*%s@GOTPCREL(%%rip)\n", MCOUNT_NAME); in x86_function_profiler()
17961 fprintf (file, "\tcall\t%s\n", MCOUNT_NAME); in x86_function_profiler()
17969 fprintf (file, "\tcall\t*%s@GOT(%%ebx)\n", MCOUNT_NAME); in x86_function_profiler()
17977 fprintf (file, "\tcall\t%s\n", MCOUNT_NAME); in x86_function_profiler()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog3373 MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace.
9452 * config/i386/x86-64.h (MCOUNT_NAME): Change into string literal.
9486 * i386.h (MCOUNT_NAME): New.
9491 (MCOUNT_NAME): New.
9493 (MCOUNT_NAME): New.
9496 (MCOUNT_NAME): New.
9498 (MCOUNT_NAME): New.
9500 (MCOUNT_NAME): New.