Searched refs:DW_AT_high_pc (Results 1 – 13 of 13) sorted by relevance
/third_party/elfutils/libdw/ |
D | dwarf_highpc.c | 44 attr_high = INTUSE(dwarf_attr_integrate) (die, DW_AT_high_pc, in dwarf_highpc() 47 attr_high = INTUSE(dwarf_attr) (die, DW_AT_high_pc, &attr_high_mem); in dwarf_highpc()
|
D | dwarf.h | 173 DW_AT_high_pc = 0x12, enumerator
|
D | ChangeLog | 2238 * libdw/dwarf_highpc.c (dwarf_highpc): Handle DW_AT_high_pc being
|
/third_party/elfutils/tests/ |
D | attr-integrate-skel.c | 84 if (dwarf_hasattr (&subdie, DW_AT_high_pc)) in main() 89 if (dwarf_hasattr_integrate (&subdie, DW_AT_high_pc)) in main()
|
D | low_high_pc.c | 65 if (dwarf_highpc (die, &highpc) != 0 && dwarf_hasattr (die, DW_AT_high_pc)) in handle_die() 71 && dwarf_hasattr (die, DW_AT_high_pc) in handle_die()
|
D | show-die-info.c | 121 if (dwarf_hasattr (die, DW_AT_high_pc) && dwarf_highpc (die, &addr) == 0) in handle() 127 if (dwarf_attr (die, DW_AT_high_pc, &attr) == NULL in handle() 135 else if (dwarf_whatattr (&attr) != DW_AT_high_pc) in handle()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 272 else if (Attr == DW_AT_high_pc && !DumpOpts.ShowForm && !DumpOpts.Verbose && in dumpAttribute() 418 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC()
|
D | DWARFVerifier.cpp | 1373 {DW_AT_low_pc, DW_AT_high_pc, DW_AT_ranges, DW_AT_entry_pc})) in verifyNameIndexCompleteness()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 384 addLabelAddress(D, dwarf::DW_AT_high_pc, End); in attachLowHighPC() 386 addLabelDelta(D, dwarf::DW_AT_high_pc, End, Begin); in attachLowHighPC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 817 EmitAbbrev(MCOS, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr); in EmitGenDwarfAbbrev()
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 755 - libdw: dwarf_highpc function now handles DWARF 4 DW_AT_high_pc
|
/third_party/elfutils/ |
D | NEWS | 577 libdw: dwarf_highpc function now handles DWARF 4 DW_AT_high_pc constant form.
|
/third_party/elfutils/src/ |
D | readelf.c | 7605 if (attr == DW_AT_high_pc && dwarf_highpc (die, &highpc) == 0) in attr_callback()
|