Searched refs:FUNCTION_NAME_P (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/pa/ |
| D | pa64-hpux.h | 204 if (FUNCTION_NAME_P (NAME)) \ 217 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
|
| D | elf.h | 66 if (FUNCTION_NAME_P (NAME)) \
|
| D | pa-linux.h | 136 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
|
| D | openbsd64.h | 110 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
|
| D | openbsd.h | 118 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
|
| D | som.h | 204 if (FUNCTION_NAME_P (NAME)) \
|
| D | pa.h | 1605 #define FUNCTION_NAME_P(NAME) (*(NAME) == '@') macro 1763 if (FUNCTION_NAME_P (NAME)) \
|
| D | pa.c | 873 && !FUNCTION_NAME_P (XSTR (XEXP (x, 0), 0))) in hppa_legitimize_address() 7773 return GET_CODE (op) == SYMBOL_REF && FUNCTION_NAME_P (XSTR (op, 0)); in function_label_operand() 9431 if (! FUNCTION_NAME_P (name)) in pa_globalize_label()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/ |
| D | pa64-hpux.h | 184 if (FUNCTION_NAME_P (NAME)) \ 198 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
|
| D | som.h | 312 if (FUNCTION_NAME_P (NAME)) \ 412 if (! FUNCTION_NAME_P (NAME)) \
|
| D | elf.h | 77 if (FUNCTION_NAME_P (NAME)) \
|
| D | pa-linux.h | 190 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
|
| D | openbsd.h | 196 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
|
| D | pa-openbsd64.h | 207 if (!FUNCTION_NAME_P (XSTR (FUN, 0))) \
|
| D | pa.h | 1615 #define FUNCTION_NAME_P(NAME) (*(NAME) == '@') macro 1825 if (FUNCTION_NAME_P (NAME)) \
|
| D | pa.c | 991 && !FUNCTION_NAME_P (XSTR (XEXP (x, 0), 0))) 7054 return GET_CODE (op) == SYMBOL_REF && FUNCTION_NAME_P (XSTR (op, 0)); 8382 if (! FUNCTION_NAME_P (name))
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.2 | 11514 * elf.h (TEXT_SPACE_P, FUNCTION_NAME_P): Delete. 11522 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise. 11525 (FUNCTION_NAME_P, ENCODE_SECTION_INFO, STRIP_NAME_ENCODING): Likewise.
|
| D | ChangeLog.5 | 11283 (FUNCTION_NAME_P): Likewise.
|