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

  /external/elfutils/libdw/
dwarf_highpc.c 66 return INTUSE(dwarf_formaddr) (INTUSE(dwarf_attr) (die, DW_AT_high_pc,
dwarf.h 145 DW_AT_high_pc = 0x12,
  /external/elfutils/tests/
show-die-info.c 119 { DW_AT_high_pc, "high_pc" },
288 if (dwarf_hasattr (die, DW_AT_high_pc) && dwarf_highpc (die, &addr) == 0)
294 if (dwarf_attr (die, DW_AT_high_pc, &attr) == NULL
297 puts ("************* DW_AT_high_pc verify failed ************");
299 puts ("************* DW_AT_high_pc form failed ************");
301 puts ("************* DW_AT_high_pc form (2) failed ************");
302 else if (dwarf_whatattr (&attr) != DW_AT_high_pc)
303 puts ("************* DW_AT_high_pc attr failed ************");
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 156 cu->getCompileUnitDIE()->getAttributeValueAsUnsigned(cu, DW_AT_high_pc,
DWARFDebugInfoEntry.cpp 431 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 42 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 126 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 151 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 592 /* w2 is 1 past end of range, as per D3 defn for "DW_AT_high_pc"
760 /* w2 is 1 past end of range, as per D3 defn for "DW_AT_high_pc"
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 265 /// attach appropriate DW_AT_low_pc and DW_AT_high_pc attributes.
317 SPCU->addLabel(SPDie, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr,
331 /// for this scope and attach DW_AT_low_pc/DW_AT_high_pc labels.
369 TheCU->addLabel(ScopeDIE, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr, End);
426 TheCU->addLabel(ScopeDIE, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr,
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 449 EmitAbbrev(MCOS, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr);
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 122 milliseconds