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

  /art/runtime/
elf_file.h 195 char* dynstr_section_start_; member in class:art::ElfFile
elf_file.cc 122 dynstr_section_start_(nullptr),
271 reinterpret_cast<byte**>(&dynstr_section_start_), error_msg)) {
411 if (dynstr_section_start_ == nullptr) {
642 return dynstr_section_start_;
    [all...]

Completed in 195 milliseconds