Home
last modified time | relevance | path

Searched refs:AT_ENTRY (Results 1 – 25 of 34) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs277 pub const AT_ENTRY: ::c_ulong = 9; constant
/third_party/rust/crates/libc/libc-test/semver/
Dnetbsd.txt71 AT_ENTRY
Dfreebsd.txt89 AT_ENTRY
Dlinux.txt160 AT_ENTRY
/third_party/elfutils/libdwfl/
Dlink_map.c747 if (type == BL##NN (AT_ENTRY)) \ in dwfl_link_map_report()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1866 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/
Ddynlink.c1865 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/
Ddynlink.c1842 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/
Delf.h989 #define AT_ENTRY 9 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h989 #define AT_ENTRY 9 macro
/third_party/musl/include/
Delf.h992 #define AT_ENTRY 9 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h989 #define AT_ENTRY 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h989 #define AT_ENTRY 9 macro
/third_party/musl/porting/linux/user/include/
Delf.h997 #define AT_ENTRY 9 macro
/third_party/elfio/elfio/
Delf_types.hpp1070 constexpr Elf_Word AT_ENTRY = 9; // Entry point of program variable
/third_party/elfutils/libelf/
Delf.h1191 #define AT_ENTRY 9 /* Entry point of program */ macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1351 pub const AT_ENTRY: ::c_int = 9; constant
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2909 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/
Dmod.rs1569 pub const AT_ENTRY: ::c_ulong = 9; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3046 pub const AT_ENTRY: ::c_int = 9; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs161 pub const AT_ENTRY: u32 = 9; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs156 pub const AT_ENTRY: u32 = 9; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs161 pub const AT_ENTRY: u32 = 9; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs155 pub const AT_ENTRY: u32 = 9; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs154 pub const AT_ENTRY: u32 = 9; constant

12