Home
last modified time | relevance | path

Searched refs:NT_AUXV (Results 1 - 13 of 13) sorted by relevance

/third_party/elfutils/libdwfl/
H A Dcore-file.c514 /* PT_NOTE -> NT_AUXV -> AT_PHDR -> PT_DYNAMIC -> DT_DEBUG */ in dwfl_core_file_report()
533 if (nhdr.n_type == NT_AUXV) in dwfl_core_file_report()
547 /* Now we have NT_AUXV contents. From here on this processing could be in dwfl_core_file_report()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1366 NT_AUXV = 6,
/third_party/elfio/elfio/
H A Delfio_dump.hpp546 { NT_AUXV, "NT_AUXV", "Elfxx_auxv_t" },
H A Delf_types.hpp581 constexpr Elf_Word NT_AUXV = 6; // Contains copy of Elfxx_auxv_t member
/third_party/musl/porting/linux/user/include/
H A Delf.h637 #define NT_AUXV 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h633 #define NT_AUXV 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h633 #define NT_AUXV 6 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h633 #define NT_AUXV 6 macro
/third_party/musl/include/
H A Delf.h649 #define NT_AUXV 6 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs946 pub const NT_AUXV: ::c_int = 6; consts
/third_party/elfutils/libelf/
H A Delf.h757 #define NT_AUXV 6 /* Contains copy of auxv array */ macro
/third_party/elfutils/src/
H A Delflint.c4328 case NT_AUXV: in check_note_data()
H A Dreadelf.c12722 if (nhdr.n_type == NT_AUXV in handle_notes_data()

Completed in 99 milliseconds