Home
last modified time | relevance | path

Searched refs:cu_offset (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/tests/
Dget-aranges.c70 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()
Dget-pubnames.c38 (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/
Ddwarf_getpubnames.c109 &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()
DlibdwP.h160 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))
Dlibdw.h157 Dwarf_Off cu_offset; member
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.h155 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
Ddwarf_cu_to_module_unittest.cc74 MockWarningReporter(const string &filename, uint64 cu_offset) in MockWarningReporter() argument
75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { } in MockWarningReporter()
Ddwarf_cu_to_module.cc310 data, cu_context_->reporter->cu_offset())) { in ProcessAttributeReference()
/external/llvm/test/tools/dsymutil/X86/
Dbasic-lto-dw4-linking-x86.test134 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…
Dbasic-lto-linking-x86.test146 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…
Dbasic-linking-x86.test147 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/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugAranges.h70 void appendRange(uint32_t cu_offset, uint64_t low_pc, uint64_t high_pc);
/external/elfutils/include/elfutils/
Dlibdw.h157 Dwarf_Off cu_offset; member
/external/elfutils/src/
Dnm.c1389 cudie = dwarf_offdie (dbg, (*found)->cu_offset, in show_symbols()
DChangeLog1189 (struct attrcb_args): Removed unused cu_offset field.
Dreadelf.c7697 (*np)++, global->die_offset, global->cu_offset, global->name); in print_pubnames()