Lines Matching refs:memory_regions_
2286 if (this->memory_regions_ == NULL) in block_in_region()
2289 for (Memory_regions::const_iterator mr = this->memory_regions_->begin(); in block_in_region()
2290 mr != this->memory_regions_->end(); in block_in_region()
2319 if (this->memory_regions_ == NULL) in find_memory_region()
2329 for (Memory_regions::const_iterator mr = this->memory_regions_->begin(); in find_memory_region()
2330 mr != this->memory_regions_->end(); in find_memory_region()
3203 if (this->memory_regions_ == NULL) in add_memory_region()
3204 this->memory_regions_ = new Memory_regions(); in add_memory_region()
3222 this->memory_regions_->push_back(new Memory_region(name, namelen, attributes, in add_memory_region()
3231 if (this->memory_regions_ == NULL) in find_memory_region()
3234 for (Memory_regions::const_iterator m = this->memory_regions_->begin(); in find_memory_region()
3235 m != this->memory_regions_->end(); in find_memory_region()
3283 memory_regions_(NULL), in Script_sections()
4025 if (this->memory_regions_ != NULL in create_segments()
4480 if (this->memory_regions_ != NULL) in print()
4483 for (Memory_regions::const_iterator m = this->memory_regions_->begin(); in print()
4484 m != this->memory_regions_->end(); in print()