Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Dfindtextrel.c306 size_t nsegments_max = 10; in process_file() local
308 struct segments *segments = malloc (nsegments_max * sizeof (segments[0])); in process_file()
333 if (nsegments == nsegments_max) in process_file()
335 nsegments_max *= 2; in process_file()
337 = realloc (segments, nsegments_max * sizeof (segments[0])); in process_file()