Home
last modified time | relevance | path

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

/Linux-v6.6/tools/objtool/
Delf.c329 elf->section_data = calloc(sections_nr, sizeof(*sec)); in read_sections()
330 if (!elf->section_data) { in read_sections()
335 sec = &elf->section_data[i]; in read_sections()
/Linux-v6.6/tools/objtool/include/objtool/
Delf.h103 struct section *section_data; member