Home
last modified time | relevance | path

Searched refs:NT_VERSION (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/libebl/
H A Deblobjnotetypename.c109 /* NT_VERSION is special, all data is in the name. */ in ebl_object_note_type_name()
110 if (descsz == 0 && type == NT_VERSION) in ebl_object_note_type_name()
H A Deblobjnote.c287 /* NT_VERSION doesn't have any info. All data is in the name. */ in ebl_object_note()
288 if (descsz == 0 && type == NT_VERSION) in ebl_object_note()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1354 NT_VERSION = 1,
/third_party/elfio/elfio/
H A Delf_types.hpp689 constexpr Elf_Word NT_VERSION = 1; // Contains a version string. member
/third_party/musl/porting/linux/user/include/
H A Delf.h702 #define NT_VERSION 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h696 #define NT_VERSION 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h696 #define NT_VERSION 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h696 #define NT_VERSION 1 macro
/third_party/musl/include/
H A Delf.h716 #define NT_VERSION 1 macro
/third_party/elfutils/libelf/
H A Delf.h846 #define NT_VERSION 1 /* Contains a version string. */ macro
/third_party/elfutils/src/
H A Delflint.c4366 /* NT_VERSION is 1, same as NT_GNU_ABI_TAG. It has no in check_note_data()
4368 if (nhdr.n_descsz == 0 && nhdr.n_type == NT_VERSION) in check_note_data()

Completed in 94 milliseconds