Home
last modified time | relevance | path

Searched refs:__init_array_start (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/env/
D__libc_start_main.c13 extern weak hidden void (*const __init_array_start)(void), (*const __init_array_end)(void);
62 uintptr_t a = (uintptr_t)&__init_array_start; in libc_start_init()
/third_party/musl/porting/liteos_a/user_debug/src/env/
D__libc_start_main.c13 extern weak hidden void (*const __init_array_start)(void), (*const __init_array_end)(void);
63 uintptr_t a = (uintptr_t)&__init_array_start; in libc_start_init()
/third_party/musl/porting/liteos_a/user/src/env/
D__libc_start_main.c13 extern weak hidden void (*const __init_array_start)(void), (*const __init_array_end)(void);
62 uintptr_t a = (uintptr_t)&__init_array_start; in libc_start_init()
/third_party/musl/porting/linux/user/src/env/
D__libc_start_main.c14 extern weak hidden void (*const __init_array_start)(void), (*const __init_array_end)(void);
63 uintptr_t a = (uintptr_t)&__init_array_start; in libc_start_init()
/third_party/elfutils/tests/
Drun-dwflsyms.sh93 52: NOTYPE LOCAL __init_array_start (0) 0x200dd0
172 52: NOTYPE LOCAL __init_array_start (0) 0x3000200dd0
226 10: NOTYPE LOCAL __init_array_start (0) 0x200dd0
282 10: NOTYPE LOCAL __init_array_start (0) 0x3000200dd0
376 9: NOTYPE LOCAL __init_array_start (0) 0x600e10
581 56: NOTYPE LOCAL __init_array_start (0) 0x1fde0
663 56: NOTYPE LOCAL __init_array_start (0) 0x800101fde0
713 9: NOTYPE LOCAL __init_array_start (0) 0x1fde0
761 9: NOTYPE LOCAL __init_array_start (0) 0x800101fde0
Drun-readelf-s.sh203 52: 0000000000200dd0 0 NOTYPE LOCAL DEFAULT 18 __init_array_start
243 9: 0000000000200dd0 0 NOTYPE LOCAL DEFAULT 18 __init_array_start
363 9: 0000000000600e10 0 NOTYPE LOCAL DEFAULT 18 __init_array_start
/third_party/elfio/tests/elf_examples/
Dhello_64.txt212 47: 000000000060066c 0 NOTYPE LOCAL HIDDEN 17 __init_array_start
Dhello_32.txt171 46: 0804948c 0 NOTYPE LOCAL HIDDEN 16 __init_array_start
Dtest_ppc.txt201 52: 10010acc 0 NOTYPE LOCAL HIDDEN 16 __init_array_start
/third_party/musl/ldso/
Ddynlink.c154 hidden void (*const __init_array_start)(void)=0, (*const __fini_array_start)(void)=0; variable
158 weak_alias(__init_array_start, __init_array_end);
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c152 hidden void (*const __init_array_start)(void)=0, (*const __fini_array_start)(void)=0; variable
156 weak_alias(__init_array_start, __init_array_end);
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c152 hidden void (*const __init_array_start)(void)=0, (*const __fini_array_start)(void)=0; variable
156 weak_alias(__init_array_start, __init_array_end);
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c151 hidden void (*const __init_array_start)(void)=0, (*const __fini_array_start)(void)=0; variable
155 weak_alias(__init_array_start, __init_array_end);