HomeSort by relevance Sort by last modified time
    Searched defs:cu_offset (Results 1 - 8 of 8) sorted by null

  /external/elfutils/tests/
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/
dwarf_cu_to_module.h 155 WarningReporter(const string &filename, uint64 cu_offset)
156 : filename_(filename), cu_offset_(cu_offset), printed_cu_header_(false),
209 uint64 cu_offset() const { function in class:google_breakpad::DwarfCUToModule::WarningReporter
  /toolchain/binutils/binutils-2.27/gold/
gdb-index.h 70 add_comp_unit(off_t cu_offset, off_t cu_length)
72 this->comp_units_.push_back(Comp_unit(cu_offset, cu_length));
100 find_pubname_offset(off_t cu_offset);
105 find_pubtype_offset(off_t cu_offset);
171 : cu_offset(off), cu_length(len)
173 uint64_t cu_offset; member in struct:gold::Gdb_index::Comp_unit
dwarf_reader.h 425 cu_offset() function in class:gold::Dwarf_pubnames_table
786 cu_offset() const function in class:gold::Dwarf_info_reader
803 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die* root_die);
    [all...]
  /external/elfutils/libdw/
libdw.h 157 Dwarf_Off cu_offset; member in struct:__anon20100
    [all...]
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))
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.h 158 dwarf_vma cu_offset; member in struct:__anon4149
dwarf.c 972 dwarf_vma cu_offset,
1293 dwarf_vmatoa ("x", svalue + cu_offset));
2425 dwarf_vma cu_offset; local
4776 unsigned long cu_offset; local
4916 unsigned long cu_offset; local
7224 uint64_t cu_offset = byte_get_little_endian (cu_list + i * 8, 8); local
    [all...]

Completed in 131 milliseconds