Searched refs:AT_SYSINFO (Results 1 - 18 of 18) sorted by relevance
/third_party/musl/porting/linux/user/src/env/ |
H A D | __libc_start_main.c | 32 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
|
/third_party/musl/src/env/ |
H A D | __libc_start_main.c | 34 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
H A D | __libc_start_main.c | 31 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
|
/third_party/musl/porting/liteos_a/user_debug/src/env/ |
H A D | __libc_start_main.c | 32 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | getauxval.c | 33 * @tc.desc : Verify that the value can be retrieved from the auxiliary vector (parameter is AT_SYSINFO) 39 result = getauxval(AT_SYSINFO); in getauxval_0200()
|
/third_party/elfio/elfio/ |
H A D | elf_types.hpp | 1089 constexpr Elf_Word AT_SYSINFO = 32; // EP to the system call in the vDSO. member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 1036 #define AT_SYSINFO 32 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 1027 #define AT_SYSINFO 32 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 1027 #define AT_SYSINFO 32 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 1027 #define AT_SYSINFO 32 macro
|
/third_party/musl/include/ |
H A D | elf.h | 1062 #define AT_SYSINFO 32 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 1230 #define AT_SYSINFO 32 macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 1764 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 1763 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1858 search_vec(auxv, &__sysinfo, AT_SYSINFO);
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 2887 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 3117 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 144 pub const AT_SYSINFO: u32 = 32; consts
|
Completed in 113 milliseconds