Searched refs:USER_LABEL_PREFIX (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dpei-arm-wince.c21 #define USER_LABEL_PREFIX "" macro
H A Depoc-pei-arm.c21 #define USER_LABEL_PREFIX "" macro
H A Depoc-pe-arm.c21 #define USER_LABEL_PREFIX "" macro
H A Dpe-arm-wince.c21 #define USER_LABEL_PREFIX "" macro
H A Dcoff-arm.c153 /* If USER_LABEL_PREFIX is defined as "_" (see coff_arm_is_local_label_name()
2432 #ifndef USER_LABEL_PREFIX
2433 #define USER_LABEL_PREFIX "_"
2437 a) test against USER_LABEL_PREFIX, to avoid stripping labels known to be
2446 #ifdef USER_LABEL_PREFIX
2447 if (USER_LABEL_PREFIX[0] != 0)
2449 size_t len = strlen (USER_LABEL_PREFIX);
2451 if (strncmp (name, USER_LABEL_PREFIX, len) == 0)
2431 #define USER_LABEL_PREFIX macro

Completed in 110 milliseconds