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

  /external/elfutils/libdw/
dwarf_getlocation.c 274 case DW_OP_plus_uconst:
dwarf.h 311 DW_OP_plus_uconst = 0x23, /* Unsigned LEB128 addend. */
  /external/llvm/lib/Support/
Dwarf.cpp 321 case DW_OP_plus_uconst: return "DW_OP_plus_uconst";
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 308 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
367 DW_OP_plus_uconst <forward_fld_offset>
369 DW_OP_plus_uconst <varName_fld_offset>
449 // DW_OP_plus_uconst ForwardingFieldOffset. Note there's no point in
452 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
462 // DW_OP_plus_uconst varFieldOffset. Again, don't add if it's 0.
464 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst);
    [all...]
DwarfDebug.cpp     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 640 case DW_OP_plus_uconst:
    [all...]
priv_d3basics.h 421 DW_OP_plus_uconst = 0x23,
readdwarf.c     [all...]
  /external/llvm/include/llvm/Support/
Dwarf.h 333 DW_OP_plus_uconst = 0x23,
  /external/qemu/elff/
dwarf.h 473 #define DW_OP_plus_uconst 0x23
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf.h 473 #define DW_OP_plus_uconst 0x23
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 428 /* DW_AT_data_member_location should be DW_OP_plus_uconst */
433 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) {
    [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 59 milliseconds