HomeSort by relevance Sort by last modified time
    Searched refs:cu_offset (Results 1 - 18 of 18) 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
get-pubnames.c 38 (unsigned long long int) gl->cu_offset);
42 if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL
  /toolchain/binutils/binutils-2.25/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
gdb-index.cc 202 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die*);
321 Gdb_index_info_reader::visit_compilation_unit(off_t cu_offset, off_t cu_length,
325 this->cu_index_ = this->gdb_index_->add_comp_unit(cu_offset, cu_length);
942 offset = this->gdb_index_->find_pubname_offset(this->cu_offset());
946 offset = this->gdb_index_->find_pubtype_offset(this->cu_offset());
1050 map->insert(std::make_pair(table->cu_offset(), section_offset));
1079 // Given a cu_offset, find the associated section of the pubnames
1083 Gdb_index::find_pubname_offset(off_t cu_offset)
1085 Pubname_offset_map::iterator it = this->cu_pubname_map_.find(cu_offset);
1091 // Given a cu_offset, find the associated section of the pubname
    [all...]
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...]
dwp.cc 707 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die*);
735 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die*);
    [all...]
  /external/elfutils/libdw/
dwarf_getpubnames.c 109 &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;
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))
libdw.h 157 Dwarf_Off cu_offset; member in struct:__anon18708
    [all...]
  /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
dwarf_cu_to_module_unittest.cc 74 MockWarningReporter(const string &filename, uint64 cu_offset)
75 : DwarfCUToModule::WarningReporter(filename, cu_offset) { }
    [all...]
dwarf_cu_to_module.cc 310 data, cu_context_->reporter->cu_offset())) {
    [all...]
  /art/compiler/debug/dwarf/
debug_info_entry_writer.h 156 void WriteRef4(Attribute attrib, uint32_t cu_offset) {
158 this->PushUint32(cu_offset);
161 void WriteRef(Attribute attrib, uint32_t cu_offset) {
163 this->PushUleb128(cu_offset);
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugAranges.h 70 void appendRange(uint32_t cu_offset, uint64_t low_pc, uint64_t high_pc);
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.h 191 dwarf_vma cu_offset; member in struct:__anon108113
dwarf.c 935 dwarf_vma cu_offset,
1256 dwarf_vmatoa ("x", svalue + cu_offset));
1263 dwarf_vmatoa ("x", svalue + cu_offset));
2334 dwarf_vma cu_offset; local
4599 unsigned long cu_offset = debug_information [debug_info_entry].cu_offset; local
4718 unsigned long cu_offset = debug_information [debug_info_entry].cu_offset; local
6770 uint64_t cu_offset = byte_get_little_endian (cu_list + i * 8, 8); local
    [all...]
  /external/elfutils/src/
nm.c     [all...]
readelf.c     [all...]

Completed in 263 milliseconds