Home
last modified time | relevance | path

Searched refs:WRAPPER (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/gcclibs/libmudflap/
Dmf-hooks1.c101 WRAPPER(void *, malloc, size_t c) in WRAPPER() function
137 WRAPPER(void *, calloc, size_t c, size_t n) in WRAPPER() function
179 WRAPPER(void *, realloc, void *buf, size_t c) in WRAPPER() function
236 WRAPPER(void, free, void *buf) in WRAPPER() function
320 WRAPPER(void *, mmap, in WRAPPER() function
373 WRAPPER(int , munmap, void *start, size_t length) in WRAPPER() function
481 WRAPPER(void *, alloca, size_t c) in WRAPPER() function
Dmf-impl.h336 #define WRAPPER(ret, fname, ...) \ macro
355 #define WRAPPER(ret, fname, ...) \ macro
Dmf-hooks3.c274 WRAPPER(int, pthread_create, pthread_t *thr, const pthread_attr_t *attr, in WRAPPER() function
DChangeLog1420 * mf-impl.h (WRAPPER): Change to create linker aliases for __wrap
1422 * mf-hooks.c (WRAPPER): Change all uses of WRAPPER macro slightly.
/freebsd-9-stable/contrib/tcp_wrappers/
DREADME503 W.Z. Venema, "TCP WRAPPER, network monitoring, access control and
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-20046136 * cp-lang.c (cp_tree_size): Do not handle WRAPPER.
6137 * cp-tree.def (WRAPPER): Likewise.
6161 (cp_tree_node_structure): Remove WRAPPER case.
DChangeLog-19984994 * cp-tree.def: Add WRAPPER. USER_CONV now only has two ops.
4995 * cp-tree.h: Add WRAPPER support.