Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.h449 int num_units; member
Dtc-xtensa.c6136 rt->num_units = nu; in new_resource_table()
6155 for (j = 0; j < rt->num_units; j++) in clear_resource_table()
6176 rt->units[i] = XRESIZEVEC (unsigned char, rt->units[i], rt->num_units); in resize_resource_table()
6178 rt->units[i] = XCNEWVEC (unsigned char, rt->num_units); in resize_resource_table()
/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c2331 unsigned int num_units = 0; in process_debug_info() local
2340 for (section_begin = start, num_units = 0; section_begin < end; in process_debug_info()
2341 num_units ++) in process_debug_info()
2373 if (num_units == 0) in process_debug_info()
2380 debug_information = (debug_info *) cmalloc (num_units, in process_debug_info()
2385 num_units); in process_debug_info()
2394 memset (debug_information, 0, num_units * sizeof (*debug_information)); in process_debug_info()
2396 alloc_num_debug_info_entries = num_units; in process_debug_info()
2556 num_units = unit; in process_debug_info()
2755 if (num_units > alloc_num_debug_info_entries) in process_debug_info()
[all …]