Searched refs:get_end_addr (Results 1 – 1 of 1) sorted by relevance
62 static void *get_end_addr(void *addr_s);117 x = get_end_addr(u); in check_vma()121 else if (x == t && get_end_addr(x) == t + 3 * ps) in check_vma()124 x = get_end_addr(t); in check_vma()128 else if (x == u && get_end_addr(x) == t + 6 * ps) in check_vma()162 static void *get_end_addr(void *addr_s) in get_end_addr() function