Home
last modified time | relevance | path

Searched refs:NT_GNU_GOLD_VERSION (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dgnu-notes.test22 # GNU-NEXT: GNU 0x00000009 NT_GNU_GOLD_VERSION (gold version)
56 # LLVM-NEXT: Type: NT_GNU_GOLD_VERSION (gold version)
/external/elfutils/libebl/
Deblobjnote.c308 case NT_GNU_GOLD_VERSION: in ebl_object_note()
DChangeLog491 * eblobjnote.c (ebl_object_note): Clean up NT_GNU_GOLD_VERSION printing.
510 * eblobjnote.c (ebl_object_note): Handle NT_GNU_GOLD_VERSION.
513 NT_GNU_GOLD_VERSION.
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1313 NT_GNU_GOLD_VERSION = 4, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1430 NT_GNU_GOLD_VERSION = 4, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1458 NT_GNU_GOLD_VERSION = 4, enumerator
/external/google-breakpad/src/third_party/musl/include/
Delf.h926 #define NT_GNU_GOLD_VERSION 4 macro
/external/kmod/port-gnu/
Delf.h1123 #define NT_GNU_GOLD_VERSION 4 macro
/external/elfutils/libelf/
Delf.h1295 #define NT_GNU_GOLD_VERSION 4 macro
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp5251 case ELF::NT_GNU_GOLD_VERSION: in printGNUNote()
5402 {ELF::NT_GNU_GOLD_VERSION, "NT_GNU_GOLD_VERSION (gold version)"},
6820 case ELF::NT_GNU_GOLD_VERSION: in printGNUNoteLLVMStyle()
/external/elfutils/src/
Delflint.c4358 case NT_GNU_GOLD_VERSION: in check_note_data()
DChangeLog3338 * elflint.c (check_note_data): Recognize NT_GNU_GOLD_VERSION.