Searched refs:phdr_table_ (Results 1 – 2 of 2) sorted by relevance
29 phdr_table_(NULL), in ElfLoader()175 phdr_table_ = reinterpret_cast<ELF::Phdr*>( in ReadProgramHeader()188 phdr_table_get_load_size(phdr_table_, phdr_num_, &min_vaddr, NULL); in ReserveAddressSpace()219 const ELF::Phdr* phdr_limit = phdr_table_ + phdr_num_; in FindPhdr()222 for (const ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr()231 for (const ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr()251 const ELF::Phdr* phdr_limit = phdr_table_ + phdr_num_; in CheckPhdr()253 for (ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in CheckPhdr()273 const ELF::Phdr* phdr = &phdr_table_[i]; in LoadSegments()
63 ELF::Phdr* phdr_table_; variable