Searched refs:text_size (Results 1 – 2 of 2) sorted by relevance
28 static int text_size, text_asize; variable46 text_size = 0; in new_string()52 int new_size = text_size + size + 1; in append_string()59 memcpy(text + text_size, str, size); in append_string()60 text_size += size; in append_string()61 text[text_size] = 0; in append_string()
44 uint16_t text_size; member118 size_t total_size = (size_t) header.text_offset + (size_t) header.text_size + in ulp_load_binary()123 header.text_size, header.data_size, header.bss_size); in ulp_load_binary()129 size_t text_data_size = header.text_size + header.data_size; in ulp_load_binary()