Searched refs:LOCAL_LABEL_PREFIX (Results 1 – 4 of 4) sorted by relevance
38 #define LOCAL_LABEL_PREFIX '.' macro
35 #define LOCAL_LABEL_PREFIX '.' macro
1378 #ifdef LOCAL_LABEL_PREFIX in dollar_label_name()1379 *p++ = LOCAL_LABEL_PREFIX; in dollar_label_name()1549 #ifdef LOCAL_LABEL_PREFIX in fb_label_name()1550 *p++ = LOCAL_LABEL_PREFIX; in fb_label_name()1595 #ifdef LOCAL_LABEL_PREFIX in decode_local_label_name()1596 if (s[index] == LOCAL_LABEL_PREFIX) in decode_local_label_name()
2398 #define LOCAL_LABEL_PREFIX "" macro2423 #ifdef LOCAL_LABEL_PREFIX in coff_arm_is_local_label_name()2427 if (LOCAL_LABEL_PREFIX[0] != 0) in coff_arm_is_local_label_name()2429 size_t len = strlen (LOCAL_LABEL_PREFIX); in coff_arm_is_local_label_name()2431 if (strncmp (name, LOCAL_LABEL_PREFIX, len) != 0) in coff_arm_is_local_label_name()