Home
last modified time | relevance | path

Searched refs:AT_ENTRY (Results 1 - 25 of 31) sorted by relevance

12

/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs277 pub const AT_ENTRY: ::c_ulong = 9; consts
/third_party/elfutils/libdwfl/
H A Dlink_map.c544 /* 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 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/
H A 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/
H A Ddynlink.c1967 aux[AT_ENTRY] = (size_t)laddr(&app, ehdr->e_entry);
2132 CRTJMP((void *)aux[AT_ENTRY], argv-1);
/third_party/elfio/elfio/
H A Delf_types.hpp1070 constexpr Elf_Word AT_ENTRY = 9; // Entry point of program member
/third_party/musl/porting/linux/user/include/
H A Delf.h998 #define AT_ENTRY 9 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h989 #define AT_ENTRY 9 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h989 #define AT_ENTRY 9 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h989 #define AT_ENTRY 9 macro
/third_party/musl/include/
H A Delf.h1024 #define AT_ENTRY 9 macro
/third_party/elfutils/libelf/
H A Delf.h1191 #define AT_ENTRY 9 /* Entry point of program */ macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1351 pub const AT_ENTRY: ::c_int = 9; consts
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2988 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 Ddynlink.c3223 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 Dgeneral.rs156 pub const AT_ENTRY: u32 = 9; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1569 pub const AT_ENTRY: ::c_ulong = 9; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3046 pub const AT_ENTRY: ::c_int = 9; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs161 pub const AT_ENTRY: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs161 pub const AT_ENTRY: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs167 pub const AT_ENTRY: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs155 pub const AT_ENTRY: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs167 pub const AT_ENTRY: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs155 pub const AT_ENTRY: u32 = 9; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs154 pub const AT_ENTRY: u32 = 9; consts

Completed in 217 milliseconds

12