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

  /bionic/linker/
linker_phdr.cpp 144 phdr_table_(nullptr), shdr_table_(nullptr), shdr_num_(0), dynamic_(nullptr), strtab_(nullptr),
338 phdr_table_ = static_cast<ElfW(Phdr)*>(phdr_fragment_.data());
387 const ElfW(Phdr)* phdr = &phdr_table_[i];
562 load_size_ = phdr_table_get_load_size(phdr_table_, phdr_num_, &min_vaddr);
598 const ElfW(Phdr)* phdr = &phdr_table_[i];
    [all...]
linker_phdr.h 82 const ElfW(Phdr)* phdr_table_; member in class:ElfReader

Completed in 47 milliseconds