Home
last modified time | relevance | path

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

/third_party/libunwind/libunwind/src/coredump/
D_UCD_get_mapinfo_linux.c70 #ifdef NT_FILE in _handle_file_note()
71 if (n_type == NT_FILE) in _handle_file_note()
/third_party/elfutils/libdwfl/
Dcore-file.c538 if (nhdr.n_type == NT_FILE) in dwfl_core_file_report()
DChangeLog1301 Support NT_FILE for locating files.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1415 NT_FILE = 0x46494c45, enumerator
/third_party/elfutils/config/
DChangeLog481 * elfutils.spec.in: Update for readelf NT_SIGINFO and NT_FILE
Delfutils.spec.in709 - readelf: Show contents of NT_SIGINFO and NT_FILE core notes.
/third_party/musl/porting/linux/user/include/
Delf.h647 #define NT_FILE 0x46494c45 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h644 #define NT_FILE 0x46494c45 macro
/third_party/musl/include/
Delf.h652 #define NT_FILE 0x46494c45 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h644 #define NT_FILE 0x46494c45 macro
/third_party/elfio/elfio/
Delf_types.hpp583 constexpr Elf_Word NT_FILE = 0x46494c45; // Description of mapped files. variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h644 #define NT_FILE 0x46494c45 macro
/third_party/elfutils/
DChangeLog725 * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
DNEWS511 readelf: Show contents of NT_SIGINFO and NT_FILE core notes.
/third_party/elfutils/libelf/
Delf.h769 #define NT_FILE 0x46494c45 /* Contains information about mapped macro
/third_party/elfutils/libebl/
DChangeLog455 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
/third_party/elfutils/tests/
DChangeLog2729 Support NT_FILE for locating files.
3174 dump--readelf can newly decode the NT_FILE note.
/third_party/elfutils/src/
DChangeLog2820 (handle_notes_data): Call it to handle NT_FILE notes.
Dreadelf.c12735 case NT_FILE: in handle_notes_data()