Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-evax.c224 #define MAX_LABEL_LENGTH 60 macro
240 if (len <= MAX_LABEL_LENGTH) in evax_shorten_name()
277 if (strlen (base_id) > MAX_LABEL_LENGTH) in evax_shorten_name()
450 static char newname[MAX_LABEL_LENGTH + 1];
459 if ((len = strlen (name)) <= MAX_LABEL_LENGTH) in shorten_identifier()
462 final_len = MAX_LABEL_LENGTH - 2 - 5 - 3 - 3 - suffix_length; in shorten_identifier()
470 newname [MAX_LABEL_LENGTH] = 0; in shorten_identifier()
473 strncpy (newname + MAX_LABEL_LENGTH - suffix_length, in shorten_identifier()
495 if (len != MAX_LABEL_LENGTH) in is_truncated_identifier()