/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
D | mod.rs | 277 pub const AT_ENTRY: ::c_ulong = 9; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | netbsd.txt | 71 AT_ENTRY
|
D | freebsd.txt | 89 AT_ENTRY
|
D | linux.txt | 160 AT_ENTRY
|
/third_party/elfutils/libdwfl/ |
D | link_map.c | 747 if (type == BL##NN (AT_ENTRY)) \ in dwfl_link_map_report()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
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/ |
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/ |
D | dynlink.c | 1842 aux[AT_ENTRY] = (size_t)laddr(&app, ehdr->e_entry); in __dls3() 1999 CRTJMP((void *)aux[AT_ENTRY], argv-1); in __dls3()
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 989 #define AT_ENTRY 9 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 989 #define AT_ENTRY 9 macro
|
/third_party/musl/include/ |
D | elf.h | 992 #define AT_ENTRY 9 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 989 #define AT_ENTRY 9 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 989 #define AT_ENTRY 9 macro
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 997 #define AT_ENTRY 9 macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 1070 constexpr Elf_Word AT_ENTRY = 9; // Entry point of program variable
|
/third_party/elfutils/libelf/ |
D | elf.h | 1191 #define AT_ENTRY 9 /* Entry point of program */ macro
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1351 pub const AT_ENTRY: ::c_int = 9; constant
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 2909 aux[AT_ENTRY] = (size_t)laddr(&app, ehdr->e_entry); in __dls3() 3122 CRTJMP((void *)aux[AT_ENTRY], argv-1); in __dls3()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1569 pub const AT_ENTRY: ::c_ulong = 9; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 3046 pub const AT_ENTRY: ::c_int = 9; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 161 pub const AT_ENTRY: u32 = 9; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 156 pub const AT_ENTRY: u32 = 9; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
D | general.rs | 161 pub const AT_ENTRY: u32 = 9; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 155 pub const AT_ENTRY: u32 = 9; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 154 pub const AT_ENTRY: u32 = 9; constant
|