Searched defs:DW_AT_high_pc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp161 #define DW_AT_high_pc UINT16_C(0x0012) macro
825 ATTR_ENTRY(DW_AT_high_pc, RTDWARFDIECOMPILEUNIT, PcRange, ATTR_INIT_ZERO, rtDwarfDecode_LowHighPc),
875 ATTR_ENTRY(DW_AT_high_pc, RTDWARFDIESUBPROGRAM, PcRange, ATTR_INIT_ZERO, rtDwarfDecode_LowHighPc),
1073 RT_CASE_RET_STR(DW_AT_high_pc);
3154 AssertReturn(pDesc->uAttr == DW_AT_low_pc || pDesc->uAttr == DW_AT_high_pc, VERR_INTERNAL_ERROR_3);
3187 Log(("rtDwarfDecode_LowHighPc: Duplicate DW_AT_high_pc\n"));

Completed in 49 milliseconds