Home
last modified time | relevance | path

Searched refs:sym_ptr_end (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Decofflink.c2281 char *sym_ptr, *sym_ptr_end; in lookup_line() local
2315 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()
H A DChangeLog-94952383 correct setting of sym_ptr_end to consider symbols skipped when
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decofflink.c2204 char *sym_ptr, *sym_ptr_end; in lookup_line() local
2236 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()
H A DChangeLog-94952383 correct setting of sym_ptr_end to consider symbols skipped when
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-94952383 correct setting of sym_ptr_end to consider symbols skipped when
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-94952383 correct setting of sym_ptr_end to consider symbols skipped when