Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dreadelf.c207 section_exception = 1024, /* .eh_frame & al. */ enumerator
213 | section_ranges | section_exception | section_gdb_index
337 implicit_debug_sections |= section_exception; in parse_opt()
352 print_debug_sections |= section_exception; in parse_opt()
436 print_debug_sections |= section_exception; in parse_opt()
8175 if ((print_debug_sections & ~section_exception) != 0) in print_debug()
8178 if ((print_debug_sections & section_exception) == 0) in print_debug()
8220 { ".eh_frame", section_frame | section_exception, in print_debug()
8222 { ".eh_frame_hdr", section_frame | section_exception, in print_debug()
8224 { ".gcc_except_table", section_frame | section_exception, in print_debug()