Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dcoredump.c807 .section_table = {
822 .section_table = {
837 .section_table = {
850 .section_table = {
860 .section_table = {
870 .section_table = {
883 .section_table = {
893 .section_table = {
903 .section_table = {
913 .section_table = {
[all …]
Dcoredump.h155 } section_table; member
Dsdio.c2300 cur_section = &mem_region->section_table.sections[0]; in ath10k_sdio_dump_memory_section()
2330 if (++i == mem_region->section_table.size) { in ath10k_sdio_dump_memory_section()
2386 if (current_region->section_table.size > 0) in ath10k_sdio_dump_memory_generic()
Dpci.c1480 cur_section = &mem_region->section_table.sections[0]; in ath10k_pci_dump_memory_section()
1510 if ((i + 1) == mem_region->section_table.size) { in ath10k_pci_dump_memory_section()
1633 if (current_region->section_table.size > 0) in ath10k_pci_dump_memory_generic()
/linux-6.12.1/arch/riscv/kernel/
Defi-header.S23 .short section_table - optional_header // SizeOfOptionalHeader
73 .long (section_table - .) / 8 // NumberOfRvaAndSizes
83 section_table: label
120 .set section_count, (. - section_table) / 40
/linux-6.12.1/arch/arm/boot/compressed/
Defi-header.S54 .short section_table - optional_header @ SizeOfOptionalHeader
95 .long (section_table - .) / 8 @ NumberOfRvaAndSizes
104 section_table: label
131 .set section_count, (. - section_table) / 40
/linux-6.12.1/arch/x86/boot/
Dheader.S70 .word section_table - optional_header # SizeOfOptionalHeader
127 .long (section_table - .) / 8 # NumberOfRvaAndSizes
137 section_table: label
210 .set section_count, (. - section_table) / 40