Home
last modified time | relevance | path

Searched refs:NT_FILE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1704 NT_FILE = 0x46494c45, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp936 case ELF::NT_FILE: { in parseLinuxNotes()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp138 ECase(NT_FILE); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6036 {ELF::NT_FILE, "NT_FILE (mapped files)"},
6227 if (Type == ELF::NT_FILE) { in printNotes()
8058 if (Type == ELF::NT_FILE) { in printNotes()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1274 if (note.n_type == NT_FILE) { in RefineModuleDetailsFromNote()