Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblobjnotetypename.c106 if (descsz == 0 && type == NT_VERSION) in ebl_object_note_type_name()
Deblobjnote.c288 if (descsz == 0 && type == NT_VERSION) in ebl_object_note()
DChangeLog143 * eblobjnote.c (ebl_object_note): Recognize NT_VERSION with zero
146 argument descsz. Recognize NT_VERSION using descsz. With "GNU"
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1354 NT_VERSION = 1, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1382 NT_VERSION = 1, enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h547 #define NT_VERSION 1 macro
/external/kmod/port-gnu/
Delf.h672 #define NT_VERSION 1 /* Contains a version string. */ macro
/external/elfutils/libelf/
Delf.h823 #define NT_VERSION 1 /* Contains a version string. */ macro
/external/elfutils/
DNEWS149 Recognize and parse GNU Property notes, NT_VERSION notes
/external/elfutils/config/
Delfutils.spec.in437 Recognize and parse GNU Property notes, NT_VERSION notes and
/external/elfutils/src/
Delflint.c4367 if (nhdr.n_descsz == 0 && nhdr.n_type == NT_VERSION) in check_note_data()
DChangeLog447 * elflint.c (check_note_data): Recognize NT_VERSION, add owner
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp5392 {ELF::NT_VERSION, "NT_VERSION (version)"},
/external/elfutils/tests/
DChangeLog680 for NT_VERSION.