Home
last modified time | relevance | path

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

/external/elfutils/src/
Delflint.c2745 #define NEWFLAG(name) { SHF_##name, #name } in section_flags_string() macro
2746 NEWFLAG (WRITE), in section_flags_string()
2747 NEWFLAG (ALLOC), in section_flags_string()
2748 NEWFLAG (EXECINSTR), in section_flags_string()
2749 NEWFLAG (MERGE), in section_flags_string()
2750 NEWFLAG (STRINGS), in section_flags_string()
2751 NEWFLAG (INFO_LINK), in section_flags_string()
2752 NEWFLAG (LINK_ORDER), in section_flags_string()
2753 NEWFLAG (OS_NONCONFORMING), in section_flags_string()
2754 NEWFLAG (GROUP), in section_flags_string()
[all …]
DChangeLog18 * elflint.c (section_flags_string): Add NEWFLAG COMPRESSED.