Searched refs:sym_end_within_boundary (Results 1 – 2 of 2) sorted by relevance
1884 bool sym_end_within_boundary = did_pad ? symend < end : symend <= end; in avr_should_reduce_sym_size() local1885 return (symval <= start && symend > start && sym_end_within_boundary); in avr_should_reduce_sym_size()
1882 bool sym_end_within_boundary = did_pad ? symend < end : symend <= end; in avr_should_reduce_sym_size() local1883 return (symval <= start && symend > start && sym_end_within_boundary); in avr_should_reduce_sym_size()