/external/elfutils/tests/ |
D | get-aranges.c | 70 Dwarf_Off cu_offset; in main() local 72 if (dwarf_getarangeinfo (found, NULL, NULL, &cu_offset) != 0) in main() 82 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL in main() 108 Dwarf_Off cu_offset; in main() local 110 if (dwarf_getarangeinfo (arange, &start, &length, &cu_offset) in main() 121 (unsigned long long int) cu_offset); in main() 125 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL in main()
|
D | get-pubnames.c | 38 (unsigned long long int) gl->cu_offset); in callback() 42 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL in callback()
|
/external/elfutils/libdw/ |
D | dwarf_getpubnames.c | 109 &mem[cnt].cu_offset, IDX_debug_info, 3)) in get_offsets() 116 + mem[cnt].cu_offset); in get_offsets() 195 gl.cu_offset = (dbg->pubnames_sets[cnt].cu_offset in dwarf_getpubnames() 213 gl.die_offset += dbg->pubnames_sets[cnt].cu_offset; in dwarf_getpubnames()
|
D | libdwP.h | 160 Dwarf_Off cu_offset; member 333 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \ argument 334 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \ 335 : ((cu_offset) + 3 * (offset_size) - 4 + 3))
|
D | libdw.h | 157 Dwarf_Off cu_offset; member
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.h | 155 WarningReporter(const string &filename, uint64 cu_offset) in WarningReporter() argument 156 : filename_(filename), cu_offset_(cu_offset), printed_cu_header_(false), in WarningReporter() 209 uint64 cu_offset() const { in cu_offset() function
|
D | dwarf_cu_to_module_unittest.cc | 74 MockWarningReporter(const string &filename, uint64 cu_offset) in MockWarningReporter() argument 75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { } in MockWarningReporter()
|
D | dwarf_cu_to_module.cc | 310 data, cu_context_->reporter->cu_offset())) { in ProcessAttributeReference()
|
/external/llvm/test/tools/dsymutil/X86/ |
D | basic-lto-dw4-linking-x86.test | 134 CHECK-NEXT: Address Range Header: length = 0x0000002c, version = 0x0002, cu_offset = 0x00000000, ad… 136 CHECK-NEXT: Address Range Header: length = 0x0000002c, version = 0x0002, cu_offset = 0x00000077, ad… 138 CHECK-NEXT: Address Range Header: length = 0x0000002c, version = 0x0002, cu_offset = 0x0000011b, ad…
|
D | basic-lto-linking-x86.test | 146 CHECK-NEXT: Address Range Header: length = 0x0000002c, version = 0x0002, cu_offset = 0x00000000, ad… 148 CHECK-NEXT: Address Range Header: length = 0x0000002c, version = 0x0002, cu_offset = 0x00000081, ad… 150 CHECK-NEXT: Address Range Header: length = 0x0000002c, version = 0x0002, cu_offset = 0x0000013a, ad…
|
D | basic-linking-x86.test | 147 CHECK-NEXT:Address Range Header: length = 0x0000002c, version = 0x0002, cu_offset = 0x00000000, add… 149 CHECK-NEXT:Address Range Header: length = 0x0000003c, version = 0x0002, cu_offset = 0x00000081, add… 152 CHECK-NEXT:Address Range Header: length = 0x0000003c, version = 0x0002, cu_offset = 0x00000126, add…
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 157 Dwarf_Off cu_offset; member
|
/external/elfutils/src/ |
D | nm.c | 1389 cudie = dwarf_offdie (dbg, (*found)->cu_offset, in show_symbols()
|
D | ChangeLog | 1189 (struct attrcb_args): Removed unused cu_offset field.
|
D | readelf.c | 7697 (*np)++, global->die_offset, global->cu_offset, global->name); in print_pubnames()
|