Searched refs:section_data (Results 1 – 2 of 2) sorted by relevance
327 elf->section_data = calloc(sections_nr, sizeof(*sec)); in read_sections()328 if (!elf->section_data) { in read_sections()333 sec = &elf->section_data[i]; in read_sections()
105 struct section *section_data; member