Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/include/objtool/
A Delf.h108 struct section *section_data; member
/linux-6.3-rc2/tools/objtool/
A Delf.c287 elf->section_data = calloc(sections_nr, sizeof(*sec)); in read_sections()
288 if (!elf->section_data) { in read_sections()
293 sec = &elf->section_data[i]; in read_sections()
1466 free(elf->section_data); in elf_close()

Completed in 5 milliseconds