HomeSort by relevance Sort by last modified time
    Searched refs:soname_offset (Results 1 - 3 of 3) sorted by null

  /system/core/libunwindstack/
ElfInterface.cpp 399 uint64_t soname_offset = 0; local
419 soname_offset = dyn.d_un.d_val;
428 soname_offset = entry.second + soname_offset;
429 if (soname_offset >= entry.second + strtab_size) {
432 if (!memory_->ReadString(soname_offset, &soname_)) {
  /art/compiler/linker/
elf_builder.h 772 Elf_Word soname_offset = dynstr_.Add(soname); local
802 { DT_SONAME, { soname_offset } },
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
incremental.cc 1694 section_offset_type soname_offset = local
    [all...]

Completed in 503 milliseconds