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

  /bionic/linker/
linker_phdr.h 56 bool is_mapped_by_caller() const { return mapped_by_caller_; } function in class:ElfReader
linker_soinfo.h 269 bool is_mapped_by_caller() const;
linker_soinfo.cpp 700 bool soinfo::is_mapped_by_caller() const { function in class:soinfo
linker.cpp 310 if (!si->is_mapped_by_caller()) {
648 si_->set_mapped_by_caller(elf_reader.is_mapped_by_caller());
    [all...]

Completed in 737 milliseconds