Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dnote-core-ntfile.test1 ## Test that NT_FILE sections in core files are interpreted correctly.
17 # .long 0x46494c45 /* type = NT_FILE */
54 # GNU-NEXT: CORE 0x00000080 NT_FILE (mapped files)
73 # LLVM-NEXT: Type: NT_FILE (mapped files)
H A Dnote-core-ntfile-bad.test1 ## Test that malformed NT_FILE sections in core files are gracefully ignored.
20 # .long 0x46494c45 /* type = NT_FILE */
51 # .long 0x46494c45 /* type = NT_FILE */
87 # .long 0x46494c45 /* type = NT_FILE */
123 # .long 0x46494c45 /* type = NT_FILE */
H A Dnote-core.test233 ## Check ELF::NT_FILE.
235 # RUN: llvm-readelf --notes %t47.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_FILE (mapped…
236 # RUN: llvm-readobj --notes %t47.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_FILE (mapped…
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h1583 NT_FILE = 0x46494c45, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp925 case ELF::NT_FILE: { in parseLinuxNotes()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp133 ECase(NT_FILE); in enumeration()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5572 {ELF::NT_FILE, "NT_FILE (mapped files)"},
5761 if (Type == ELF::NT_FILE) { in printNotes()
7248 if (Type == ELF::NT_FILE) { in printNotes()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1221 if (note.n_type == NT_FILE) { in RefineModuleDetailsFromNote()