/external/elfutils/backends/ |
sparc_retval.c | 28 { .atom = DW_OP_reg8 }, { .atom = DW_OP_piece, .number = 4 }, 29 { .atom = DW_OP_reg9 }, { .atom = DW_OP_piece, .number = 4 }, 37 { .atom = DW_OP_regx, .number = 32 }, { .atom = DW_OP_piece, .number = 4 }, 38 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 4 }, 39 { .atom = DW_OP_regx, .number = 34 }, { .atom = DW_OP_piece, .number = 4 }, 40 { .atom = DW_OP_regx, .number = 35 }, { .atom = DW_OP_piece, .number = 4 },
|
x86_64_retval.c | 40 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 8 }, 41 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 8 }, 50 { .atom = DW_OP_piece, .number = 10 }, 52 { .atom = DW_OP_piece, .number = 10 }, 60 { .atom = DW_OP_reg17 }, { .atom = DW_OP_piece, .number = 16 }, 61 { .atom = DW_OP_reg18 }, { .atom = DW_OP_piece, .number = 16 },
|
ia64_retval.c | 40 { .atom = DW_OP_reg8 }, { .atom = DW_OP_piece, .number = 8 }, 41 { .atom = DW_OP_reg9 }, { .atom = DW_OP_piece, .number = 8 }, 42 { .atom = DW_OP_reg10 }, { .atom = DW_OP_piece, .number = 8 }, 43 { .atom = DW_OP_reg11 }, { .atom = DW_OP_piece, .number = 8 }, 53 { .atom = DW_OP_piece, .number = size }, \ 55 { .atom = DW_OP_piece, .number = size }, \ 57 { .atom = DW_OP_piece, .number = size }, \ 59 { .atom = DW_OP_piece, .number = size }, \ 61 { .atom = DW_OP_piece, .number = size }, \ 63 { .atom = DW_OP_piece, .number = size }, [all...] |
ppc64_retval.c | 47 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 8 }, 48 { .atom = DW_OP_regx, .number = 34 }, { .atom = DW_OP_piece, .number = 8 }, 49 { .atom = DW_OP_regx, .number = 35 }, { .atom = DW_OP_piece, .number = 8 }, 50 { .atom = DW_OP_regx, .number = 36 }, { .atom = DW_OP_piece, .number = 8 },
|
alpha_retval.c | 47 { .atom = DW_OP_regx, .number = 32 }, { .atom = DW_OP_piece, .number = 4 }, 48 { .atom = DW_OP_regx, .number = 33 }, { .atom = DW_OP_piece, .number = 4 },
|
i386_retval.c | 40 { .atom = DW_OP_reg0 }, { .atom = DW_OP_piece, .number = 4 }, 41 { .atom = DW_OP_reg1 }, { .atom = DW_OP_piece, .number = 4 },
|
ppc_retval.c | 44 { .atom = DW_OP_reg3 }, { .atom = DW_OP_piece, .number = 4 }, 45 { .atom = DW_OP_reg4 }, { .atom = DW_OP_piece, .number = 4 },
|
s390_retval.c | 40 { .atom = DW_OP_reg2 }, { .atom = DW_OP_piece, .number = 4 }, 41 { .atom = DW_OP_reg3 }, { .atom = DW_OP_piece, .number = 4 },
|
/external/elfutils/libdw/ |
dwarf_getlocation.c | 276 case DW_OP_piece:
|
dwarf.h | 423 DW_OP_piece = 0x93, /* ULEB128 size of piece addressed. */
|
/external/llvm/lib/Support/ |
Dwarf.cpp | 444 case DW_OP_piece: return "DW_OP_piece"; [all...] |
/external/llvm/include/llvm/Support/ |
Dwarf.h | 473 DW_OP_piece = 0x93,
|
/external/valgrind/main/coregrind/m_debuginfo/ |
priv_d3basics.h | 537 DW_OP_piece = 0x93,
|
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | 257 // Qx = DW_OP_regx(256+2x) DW_OP_piece(8) DW_OP_regx(256+2x+1) 258 // DW_OP_piece(8) 267 OutStreamer.AddComment("DW_OP_piece 8"); 268 EmitInt8(dwarf::DW_OP_piece); 274 OutStreamer.AddComment("DW_OP_piece 8"); 275 EmitInt8(dwarf::DW_OP_piece); [all...] |
/external/qemu/elff/ |
dwarf.h | 585 #define DW_OP_piece 0x93 [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf.h | 585 #define DW_OP_piece 0x93 [all...] |
/external/elfutils/src/ |
readelf.c | [all...] |