Searched refs:gap_start (Results 1 – 1 of 1) sorted by relevance
3956 Addr gap_start = Addr_MIN; in parse_procselfmaps() local4036 if (record_gap != NULL && gap_start < start) in parse_procselfmaps()4037 (*record_gap)(gap_start, start - gap_start); in parse_procselfmaps()4044 gap_start = start; in parse_procselfmaps()4047 if (record_gap != NULL && gap_start < Addr_MAX) in parse_procselfmaps()4048 (*record_gap)(gap_start, Addr_MAX - gap_start + 1); in parse_procselfmaps()