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

  /bionic/linker/
linker_phdr.h 84 const ElfW(Shdr)* shdr_table_; member in class:ElfReader
linker_phdr.cpp 144 phdr_table_(nullptr), shdr_table_(nullptr), shdr_num_(0), dynamic_(nullptr), strtab_(nullptr),
346 shdr_table_ = static_cast<const ElfW(Shdr)*>(shdr_fragment_.data());
354 if (shdr_table_[i].sh_type == SHT_DYNAMIC) {
355 dynamic_shdr = &shdr_table_ [i];
417 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link];
    [all...]

Completed in 111 milliseconds