Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsdio.c2292 const struct ath10k_mem_section *cur_section, *next_section; in ath10k_sdio_dump_memory_section() local
2319 for (; cur_section; cur_section = next_section) { in ath10k_sdio_dump_memory_section()
2331 next_section = NULL; in ath10k_sdio_dump_memory_section()
2334 next_section = cur_section + 1; in ath10k_sdio_dump_memory_section()
2336 if (cur_section->end > next_section->start) { in ath10k_sdio_dump_memory_section()
2338 next_section->start, in ath10k_sdio_dump_memory_section()
2343 skip_size = next_section->start - cur_section->end; in ath10k_sdio_dump_memory_section()
H A Dpci.c1547 const struct ath10k_mem_section *cur_section, *next_section; in ath10k_pci_dump_memory_section() local
1586 next_section = NULL; in ath10k_pci_dump_memory_section()
1589 next_section = cur_section + 1; in ath10k_pci_dump_memory_section()
1591 if (cur_section->end > next_section->start) { in ath10k_pci_dump_memory_section()
1593 next_section->start, in ath10k_pci_dump_memory_section()
1598 skip_size = next_section->start - cur_section->end; in ath10k_pci_dump_memory_section()
1628 if (!next_section) in ath10k_pci_dump_memory_section()
1632 cur_section = next_section; in ath10k_pci_dump_memory_section()