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.c | 31 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.c | 32 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
|
/third_party/musl/porting/linux/user/src/env/ |
D | __libc_start_main.c | 32 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
|
/third_party/musl/src/env/ |
D | __libc_start_main.c | 34 if (aux[AT_SYSINFO]) __sysinfo = aux[AT_SYSINFO]; in __init_libc()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | getauxval.c | 39 result = getauxval(AT_SYSINFO); in getauxval_0200()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 1035 #define AT_SYSINFO 32 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 1027 #define AT_SYSINFO 32 macro
|
/third_party/musl/include/ |
D | elf.h | 1044 #define AT_SYSINFO 32 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 1027 #define AT_SYSINFO 32 macro
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 1089 constexpr Elf_Word AT_SYSINFO = 32; // EP to the system call in the vDSO. variable
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 1027 #define AT_SYSINFO 32 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 1230 #define AT_SYSINFO 32 macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 1764 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 1763 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
|
/third_party/musl/ldso/ |
D | dynlink.c | 1790 search_vec(auxv, &__sysinfo, AT_SYSINFO);
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 144 pub const AT_SYSINFO: u32 = 32; constant
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 2887 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 2887 search_vec(auxv, &__sysinfo, AT_SYSINFO); in __dls3()
|