Home
last modified time | relevance | path

Searched refs:DW_AT_high_pc (Results 1 – 13 of 13) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_highpc.c44 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()
Ddwarf.h173 DW_AT_high_pc = 0x12, enumerator
DChangeLog2238 * libdw/dwarf_highpc.c (dwarf_highpc): Handle DW_AT_high_pc being
/third_party/elfutils/tests/
Dattr-integrate-skel.c84 if (dwarf_hasattr (&subdie, DW_AT_high_pc)) in main()
89 if (dwarf_hasattr_integrate (&subdie, DW_AT_high_pc)) in main()
Dlow_high_pc.c65 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()
Dshow-die-info.c121 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/
DDWARFDie.cpp272 else if (Attr == DW_AT_high_pc && !DumpOpts.ShowForm && !DumpOpts.Verbose && in dumpAttribute()
418 if (auto FormValue = find(DW_AT_high_pc)) { in getHighPC()
DDWARFVerifier.cpp1373 {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/
DDwarfCompileUnit.cpp384 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/
DMCDwarf.cpp817 EmitAbbrev(MCOS, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr); in EmitGenDwarfAbbrev()
/third_party/elfutils/config/
Delfutils.spec.in755 - libdw: dwarf_highpc function now handles DWARF 4 DW_AT_high_pc
/third_party/elfutils/
DNEWS577 libdw: dwarf_highpc function now handles DWARF 4 DW_AT_high_pc constant form.
/third_party/elfutils/src/
Dreadelf.c7605 if (attr == DW_AT_high_pc && dwarf_highpc (die, &highpc) == 0) in attr_callback()