Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp152 std::optional<Record::Kind> next_section = Record::classify(line); in CreateSections() local
153 if (next_section == Record::Line || next_section == Record::Inline) { in CreateSections()
156 next_section = Record::Func; in CreateSections()
158 if (next_section == current_section) in CreateSections()
164 current_section = next_section; in CreateSections()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dprintcmd.c75 static asection *next_section; variable
291 next_section = VALUE_BFD_SECTION (val); in print_formatted()
300 next_section = VALUE_BFD_SECTION (val); in print_formatted()
314 next_section = VALUE_BFD_SECTION (val); in print_formatted()
779 next_section = sect; in do_examine()
1308 next_section = VALUE_BFD_SECTION (val); in x_command()
1312 do_examine (fmt, next_address, next_section); in x_command()