Searched refs:PT_NOTE (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Delf.h101 #define PT_NOTE 4 /* Auxiliary information. */ macro
/vbox/src/VBox/Runtime/include/internal/
H A DldrELFCommon.h186 #define PT_NOTE 4 /* Auxiliary information. */ macro
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFCoreWrite.cpp23 * [ PT_NOTE ] -- Only 1
323 uint16_t const cMemRanges = cu32MemRanges < UINT16_MAX - 1 ? cu32MemRanges : UINT16_MAX - 1; /* One PT_NOTE Program header */
364 * Write PT_NOTE program header.
367 rc = Elf64WriteProgHdr(hFile, PT_NOTE, PF_R,
374 LogRel((DBGFLOG_NAME ": Elf64WritreProgHdr failed for PT_NOTE. rc=%Rrc\n", rc));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Delf.h22 #define PT_NOTE 4 macro
705 /* Note header in a PT_NOTE section */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Delf.h22 #define PT_NOTE 4 macro
705 /* Note header in a PT_NOTE section */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A Delf_common.h267 #define PT_NOTE 4 /* Auxiliary information. */ macro
/vbox/src/recompiler/
H A Delf.h28 #define PT_NOTE 4 macro
1136 /* Note header in a PT_NOTE section */
1143 /* Note header in a PT_NOTE section */
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp1726 uint32_t cProgHdrs = pSolProc->cMappings + 2; /* two PT_NOTE program headers (old, new style) */
1767 ProgHdr.p_type = PT_NOTE;

Completed in 487 milliseconds