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

/seL4-refos-master/seL4_tools/elfloader-tool/src/
H A Dcommon.c47 static int regions_overlap(uintptr_t startA, uintptr_t endA, function
72 if (regions_overlap(paddr_min, paddr_max - 1, (word_t)_text, (word_t)_end - 1)) {
/seL4-refos-master/tools/elfloader/src/
H A Dcommon.c47 static int regions_overlap(uintptr_t startA, uintptr_t endA, function
72 if (regions_overlap(paddr_min, paddr_max - 1, (word_t)_text, (word_t)_end - 1)) {

Completed in 95 milliseconds