Home
last modified time | relevance | path

Searched refs:NT_VERSION (Results 1 – 19 of 19) sorted by relevance

/third_party/elfutils/libebl/
Deblobjnotetypename.c110 if (descsz == 0 && type == NT_VERSION) in ebl_object_note_type_name()
Deblobjnote.c288 if (descsz == 0 && type == NT_VERSION) in ebl_object_note()
DChangeLog177 * eblobjnote.c (ebl_object_note): Recognize NT_VERSION with zero
180 argument descsz. Recognize NT_VERSION using descsz. With "GNU"
/third_party/elfio/tests/elf_examples/
Dhello_32.txt211 GNU 0x00000010 NT_VERSION (version)
Dhello_64.txt244 GNU 0x00000010 NT_VERSION (version)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1354 NT_VERSION = 1, enumerator
/third_party/musl/porting/linux/user/include/
Delf.h701 #define NT_VERSION 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h696 #define NT_VERSION 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h696 #define NT_VERSION 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h696 #define NT_VERSION 1 macro
/third_party/musl/include/
Delf.h699 #define NT_VERSION 1 macro
/third_party/elfio/elfio/
Delf_types.hpp689 constexpr Elf_Word NT_VERSION = 1; // Contains a version string. variable
/third_party/musl/ndk_musl_include/
Delf.h696 #define NT_VERSION 1 macro
/third_party/elfutils/libelf/
Delf.h846 #define NT_VERSION 1 /* Contains a version string. */ macro
/third_party/elfutils/config/
Delfutils.spec.in514 Recognize and parse GNU Property notes, NT_VERSION notes and
/third_party/elfutils/
DNEWS234 Recognize and parse GNU Property notes, NT_VERSION notes
/third_party/elfutils/src/
Delflint.c4368 if (nhdr.n_descsz == 0 && nhdr.n_type == NT_VERSION) in check_note_data()
DChangeLog729 * elflint.c (check_note_data): Recognize NT_VERSION, add owner
/third_party/elfutils/tests/
DChangeLog1244 for NT_VERSION.