Home | History | Annotate | Download | only in bfd

Lines Matching defs:LOCAL_LABEL_PREFIX

2444 /* Note:  the definitions here of LOCAL_LABEL_PREFIX and USER_LABEL_PREIFX
2446 #ifndef LOCAL_LABEL_PREFIX
2447 #define LOCAL_LABEL_PREFIX ""
2473 #ifdef LOCAL_LABEL_PREFIX
2477 if (LOCAL_LABEL_PREFIX[0] != 0)
2479 size_t len = strlen (LOCAL_LABEL_PREFIX);
2481 if (strncmp (name, LOCAL_LABEL_PREFIX, len) != 0)