/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 | 332 case DW_OP_plus_uconst: return "DW_OP_plus_uconst"; [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.cpp | 439 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst); 499 DW_OP_plus_uconst <forward_fld_offset> 501 DW_OP_plus_uconst <varName_fld_offset> 566 // DW_OP_plus_uconst ForwardingFieldOffset. Note there's no point in 569 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst); 579 // DW_OP_plus_uconst varFieldOffset. Again, don't add if it's 0. 581 addUInt(Block, 0, dwarf::DW_FORM_data1, dwarf::DW_OP_plus_uconst); [all...] |
DwarfDebug.cpp | [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
d3basics.c | 645 case DW_OP_plus_uconst: [all...] |
priv_d3basics.h | 425 DW_OP_plus_uconst = 0x23,
|
readdwarf.c | [all...] |
/external/llvm/include/llvm/Support/ |
Dwarf.h | 361 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...] |