HomeSort by relevance Sort by last modified time
    Searched full:str_offset (Results 1 - 11 of 11) sorted by null

  /system/core/libunwindstack/
Symbols.h 32 Info(uint64_t start_offset, uint64_t end_offset, uint64_t str_offset)
33 : start_offset(start_offset), end_offset(end_offset), str_offset(str_offset) {}
36 uint64_t str_offset; member in struct:unwindstack::Symbols::Info
40 Symbols(uint64_t offset, uint64_t size, uint64_t entry_size, uint64_t str_offset,
Symbols.cpp 29 Symbols::Symbols(uint64_t offset, uint64_t size, uint64_t entry_size, uint64_t str_offset,
35 str_offset_(str_offset),
66 return elf_memory->ReadString(info->str_offset, name, str_end_ - info->str_offset);
123 uint64_t str_offset = str_offset_ + entry.st_name; local
124 if (str_offset < str_end_) {
126 if (elf_memory->ReadString(str_offset, &symbol, str_end_ - str_offset) && symbol == name) {
ElfInterface.cpp 340 uint64_t str_offset = ehdr.e_shoff + shdr.sh_link * ehdr.e_shentsize; local
341 if (!memory_->Read(str_offset, &str_shdr, sizeof(str_shdr))) {
343 last_error_.address = str_offset;
  /art/runtime/
type_lookup_table.h 52 if (CmpHashBits(entry->data, hash) && IsStringsEquals(str, entry->str_offset)) {
103 uint32_t str_offset; member in struct:art::TypeLookupTable::Entry
107 Entry() : str_offset(0), data(0), next_pos_delta(0) {}
110 return str_offset == 0;
129 bool IsStringsEquals(const char* str, uint32_t str_offset) const {
130 const uint8_t* ptr = dex_data_begin_ + str_offset;
type_lookup_table.cc 86 entry.str_offset = str_id.string_data_off_;
100 entry.str_offset = str_id.string_data_off_;
  /system/core/libunwindstack/tests/
SymbolsTest.cpp 335 uint64_t str_offset = 0xa000; local
336 Symbols symbols(start_offset, 4 * sizeof(TypeParam), sizeof(TypeParam), str_offset, 0x1000);
344 this->memory_.SetMemory(str_offset + 0x100, "global_0");
354 this->memory_.SetMemory(str_offset + 0x200, "function_0");
362 this->memory_.SetMemory(str_offset + 0x300, "global_1");
372 this->memory_.SetMemory(str_offset + 0x400, "function_1");
  /external/mesa3d/src/compiler/glsl/tests/
blob_test.c 125 size_t str_offset, uint_offset; local
138 str_offset = blob->size;
154 blob_overwrite_bytes(blob, str_offset, overwrite_test_str,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 158 // The data itself consists of a str_offset, a count of the DIEs in the
163 // uint32_t str_offset
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.c 699 dwarf_vma str_offset; local
718 str_offset = byte_get (index_section->start + index_offset, offset_size);
719 str_offset -= str_section->address;
720 if (str_offset >= str_section->size)
723 dwarf_vmatoa ("x", str_offset));
727 return (const char *) str_section->start + str_offset;
    [all...]
  /external/llvm/docs/
SourceLevelDebugging.rst     [all...]
  /external/devlib/devlib/bin/armeabi/
trace-cmd 

Completed in 497 milliseconds