Searched refs:MCOUNT_NAME (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | freebsd.h | 47 #undef MCOUNT_NAME 48 #define MCOUNT_NAME ".mcount" macro
|
H A D | x86-64.h | 32 #undef MCOUNT_NAME 33 #define MCOUNT_NAME "mcount" macro
|
H A D | beos-elf.h | 43 #undef MCOUNT_NAME 44 #define MCOUNT_NAME "mcount" macro
|
H A D | freebsd-aout.h | 100 #undef MCOUNT_NAME 101 #define MCOUNT_NAME "mcount" macro
|
H A D | linux.h | 56 #undef MCOUNT_NAME 57 #define MCOUNT_NAME "mcount" macro
|
H A D | i386.h | 1804 #define MCOUNT_NAME "_mcount" macro
|
H A D | i386.c | 14771 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 D | freebsd.h | 47 #undef MCOUNT_NAME 48 #define MCOUNT_NAME ".mcount" macro
|
H A D | sol2-10.h | 39 #undef MCOUNT_NAME 40 #define MCOUNT_NAME "_mcount" macro
|
H A D | x86-64.h | 32 #undef MCOUNT_NAME 33 #define MCOUNT_NAME "mcount" macro
|
H A D | linux.h | 52 #undef MCOUNT_NAME 53 #define MCOUNT_NAME "mcount" macro
|
H A D | beos-elf.h | 44 #undef MCOUNT_NAME 45 #define MCOUNT_NAME "mcount" macro
|
H A D | i386.h | 1487 #define MCOUNT_NAME "_mcount" macro
|
H A D | i386.c | 17954 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 D | ChangeLog | 3373 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.
|