Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-evax.c226 #define MAX_LABEL_LENGTH 60 macro
242 if (len <= MAX_LABEL_LENGTH) in evax_shorten_name()
281 if (strlen (base_id) > MAX_LABEL_LENGTH) in evax_shorten_name()
455 static char newname[MAX_LABEL_LENGTH + 1];
464 if ((len = strlen (name)) <= MAX_LABEL_LENGTH) in shorten_identifier()
467 final_len = MAX_LABEL_LENGTH - 2 - 5 - 3 - 3 - suffix_length; in shorten_identifier()
475 newname [MAX_LABEL_LENGTH] = 0; in shorten_identifier()
478 strncpy (newname + MAX_LABEL_LENGTH - suffix_length, in shorten_identifier()
500 if (len != MAX_LABEL_LENGTH) in is_truncated_identifier()