Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtarget.c177 unsigned target_struct_allocsize; variable
231 target_struct_allocsize = DEFAULT_ALLOCSIZE; in add_target()
233 (target_struct_allocsize * sizeof (*target_structs)); in add_target()
235 if (target_struct_size >= target_struct_allocsize) in add_target()
237 target_struct_allocsize *= 2; in add_target()
240 target_struct_allocsize * sizeof (*target_structs)); in add_target()