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

/fuchsia/zircon/third_party/ulib/musl/arch/aarch64/
H A Ddl-entry.S13 .hidden _start
14 ENTRY(_start)
19 END(_start)
H A DScrt1.S3 .globl _start
4 .type _start, %function
5 _start: label
6 // Called _start(argument) with argument in x0.
/fuchsia/zircon/third_party/ulib/musl/arch/x86_64/
H A DScrt1.S2 .globl _start
3 .type _start, %function
4 _start: label
5 // Called _start(argument) with argument in %rdi. The stack is
H A Ddl-entry.S13 .hidden _start
14 ENTRY(_start)
28 END(_start)
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Dmultiboot-start.S27 .int _start // entry_addr
34 .section .text._start,"ax",%progbits
35 FUNCTION(_start)
65 END_FUNCTION(_start)
/fuchsia/zircon/kernel/target/arm64/boot-shim/
H A Dboot-shim.S21 FUNCTION(_start)
56 END_FUNCTION(_start)
/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Daml-rawnand.h54 const uint32_t _start, const uint32_t _len) {
55 writel(((readl(_reg) & ~(((1L << (_len)) - 1) << (_start))) | ((uint32_t)((_value) & ((1L << (_len)) - 1)) << (_start))), _reg);
53 set_bits(uint32_t* _reg, const uint32_t _value, const uint32_t _start, const uint32_t _len) argument
/fuchsia/zircon/scripts/
H A Dgen-rodso-code.sh12 # CODE_*, DATA_* and _start, respectively.
44 CODE_*|DATA_*|SYSCALL_*|_start)
45 if [ "$symbol" = _start ]; then
/fuchsia/zircon/kernel/arch/arm64/
H A Dstart.S38 FUNCTION(_start)
48 adr tmp2, _start
265 END_FUNCTION(_start)
321 IMAGE_ELF_ENTRY = _start
/fuchsia/zircon/kernel/arch/x86/
H A Dstart.S298 FUNCTION_LABEL(_start)
347 IMAGE_ELF_ENTRY = _start
/fuchsia/zircon/system/core/userboot/
H A Drules.mk96 MODULE_LDFLAGS := $(RODSO_LDFLAGS) -e _start
H A Dstart.c351 noreturn void _start(void* start_arg) { function

Completed in 135 milliseconds