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.c301 static bool is_dwarf_section(struct section *sec) in is_dwarf_section() function
356 if (sec->sh.sh_size != 0 && !is_dwarf_section(sec)) { in read_sections()