/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 277 pub const AT_ENTRY: ::c_ulong = 9; consts
|
/third_party/elfutils/libdwfl/ |
H A D | link_map.c | 544 /* If we have an AT_ENTRY value, reject this executable if in consider_executable() 605 /* Final sanity check: if we have an AT_ENTRY value, in consider_executable() 751 if (type == BL##NN (AT_ENTRY)) \ in dwfl_link_map_report() 986 we can still use the AT_PHDR and AT_ENTRY values to in dwfl_link_map_report()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 1866 aux[AT_ENTRY] = (size_t)laddr(&app, ehdr->e_entry); in __dls3() 2023 CRTJMP((void *)aux[AT_ENTRY], argv-1); in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 1865 aux[AT_ENTRY] = (size_t)laddr(&app, ehdr->e_entry); in __dls3() 2022 CRTJMP((void *)aux[AT_ENTRY], argv-1); in __dls3()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1967 aux[AT_ENTRY] = (size_t)laddr(&app, ehdr->e_entry); 2132 CRTJMP((void *)aux[AT_ENTRY], argv-1);
|
/third_party/elfio/elfio/ |
H A D | elf_types.hpp | 1070 constexpr Elf_Word AT_ENTRY = 9; // Entry point of program member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 998 #define AT_ENTRY 9 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 989 #define AT_ENTRY 9 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 989 #define AT_ENTRY 9 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 989 #define AT_ENTRY 9 macro
|
/third_party/musl/include/ |
H A D | elf.h | 1024 #define AT_ENTRY 9 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 1191 #define AT_ENTRY 9 /* Entry point of program */ macro
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1351 pub const AT_ENTRY: ::c_int = 9; consts
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 2988 aux[AT_ENTRY] = (size_t)laddr(&app, ehdr->e_entry); in __dls3() 3197 CRTJMP((void *)aux[AT_ENTRY], argv-1); in __dls3()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 3223 aux[AT_ENTRY] = (size_t)laddr(&app, ehdr->e_entry); in __dls3() 3441 CRTJMP((void *)aux[AT_ENTRY], argv - 1); in __dls3()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 156 pub const AT_ENTRY: u32 = 9; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1569 pub const AT_ENTRY: ::c_ulong = 9; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 3046 pub const AT_ENTRY: ::c_int = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 161 pub const AT_ENTRY: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 161 pub const AT_ENTRY: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 167 pub const AT_ENTRY: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 155 pub const AT_ENTRY: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 167 pub const AT_ENTRY: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 155 pub const AT_ENTRY: u32 = 9; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 154 pub const AT_ENTRY: u32 = 9; consts
|