Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dcoredump.c809 .section_table = {
824 .section_table = {
839 .section_table = {
852 .section_table = {
862 .section_table = {
872 .section_table = {
885 .section_table = {
895 .section_table = {
905 .section_table = {
915 .section_table = {
[all …]
H A Dcoredump.h155 } section_table; member
H A Dsdio.c2301 cur_section = &mem_region->section_table.sections[0]; in ath10k_sdio_dump_memory_section()
2331 if (++i == mem_region->section_table.size) { in ath10k_sdio_dump_memory_section()
2387 if (current_region->section_table.size > 0) in ath10k_sdio_dump_memory_generic()
H A Dpci.c1482 cur_section = &mem_region->section_table.sections[0]; in ath10k_pci_dump_memory_section()
1512 if ((i + 1) == mem_region->section_table.size) { in ath10k_pci_dump_memory_section()
1635 if (current_region->section_table.size > 0) in ath10k_pci_dump_memory_generic()
/linux/arch/riscv/kernel/
H A 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/arch/arm/boot/compressed/
H A 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/arch/x86/boot/
H A Dheader.S70 .word section_table - optional_header # SizeOfOptionalHeader
127 .long (section_table - .) / 8 # NumberOfRvaAndSizes
137 section_table: label
223 .set section_count, (. - section_table) / 40