HomeSort by relevance Sort by last modified time
    Searched refs:DW_AT_high_pc (Results 1 - 21 of 21) 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/llvm/test/DebugInfo/SystemZ/
variable-loc.s 15 # CHECK: DW_AT_high_pc [DW_FORM_addr] (0x0000000000000050)
150 .quad .Lfunc_end0 # DW_AT_high_pc
156 .quad .Ltmp8 # DW_AT_high_pc
283 .byte 18 # DW_AT_high_pc
296 .byte 18 # DW_AT_high_pc
  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 125 DW_AT_high_pc = 0x12,
318 abc->len += dwarf2_add_abbrev_attr(abbrev, DW_AT_high_pc, DW_FORM_addr);
  /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 156 !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...]
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 279 HighPC = getAttributeValueAsUnsigned(CU, DW_AT_high_pc, -1ULL);
  /external/llvm/lib/Support/
Dwarf.cpp 124 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 158 DW_AT_high_pc = 0x12,
  /external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h 224 DW_AT_high_pc = 0x12,
d3basics.c 203 case DW_AT_high_pc: return "DW_AT_high_pc";
    [all...]
readdwarf3.c 671 /* w2 is 1 past end of range, as per D3 defn for "DW_AT_high_pc"
839 /* w2 is 1 past end of range, as per D3 defn for "DW_AT_high_pc"
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 356 // and DW_AT_high_pc attributes. If there are global variables in this
420 SPCU->addLabelAddress(SPDie, dwarf::DW_AT_high_pc,
435 // DW_AT_low_pc/DW_AT_high_pc labels.
477 TheCU->addLabelAddress(ScopeDIE, dwarf::DW_AT_high_pc, End);
531 TheCU->addLabelAddress(ScopeDIE, dwarf::DW_AT_high_pc, EndLabel);
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 468 EmitAbbrev(MCOS, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr);
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 782 milliseconds