Searched defs:cu_offset (Results 1 - 6 of 6) sorted by relevance
/external/elfutils/tests/ |
H A D | get-aranges.c | 70 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
|
/external/google-breakpad/src/common/ |
H A D | dwarf_cu_to_module.h | 155 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 D | dwarf_cu_to_module_unittest.cc | 74 MockWarningReporter(const string &filename, uint64 cu_offset) argument 75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { }
|
/external/elfutils/include/elfutils/ |
H A D | libdw.h | 157 Dwarf_Off cu_offset; member in struct:__anon6695
|
/external/elfutils/libdw/ |
H A D | libdw.h | 157 Dwarf_Off cu_offset; member in struct:__anon6748
|
H A D | libdwP.h | 160 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))
|
Completed in 1827 milliseconds