Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c115 static bool is_debuginfo; variable
212 is_debuginfo = true; in parse_opt()
873 else if (!is_debuginfo) in check_symtab()
3740 || !is_debuginfo in check_sections()
3964 if (is_debuginfo) in check_sections()
3975 if (is_debuginfo && shdr->sh_type != SHT_NOBITS) in check_sections()
3980 if (!is_debuginfo in check_sections()
3990 && !is_debuginfo) in check_sections()
4021 && !is_debuginfo) in check_sections()
4182 if (!is_debuginfo) in check_sections()
[all …]
DChangeLog3389 * elflint.c (is_debuginfo): New variable.
3391 (check_sections): If is_debuginfo, don't complain about SHT_NOBITS.
3392 (check_note): If is_debuginfo, don't try to get note contents.