Searched refs:sym_ptr_end (Results 1 – 6 of 6) sorted by relevance
2281 char *sym_ptr, *sym_ptr_end; in lookup_line() local2315 sym_ptr_end = sym_ptr + (fdr_ptr->csym - 2) * external_sym_size; in lookup_line()2320 sym_ptr_end = sym_ptr; in lookup_line()2323 sym_ptr < sym_ptr_end && (! past_line || ! past_fn); in lookup_line()2345 if (sym_ptr + external_sym_size < sym_ptr_end) in lookup_line()
2383 correct setting of sym_ptr_end to consider symbols skipped when
2204 char *sym_ptr, *sym_ptr_end; in lookup_line() local2236 sym_ptr_end = sym_ptr + (fdr_ptr->csym - 2) * external_sym_size; in lookup_line()2238 sym_ptr < sym_ptr_end && (! past_line || ! past_fn); in lookup_line()2255 if (sym_ptr + external_sym_size < sym_ptr_end) in lookup_line()