Searched refs:data_allocated (Results 1 – 1 of 1) sorted by relevance
2144 void *data_allocated; /* if non NULL, data has been malloced */ member2198 unsigned long data_allocated; /* used for realloc() handling */ member5644 if (ind1 > cur_text_section->data_allocated) in g()5694 if (ind1 > cur_text_section->data_allocated) in oad()6860 size = sec->data_allocated; in section_realloc()6868 memset(data + sec->data_allocated, 0, size - sec->data_allocated); in section_realloc()6870 sec->data_allocated = size; in section_realloc()6881 if (offset1 > sec->data_allocated) in section_ptr_add()7205 data = tcc_realloc(cstr->data_allocated, size); in cstr_realloc()7208 cstr->data_allocated = data; in cstr_realloc()[all …]