Searched refs:regionCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/runtime_loader/
H A Dimages.h48 image_t* create_image(const char* name, const char* path, int regionCount);
H A Dimages.cpp200 create_image(const char* name, const char* path, int regionCount) argument
203 + (regionCount - 1) * sizeof(elf_region_t);
224 image->num_regions = regionCount;

Completed in 38 milliseconds