Home
last modified time | relevance | path

Searched refs:AT_SYSINFO (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/env/
D__libc_start_main.c31 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
/third_party/musl/porting/liteos_a/user_debug/src/env/
D__libc_start_main.c32 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
/third_party/musl/porting/linux/user/src/env/
D__libc_start_main.c32 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
/third_party/musl/src/env/
D__libc_start_main.c34 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dgetauxval.c39 result = getauxval(AT_SYSINFO); in getauxval_0200()
/third_party/musl/porting/linux/user/include/
Delf.h1035 #define AT_SYSINFO 32 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1027 #define AT_SYSINFO 32 macro
/third_party/musl/include/
Delf.h1044 #define AT_SYSINFO 32 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1027 #define AT_SYSINFO 32 macro
/third_party/elfio/elfio/
Delf_types.hpp1089 constexpr Elf_Word AT_SYSINFO = 32; // EP to the system call in the vDSO. variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1027 #define AT_SYSINFO 32 macro
/third_party/elfutils/libelf/
Delf.h1230 #define AT_SYSINFO 32 macro
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1764 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1763 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
/third_party/musl/ldso/
Ddynlink.c1790 search_vec(auxv, &__sysinfo, AT_SYSINFO);
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs144 pub const AT_SYSINFO: u32 = 32; constant
/third_party/musl/ldso/linux/
Ddynlink.c2887 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2887 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()