Home
last modified time | relevance | path

Searched refs:flavor (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/sysdeps/mach/
Dthread_state.h55 int flavor, void *stateptr, void *scpptr, size_t size) in machine_get_state() argument
57 if (state->set & (1 << flavor)) in machine_get_state()
68 return (! __thread_get_state (thread, flavor, scpptr, &got) in machine_get_state()
/glibc-2.36/stdlib/
Dcxa_finalize.c41 if ((d == NULL || d == f->func.cxa.dso_handle) && f->flavor == ef_cxa) in __cxa_finalize()
76 f->flavor = ef_free; in __cxa_finalize()
100 f->flavor = ef_free; in __cxa_finalize()
Dcxa_atexit.c58 new->flavor = ef_cxa; in __internal_atexit()
96 if (l->fns[i - 1].flavor != ef_free) in __new_exitfn()
138 r->flavor = ef_us; in __new_exitfn()
Dexit.c71 switch (f->flavor) in __run_exit_handlers()
105 f->flavor = ef_free; in __run_exit_handlers()
Don_exit.c47 new->flavor = ef_on; in __on_exit()
Dexit.h38 long int flavor; member
/glibc-2.36/hurd/
Dreport-wait.c29 describe_number (char *description, const char *flavor, long int i, size_t size) in describe_number() argument
33 char *p = flavor == NULL ? description : __stpncpy (description, flavor, size); in describe_number()
Dcatch-exc.c105 int *flavor, in _S_catch_exception_raise_state() argument
122 int *flavor, in _S_catch_exception_raise_state_identity() argument
Dhurdfault.c88 int *flavor, in _hurdsig_fault_catch_exception_raise_state() argument
106 int *flavor, in _hurdsig_fault_catch_exception_raise_state_identity() argument
DNotes5 GNUTARGET -- Passed to core server to specify flavor of core dump format
/glibc-2.36/sysdeps/mach/hurd/
Dptrace.c75 int get_regs (int flavor, mach_msg_type_number_t count) in ptrace()
85 err = __thread_get_state (thread, flavor, addr, &count); in ptrace()
/glibc-2.36/
DMakeconfig1031 # to pass different flags for each flavor.
DNEWS1256 flavor of secure RPC.)
/glibc-2.36/ChangeLog.old/
DChangeLog.51694 (target-zone-flavor): New variable.
4676 Define separate specific rules for each flavor using o-iterator.
8925 to make one for each flavor; library dep rule likewise rewritten.
8927 flavor.
DChangeLog.64042 * stdlib/exit.c: De-ANSI-fy. Handle new ef_us value for flavor.
4043 * stdlib/exit.h: De-ANSI-fy. Define new ef_us value for flavor.
DChangeLog.139627 __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
9701 Grok the OSF flavor of message format.
DChangeLog.175372 flavor to description only when flavor is not NULL.
DChangeLog.8646 * sunrpc/svc_authux.c: Copy internal auth flavor if none is given.
DChangeLog.102511 * stdlib/exit.h (flavor): Add ef_cxa.
DChangeLog.164935 flavor field last and protect with memory barrier.
/glibc-2.36/posix/
Dtst-regex.input646 * sunrpc/svc_authux.c: Copy internal auth flavor if none is given.