Searched refs:_start (Results 1 - 25 of 30) sorted by relevance

12

/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/aarch32/
H A Dcrt0.S17 * - no other file already provides a _start symbol, and
18 * - _start is an undefined external symbol (force this by passing
19 * "-u _start" to ld).
32 .global _start
33 _start: label
/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/aarch64/
H A Dcrt0.S23 .global _start
24 _start: label
/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/arm_hyp/
H A Dcrt0.S17 * - no other file already provides a _start symbol, and
18 * - _start is an undefined external symbol (force this by passing
19 * "-u _start" to ld).
32 .global _start
33 _start: label
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/aarch32/
H A Dcrt0.S17 * - no other file already provides a _start symbol, and
18 * - _start is an undefined external symbol (force this by passing
19 * "-u _start" to ld).
32 .global _start
33 _start: label
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/aarch64/
H A Dcrt0.S23 .global _start
24 _start: label
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/arm_hyp/
H A Dcrt0.S17 * - no other file already provides a _start symbol, and
18 * - _start is an undefined external symbol (force this by passing
19 * "-u _start" to ld).
32 .global _start
33 _start: label
/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/ia32/
H A Dcrt0.S17 * - no other file already provides a _start symbol, and
18 * - _start is an undefined external symbol (force this by passing
19 * "-u _start" to ld).
30 .global _start
34 _start: label
/seL4-refos-master/libs/libsel4platsupport/src/sel4_arch/x86_64/
H A Dcrt0.S17 * - no other file already provides a _start symbol, and
18 * - _start is an undefined external symbol (force this by passing
19 * "-u _start" to ld).
30 .global _start
35 _start: label
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/ia32/
H A Dcrt0.S17 * - no other file already provides a _start symbol, and
18 * - _start is an undefined external symbol (force this by passing
19 * "-u _start" to ld).
30 .global _start
34 _start: label
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/sel4_arch/x86_64/
H A Dcrt0.S17 * - no other file already provides a _start symbol, and
18 * - _start is an undefined external symbol (force this by passing
19 * "-u _start" to ld).
30 .global _start
35 _start: label
/seL4-refos-master/kernel/src/arch/riscv/
H A Dhead.S12 .global _start
23 _start: label
/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-arm/32/
H A Dcrt0_64.S16 BEGIN_FUNC(_start)
H A Dcrt0.S17 BEGIN_FUNC(_start)
54 END_FUNC(_start)
/seL4-refos-master/seL4_tools/elfloader-tool/src/binaries/efi/
H A Defi_init.c13 extern void _start(void);
19 _start();
/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-riscv/
H A Dcrt0.S10 .global _start
17 _start: label
/seL4-refos-master/seL4_tools/elfloader-tool/src/plat/exynos5/
H A Dplatform_init.c62 extern char _start[];
77 boot_cpu(BOOTCPU, (uintptr_t)_start);
/seL4-refos-master/tools/elfloader/src/arch-arm/32/
H A Dcrt0_64.S16 BEGIN_FUNC(_start)
H A Dcrt0.S17 BEGIN_FUNC(_start)
54 END_FUNC(_start)
/seL4-refos-master/tools/elfloader/src/arch-riscv/
H A Dcrt0.S10 .global _start
17 _start: label
/seL4-refos-master/tools/elfloader/src/binaries/efi/
H A Defi_init.c13 extern void _start(void);
19 _start();
/seL4-refos-master/tools/elfloader/src/plat/exynos5/
H A Dplatform_init.c62 extern char _start[];
77 boot_cpu(BOOTCPU, (uintptr_t)_start);
/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-arm/64/
H A Dcrt0.S18 BEGIN_FUNC(_start)
42 END_FUNC(_start)
49 adr x1, _start
58 * everything between _start and _archive_start is important
67 /* check: if (end < archive_start && end >= _start) { abort } */
77 /* check: if (dest < archive_start && dest >= _start) { abort } */
/seL4-refos-master/tools/elfloader/src/arch-arm/64/
H A Dcrt0.S18 BEGIN_FUNC(_start)
42 END_FUNC(_start)
49 adr x1, _start
58 * everything between _start and _archive_start is important
67 /* check: if (end < archive_start && end >= _start) { abort } */
77 /* check: if (dest < archive_start && dest >= _start) { abort } */
/seL4-refos-master/kernel/src/arch/arm/64/
H A Dhead.S68 BEGIN_FUNC(_start)
121 END_FUNC(_start)
/seL4-refos-master/kernel/src/arch/x86/32/
H A Dhead.S47 BEGIN_FUNC(_start)
83 END_FUNC(_start)

Completed in 68 milliseconds

12