Searched refs:cu_offset (Results 1 - 11 of 11) sorted by relevance

/external/elfutils/tests/
H A Dget-aranges.c70 Dwarf_Off cu_offset; local
72 if (dwarf_getarangeinfo (found, NULL, NULL, &cu_offset) != 0)
82 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL
108 Dwarf_Off cu_offset; local
110 if (dwarf_getarangeinfo (arange, &start, &length, &cu_offset)
121 (unsigned long long int) cu_offset);
125 if (dwarf_offdie (dbg, cu_offset, &cu_die) == NULL
H A Dget-pubnames.c38 (unsigned long long int) gl->cu_offset);
42 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL
/external/elfutils/libdw/
H A Ddwarf_getpubnames.c109 &mem[cnt].cu_offset, IDX_debug_info, 3))
116 + mem[cnt].cu_offset);
195 gl.cu_offset = (dbg->pubnames_sets[cnt].cu_offset
213 gl.die_offset += dbg->pubnames_sets[cnt].cu_offset;
H A DlibdwP.h160 Dwarf_Off cu_offset; member in struct:Dwarf::pubnames_s
333 #define DIE_OFFSET_FROM_CU_OFFSET(cu_offset, offset_size, type_unit) \
334 ((type_unit) ? ((cu_offset) + 4 * (offset_size) - 4 + 3 + 8) \
335 : ((cu_offset) + 3 * (offset_size) - 4 + 3))
H A Dlibdw.h157 Dwarf_Off cu_offset; member in struct:__anon5499
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.h155 WarningReporter(const string &filename, uint64 cu_offset) argument
156 : filename_(filename), cu_offset_(cu_offset), printed_cu_header_(false),
209 uint64 cu_offset() const { function in class:google_breakpad::DwarfCUToModule::WarningReporter
H A Ddwarf_cu_to_module_unittest.cc74 MockWarningReporter(const string &filename, uint64 cu_offset) argument
75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { }
H A Ddwarf_cu_to_module.cc310 data, cu_context_->reporter->cu_offset())) {
/external/elfutils/include/elfutils/
H A Dlibdw.h157 Dwarf_Off cu_offset; member in struct:__anon5446
/external/elfutils/src/
H A Dnm.c1389 cudie = dwarf_offdie (dbg, (*found)->cu_offset,
H A Dreadelf.c7697 (*np)++, global->die_offset, global->cu_offset, global->name);

Completed in 299 milliseconds