Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/python/
Dsymbolication.py709 for section_str in options.section_strings:
711 if section.set_from_string(section_str):
/external/elfutils/src/
Dreadelf.c256 section_str = 128, /* .debug_str */ enumerator
266 | section_pubnames | section_str | section_macinfo
536 print_debug_sections |= section_str; in parse_opt()
7339 bool stroffbase = notice_listptr (section_str, &known_stroffbases, in attr_callback()
11400 { ".debug_line_str", section_str, in print_debug()
11403 { ".debug_str_offsets", section_str, in print_debug()
DChangeLog851 (print_debug): Handle .debug_str_offsets as section_str. Reset