Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/bfd/
HDopncls.c1443 check_func_type check_func, in find_separate_debug_file() argument
1538 if (check_func (debugfile, func_data)) in find_separate_debug_file()
1543 if (check_func (debugfile, func_data)) in find_separate_debug_file()
1550 if (check_func (debugfile, func_data)) in find_separate_debug_file()
1558 if (check_func (debugfile, func_data)) in find_separate_debug_file()
1580 if (check_func (debugfile, func_data)) in find_separate_debug_file()
/dragonfly/contrib/binutils-2.27/bfd/
HDopncls.c1359 check_func_type check_func) in find_separate_debug_file() argument
1426 if (check_func (debugfile, crc32)) in find_separate_debug_file()
1434 if (check_func (debugfile, crc32)) in find_separate_debug_file()
1447 if (check_func (debugfile, crc32)) in find_separate_debug_file()
/dragonfly/contrib/binutils-2.34/binutils/
HDdwarf.c10220 check_func_type check_func, in load_separate_debug_info() argument
10277 if (check_func (debug_filename, func_data)) in load_separate_debug_info()
10282 if (check_func (debug_filename, func_data)) in load_separate_debug_info()
10287 if (check_func (debug_filename, func_data)) in load_separate_debug_info()
10292 if (check_func (debug_filename, func_data)) in load_separate_debug_info()
10298 if (check_func (debug_filename, func_data)) in load_separate_debug_info()
10303 if (check_func (debug_filename, func_data)) in load_separate_debug_info()
10310 if (check_func (debug_filename, func_data)) in load_separate_debug_info()
10321 if (check_func (debug_filename, func_data)) in load_separate_debug_info()
/dragonfly/sys/net/
HDzlib.c259 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
3035 check_func c, /* check function */
3591 check_func checkfn; /* check function */
3714 inflate_blocks_new(z_streamp z, check_func c, uInt w)
/dragonfly/contrib/gcc-8.0/gcc/
HDasan.c1727 check_func (bool is_store, bool recover_p, HOST_WIDE_INT size_in_bytes, in check_func() function
3163 tree fun = check_func (is_store, recover_p, size_in_bytes, &nargs); in asan_expand_check_ifn()
/dragonfly/contrib/zlib-1.2/
HDChangeLog1240 - Add EXPORT keyword for check_func (needed for Windows DLL)