Home
last modified time | relevance | path

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

/linux/tools/objtool/
H A Delf.c354 static bool is_dwarf_section(struct section *sec) in is_dwarf_section() function
409 if (sec_size(sec) != 0 && !is_dwarf_section(sec)) { in read_sections()