Home
last modified time | relevance | path

Searched refs:__fetch_long (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcov-io.h35 static int __fetch_long PARAMS ((long *, char *, size_t))
119 __fetch_long (dest, source, bytes) in __fetch_long() function
212 return __fetch_long (dest, c, bytes);
H A Dgcov.c1014 __fetch_long (&line_num, ptr, 4); in scan_for_source_files()
1040 __fetch_long (&delim, ptr, 4); in scan_for_source_files()
1052 __fetch_long (&delim, ptr, 4); in scan_for_source_files()
1319 __fetch_long (&line_num, ptr, 4);
1374 __fetch_long (&delim, ptr, 4);
H A DChangeLog.01581 * gcov-io.h (__fetch_long): New declaration.
H A DChangeLog.111401 * gcov-io.h (__fetch_long): Change type of parameter `bytes' from
H A DChangeLog.312530 * gcov-io.h (__fetch_long, __store_long, __read_long, __write_long):