HomeSort by relevance Sort by last modified time
    Searched refs:DW_AT_high_pc (Results 1 - 19 of 19) sorted by null

  /external/elfutils/libdw/
dwarf_highpc.c 30 return dwarf_formaddr (dwarf_attr (die, DW_AT_high_pc, &attr_mem),
dwarf.h 98 DW_AT_high_pc = 0x12,
  /external/elfutils/tests/
show-die-info.c 96 { DW_AT_high_pc, "high_pc" },
238 if (dwarf_hasattr (die, DW_AT_high_pc) && dwarf_highpc (die, &addr) == 0)
244 if (dwarf_attr (die, DW_AT_high_pc, &attr) == NULL
247 puts ("************* DW_AT_high_pc verify failed ************");
249 puts ("************* DW_AT_high_pc form failed ************");
251 puts ("************* DW_AT_high_pc form (2) failed ************");
252 else if (dwarf_whatattr (&attr) != DW_AT_high_pc)
253 puts ("************* DW_AT_high_pc attr failed ************");
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 156 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_high_pc,
DWARFDebugInfoEntry.cpp 433 hi_pc = getAttributeValueAsUnsigned(cu, DW_AT_high_pc, -1ULL);
  /external/qemu/elff/
dwarf_die.cc 154 !get_attrib(DW_AT_high_pc, &high_pc) ||
dwarf_utils.cc 40 DWARF_NAMEFY(DW_AT_high_pc);
dwarf.h 229 #define DW_AT_high_pc 0x12
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 154 !get_attrib(DW_AT_high_pc, &high_pc) ||
dwarf_utils.cc 40 DWARF_NAMEFY(DW_AT_high_pc);
dwarf.h 229 #define DW_AT_high_pc 0x12
    [all...]
  /external/llvm/lib/Support/
Dwarf.cpp 125 case DW_AT_high_pc: return "DW_AT_high_pc";
    [all...]
  /external/oprofile/opjitconv/
debug_line.c 72 DW_AT_high_pc,
  /external/llvm/include/llvm/Support/
Dwarf.h 149 DW_AT_high_pc = 0x12,
  /external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h 220 DW_AT_high_pc = 0x12,
d3basics.c 201 case DW_AT_high_pc: return "DW_AT_high_pc";
    [all...]
readdwarf3.c 591 /* w2 is 1 past end of range, as per D3 defn for "DW_AT_high_pc"
759 /* w2 is 1 past end of range, as per D3 defn for "DW_AT_high_pc"
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 182 /// attach appropriate DW_AT_low_pc and DW_AT_high_pc attributes.
238 SPCU->addLabel(SPDie, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr,
248 /// for this scope and attach DW_AT_low_pc/DW_AT_high_pc labels.
287 TheCU->addLabel(ScopeDIE, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr, End);
346 TheCU->addLabel(ScopeDIE, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr,
479 // Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 87 milliseconds