Home
last modified time | relevance | path

Searched refs:LOCAL_LABEL_PREFIX (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-crx.h38 #define LOCAL_LABEL_PREFIX '.' macro
Dtc-h8300.h35 #define LOCAL_LABEL_PREFIX '.' macro
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dsymbols.c1378 #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()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-arm.c2398 #define LOCAL_LABEL_PREFIX "" macro
2423 #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()