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 172 uint64_t soname_offset = 0; local
190 soname_offset = dyn.d_un.d_val;
196 soname_offset += strtab_offset;
197 if (soname_offset >= strtab_offset + strtab_size) {
200 if (!memory_->ReadString(soname_offset, &soname_)) {
  /art/compiler/
elf_builder.h 731 Elf_Word soname_offset = dynstr_.Add(soname); local
766 { DT_SONAME, { soname_offset } },
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.cc 1694 section_offset_type soname_offset = local
    [all...]

Completed in 81 milliseconds