Searched refs:NT_FILE (Results 1 – 8 of 8) sorted by relevance
1 ## 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)
1 ## 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 */
233 ## 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…
1583 NT_FILE = 0x46494c45, enumerator
925 case ELF::NT_FILE: { in parseLinuxNotes()
133 ECase(NT_FILE); in enumeration()
5572 {ELF::NT_FILE, "NT_FILE (mapped files)"},5761 if (Type == ELF::NT_FILE) { in printNotes()7248 if (Type == ELF::NT_FILE) { in printNotes()
1221 if (note.n_type == NT_FILE) { in RefineModuleDetailsFromNote()