Searched refs:get_end_addr (Results 1 – 1 of 1) sorted by relevance
63 static void *get_end_addr(void *addr_s);118 x = get_end_addr(u); in check_vma()122 else if (x == t && get_end_addr(x) == t + 3 * ps) in check_vma()125 x = get_end_addr(t); in check_vma()129 else if (x == u && get_end_addr(x) == t + 6 * ps) in check_vma()161 static void *get_end_addr(void *addr_s) in get_end_addr() function