Home
last modified time | relevance | path

Searched refs:DW_AT_entry_pc (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-names-verify-completeness.s56 .byte 82 # DW_AT_entry_pc
102 .byte 82 # DW_AT_entry_pc
149 .quad 0x47 # DW_AT_entry_pc
156 .quad 0x4a # DW_AT_entry_pc
/external/elfutils/libdw/
Ddwarf_entrypc.c42 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_entry_pc, in dwarf_entrypc()
Ddwarf.h237 DW_AT_entry_pc = 0x52, enumerator
Ddwarf_getlocation.c706 DW_AT_entry_pc, in __libdw_cu_base_address()
DChangeLog1331 DW_AT_entry_pc nor DW_AT_low_pc are available. Instead remember
3252 * dwarf_getloclist.c (dwarf_addrloclists): Use DW_AT_entry_pc for base
/external/elfutils/tests/
Ddwflmodtest.c86 Dwarf_Attribute *attr = dwarf_attr (instance, DW_AT_entry_pc, &attr_mem); in print_instance()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h227 DW_AT_entry_pc = 0x52, enumerator
/external/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp255 BaseAddr = DieArray[0].getAttributeValueAsAddress(this, DW_AT_entry_pc, 0); in extractDIEsIfNeeded()
/external/llvm/lib/Support/
DDwarf.cpp111 case DW_AT_entry_pc: return "DW_AT_entry_pc"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h158 DW_AT_entry_pc = 0x52, enumerator
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DManualDWARFIndex.cpp208 case DW_AT_entry_pc: in IndexUnitImpl()
DDWARFDebugInfoEntry.cpp266 case DW_AT_entry_pc: in GetDIENamesAndRanges()
DDWARFUnit.cpp330 case DW_AT_entry_pc: in AddUnitDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp861 Optional<DWARFFormValue> PC = UnitDie.find({DW_AT_low_pc, DW_AT_entry_pc}); in getBaseAddress()
DDWARFVerifier.cpp1373 {DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc})) in verifyNameIndexCompleteness()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp806 Optional<DWARFFormValue> PC = UnitDie.find({DW_AT_low_pc, DW_AT_entry_pc}); in getBaseAddress()
DDWARFVerifier.cpp1429 {DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc})) in verifyNameIndexCompleteness()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp1720 EXPECT_FALSE(FuncDie.find({DW_AT_low_pc, DW_AT_entry_pc}).hasValue()); in TEST()
/external/llvm/docs/
DSourceLevelDebugging.rst1216 ``DW_AT_high_pc``, ``DW_AT_ranges`` or ``DW_AT_entry_pc``. It also contains
/external/llvm-project/llvm/docs/
DSourceLevelDebugging.rst1823 ``DW_AT_high_pc``, ``DW_AT_ranges`` or ``DW_AT_entry_pc``. It also contains
/external/elfutils/src/
Dreadelf.c4824 if (dwarf_formaddr (dwarf_attr (cudie, DW_AT_entry_pc, &attr_mem), in cudie_base()