Lines Matching defs:uberdata
66 * This file also describes uberdata in libc.
68 * The term "uberdata" refers to data that is unique and visible across
88 * All uberdata is referenced from a base pointer in the thread's ulwp_t
89 * structure (which is also uberdata). All allocations and deallocations
90 * of uberdata are made via the uberdata-aware lmalloc() and lfree()
204 * 2. If non-NULL, it points to uberdata.uberflags, so that tests of
495 * thread's uberdata to facilitate it. The tm_roots are the roots of linked
557 struct uberdata *ul_uberdata; /* uber (super-global) data */
920 * This is data that is global to all link maps (uberdata, aka super-global).
924 typedef struct uberdata {
971 struct uberdata **tdb_bootstrap;