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

  /bionic/linker/
linker_phdr.h 80 MappedFileFragment phdr_fragment_; member in class:ElfReader
linker_phdr.cpp 315 if (!phdr_fragment_.Map(fd_, file_offset_, header_.e_phoff, size)) {
320 phdr_table_ = static_cast<ElfW(Phdr)*>(phdr_fragment_.data());
    [all...]

Completed in 50 milliseconds