zephyr/include/arch/x86/ia32
Torsten Rasmussen 3d82c7c828 linker: align _image_text_start/end/size linker symbols name
Cleanup and preparation commit for linker script generator.

Zephyr linker scripts provides start and end symbols for each larger
areas in the linker script.

The symbols _image_text_start and _image_text_end sometimes includes
linker/kobject-text.ld. This mean there must be both the regular
__text_start and __text_end symbols for the pure text section, as well
as <group>_start and <group>_end symbols.

The symbols describing the text region which covers more than just the
text section itself will thus be changed to:
_image_text_start -> __text_region_start
_image_text_end   -> __text_region_end

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-08-28 08:48:03 -04:00
..
scripts x86: ia32/linker: add boot and pinned sections 2021-05-10 16:00:43 -05:00
arch.h x86: ia32: put IRQ stubs into pinned linker section if needed 2021-05-10 16:00:43 -05:00
asm.h
gdbstub.h
linker.ld linker: align _image_text_start/end/size linker symbols name 2021-08-28 08:48:03 -04:00
segmentation.h
sys_io.h
syscall.h x86: x86-32: pin static inline syscall invoke functions 2021-08-26 21:16:22 -04:00
thread.h x86: rename CONFIG_SSE* to CONFIG_X86_SSE* 2021-02-15 08:21:15 -05:00