Searched refs:section_exception (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/0.153/src/
H A Dreadelf.c192 section_exception = 1024, /* .eh_frame & al. */ enumerator in enum:section_e
197 | section_ranges | section_exception | section_gdb_index)
320 implicit_debug_sections |= section_exception;
335 print_debug_sections |= section_exception;
407 print_debug_sections |= section_exception;
7295 if ((print_debug_sections & ~section_exception) != 0)
7298 if ((print_debug_sections & section_exception) == 0)
7339 { ".eh_frame", section_frame | section_exception,
7341 { ".eh_frame_hdr", section_frame | section_exception,
7343 { ".gcc_except_table", section_frame | section_exception,
[all...]

Completed in 256 milliseconds