Home
last modified time | relevance | path

Searched defs:NT_AUXV (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs946 pub const NT_AUXV: ::c_int = 6; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1366 NT_AUXV = 6, enumerator
/third_party/elfio/elfio/
Delf_types.hpp581 constexpr Elf_Word NT_AUXV = 6; // Contains copy of Elfxx_auxv_t variable
/third_party/musl/porting/uniproton/kernel/include/
Delf.h633 #define NT_AUXV 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h633 #define NT_AUXV 6 macro
/third_party/musl/ndk_musl_include/
Delf.h633 #define NT_AUXV 6 macro
/third_party/musl/include/
Delf.h634 #define NT_AUXV 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h633 #define NT_AUXV 6 macro
/third_party/musl/porting/linux/user/include/
Delf.h636 #define NT_AUXV 6 macro
/third_party/elfutils/libelf/
Delf.h757 #define NT_AUXV 6 /* Contains copy of auxv array */ macro