Searched refs:text_len (Results 1 – 2 of 2) sorted by relevance
4614 size_t text_len; in tic6x_start_unwind_section() local4646 text_len = strlen (text_name); in tic6x_start_unwind_section()4647 sec_name_len = prefix_len + text_len; in tic6x_start_unwind_section()4650 memcpy (sec_name + prefix_len, text_name, text_len); in tic6x_start_unwind_section()4651 sec_name[prefix_len + text_len] = '\0'; in tic6x_start_unwind_section()
21156 size_t text_len; in start_unwind_section() local21188 text_len = strlen (text_name); in start_unwind_section()21189 sec_name_len = prefix_len + text_len; in start_unwind_section()21192 memcpy (sec_name + prefix_len, text_name, text_len); in start_unwind_section()21193 sec_name[prefix_len + text_len] = '\0'; in start_unwind_section()