Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c114 static bool is_debuginfo; variable
211 is_debuginfo = true; in parse_opt()
890 else if (!is_debuginfo) in check_symtab()
3772 || !is_debuginfo in check_sections()
3996 if (is_debuginfo) in check_sections()
4008 if (is_debuginfo && shdr->sh_type != SHT_NOBITS) in check_sections()
4013 if (!is_debuginfo in check_sections()
4023 && !is_debuginfo) in check_sections()
4054 && !is_debuginfo) in check_sections()
4215 if (!is_debuginfo) in check_sections()
[all …]
DChangeLog4452 * elflint.c (is_debuginfo): New variable.
4454 (check_sections): If is_debuginfo, don't complain about SHT_NOBITS.
4455 (check_note): If is_debuginfo, don't try to get note contents.