Home
last modified time | relevance | path

Searched defs:extra_arg (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gdb/include/
Dobstack.h183 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
187 char *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
/freebsd-12-stable/gnu/usr.bin/grep/
Dobstack.h176 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
180 char *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
/freebsd-12-stable/contrib/gcclibs/include/
Dobstack.h178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
/freebsd-12-stable/contrib/binutils/include/
Dobstack.h178 void *extra_arg; /* first arg for chunk alloc/dealloc funcs */ member
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp1114 std::string extra_arg = host_env.lookup(env_var_name); in StartDebugserverProcess() local