Lines Matching refs:SECTION

59 zephyr_linker_group(NAME TEXT_REGION GROUP ROM_REGION SYMBOL SECTION)
61 zephyr_linker_group(NAME DATA_REGION GROUP RAM_REGION SYMBOL SECTION)
71 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".plt")
72 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".iplt")
73 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".got.plt")
74 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".igot.plt")
75 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".got")
76 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".igot")
82 zephyr_linker_section_configure(SECTION .rel.plt INPUT ".rel.iplt")
83 zephyr_linker_section_configure(SECTION .rela.plt INPUT ".rela.iplt")
85 zephyr_linker_section_configure(SECTION .text INPUT ".TEXT.*")
86 zephyr_linker_section_configure(SECTION .text INPUT ".gnu.linkonce.t.*")
88 zephyr_linker_section_configure(SECTION .text INPUT ".glue_7t")
89 zephyr_linker_section_configure(SECTION .text INPUT ".glue_7")
90 zephyr_linker_section_configure(SECTION .text INPUT ".vfp11_veneer")
91 zephyr_linker_section_configure(SECTION .text INPUT ".v4_bx")
95 zephyr_linker_section_configure(SECTION .ARM.extab INPUT ".gnu.linkonce.armextab.*")
101 zephyr_linker_section_configure(SECTION .ARM.exidx INPUT ".gnu.linkonce.armexidx.*")
109 zephyr_linker_section_configure(SECTION .rodata INPUT ".gnu.linkonce.r.*")
111 zephyr_linker_section_configure(SECTION .rodata INPUT ".kobject_data.rodata*")
113 zephyr_linker_section_configure(SECTION .rodata ALIGN 4)
125 zephyr_linker_section_configure(SECTION .data INPUT ".kernel.*")
132 zephyr_linker_section_configure(SECTION .bss INPUT COMMON)
133 zephyr_linker_section_configure(SECTION .bss INPUT ".kernel_bss.*")
136 zephyr_linker_section_configure(SECTION .bss ALIGN 4)
141 zephyr_linker_section_configure(SECTION .noinit INPUT ".kernel_noinit.*")
164 SECTION .rom_start
198 zephyr_linker_section_configure(SECTION .ARM.attributes INPUT ".ARM.attributes" KEEP)
199 zephyr_linker_section_configure(SECTION .ARM.attributes INPUT ".gnu.attributes" KEEP)
202 zephyr_linker_section_configure(SECTION .text ANY FLAGS "+RO" "+XO")
203 zephyr_linker_section_configure(SECTION .data ANY FLAGS "+RW")
204 zephyr_linker_section_configure(SECTION .bss ANY FLAGS "+ZI")