Searched refs:NT_AUXV (Results 1 – 19 of 19) sorted by relevance
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 137 #if !defined(NT_AUXV) 138 #define NT_AUXV 6 macro
|
/external/strace/xlat/ |
D | nt_descriptor_types.h | 48 #if defined(NT_AUXV) || (defined(HAVE_DECL_NT_AUXV) && HAVE_DECL_NT_AUXV) 50 static_assert((NT_AUXV) == (6), "NT_AUXV != 6"); 53 # define NT_AUXV 6 485 XLAT(NT_AUXV),
|
D | nt_descriptor_types.in | 7 NT_AUXV 6
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 381 #define NT_AUXV 6 macro
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 210 pub const NT_AUXV: u32 = 6; constant
|
/external/elfutils/libdwfl/ |
D | core-file.c | 533 if (nhdr.n_type == NT_AUXV) in dwfl_core_file_report()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1366 NT_AUXV = 6, enumerator
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 946 pub const NT_AUXV: ::c_int = 6; constant
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 512 #define NT_AUXV 6 macro
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 1387 nhdr.n_type = NT_AUXV; in main()
|
/external/kmod/port-gnu/ |
D | elf.h | 636 #define NT_AUXV 6 /* Contains copy of auxv array */ macro
|
/external/musl/include/ |
D | elf.h | 635 #define NT_AUXV 6 macro
|
/external/elfutils/libelf/ |
D | elf.h | 757 #define NT_AUXV 6 /* Contains copy of auxv array */ macro
|
/external/elfutils/ |
D | NEWS | 787 readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
|
/external/elfutils/config/ |
D | elfutils.spec.in | 909 - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
|
/external/elfutils/src/ |
D | elflint.c | 4328 case NT_AUXV: in check_note_data()
|
D | ChangeLog | 3573 * readelf.c (handle_notes_data): Grab NT_AUXV only for name "CORE".
|
D | readelf.c | 12721 if (nhdr.n_type == NT_AUXV in handle_notes_data()
|
/external/strace/ |
D | ChangeLog | 9234 NT_PRXREG, NT_TASKSTRUCT, NT_PLATFORM, NT_AUXV, NT_GWINDOWS, NT_ASRS,
|