Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/dev/athk/ath10k/
H A Dsdio.c2294 const struct ath10k_mem_section *cur_section, *next_section; in ath10k_sdio_dump_memory_section() local
2321 for (; cur_section; cur_section = next_section) { in ath10k_sdio_dump_memory_section()
2333 next_section = NULL; in ath10k_sdio_dump_memory_section()
2336 next_section = cur_section + 1; in ath10k_sdio_dump_memory_section()
2338 if (cur_section->end > next_section->start) { in ath10k_sdio_dump_memory_section()
2340 next_section->start, in ath10k_sdio_dump_memory_section()
2345 skip_size = next_section->start - cur_section->end; in ath10k_sdio_dump_memory_section()
H A Dpci.c1550 const struct ath10k_mem_section *cur_section, *next_section; in ath10k_pci_dump_memory_section() local
1589 next_section = NULL; in ath10k_pci_dump_memory_section()
1592 next_section = cur_section + 1; in ath10k_pci_dump_memory_section()
1594 if (cur_section->end > next_section->start) { in ath10k_pci_dump_memory_section()
1596 next_section->start, in ath10k_pci_dump_memory_section()
1601 skip_size = next_section->start - cur_section->end; in ath10k_pci_dump_memory_section()
1631 if (!next_section) in ath10k_pci_dump_memory_section()
1635 cur_section = next_section; in ath10k_pci_dump_memory_section()