Searched refs:str_view (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dpecoff.c266 struct backtrace_view *str_view)
268 if (off >= str_view->len)
270 return strcmp (name, (const char *)str_view->data + off) == 0;
593 struct backtrace_view str_view; local
730 error_callback, data, &str_view))
759 match = coff_long_name_eq (dbg_name, str_off, &str_view);
784 str_view.data, str_size,
866 backtrace_release_view (state, &str_view, error_callback, data);
265 coff_long_name_eq(const char *name, unsigned int off, struct backtrace_view *str_view) argument
H A Dxcoff.c1081 struct backtrace_view str_view; local
1205 str_size, error_callback, data, &str_view))
1217 str_view.data, str_size,
1331 str_view.data, str_size,
1354 backtrace_release_view (state, &str_view, error_callback, data);
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dpecoff.c266 struct backtrace_view *str_view)
268 if (off >= str_view->len)
270 return strcmp (name, (const char *)str_view->data + off) == 0;
596 struct backtrace_view str_view; local
738 error_callback, data, &str_view))
767 match = coff_long_name_eq (dbg_name, str_off, &str_view);
792 str_view.data, str_size,
874 backtrace_release_view (state, &str_view, error_callback, data);
265 coff_long_name_eq(const char *name, unsigned int off, struct backtrace_view *str_view) argument
H A Dmacho.c520 struct backtrace_view str_view; local
546 error_callback, data, &str_view))
623 name = (const char *) str_view.data + strx;
698 backtrace_release_view (state, &str_view, error_callback, data);
H A Dxcoff.c1080 struct backtrace_view str_view; local
1212 str_size, error_callback, data, &str_view))
1224 str_view.data, str_size,
1332 str_view.data, str_size,
1355 backtrace_release_view (state, &str_view, error_callback, data);
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dpecoff.c266 struct backtrace_view *str_view)
268 if (off >= str_view->len)
270 return strcmp (name, (const char *)str_view->data + off) == 0;
596 struct backtrace_view str_view; local
738 error_callback, data, &str_view))
767 match = coff_long_name_eq (dbg_name, str_off, &str_view);
792 str_view.data, str_size,
874 backtrace_release_view (state, &str_view, error_callback, data);
265 coff_long_name_eq(const char *name, unsigned int off, struct backtrace_view *str_view) argument
H A Dmacho.c520 struct backtrace_view str_view; local
546 error_callback, data, &str_view))
623 name = (const char *) str_view.data + strx;
698 backtrace_release_view (state, &str_view, error_callback, data);
H A Dxcoff.c1080 struct backtrace_view str_view; local
1212 str_size, error_callback, data, &str_view))
1224 str_view.data, str_size,
1332 str_view.data, str_size,
1355 backtrace_release_view (state, &str_view, error_callback, data);

Completed in 385 milliseconds