Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Delf.c332 elf->section_data = calloc(sections_nr, sizeof(*sec)); in read_sections()
333 if (!elf->section_data) { in read_sections()
338 sec = &elf->section_data[i]; in read_sections()
/linux/tools/objtool/include/objtool/
H A Delf.h105 struct section *section_data; member