Searched refs:alloc_sections (Results 1 – 1 of 1) sorted by relevance
69 unsigned int alloc_sections; /* total number of allocated section pointers */ member210 if (file->nb_sections >= file->alloc_sections) in add_section()212 if (!(file->sections = grow_array( file->sections, &file->alloc_sections, in add_section()935 if (file->alloc_sections > file->nb_sections) in parse_buffer()939 file->alloc_sections = file->nb_sections; in parse_buffer()