Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 142) sorted by relevance

123456

/glibc-2.36/malloc/
Dobstack.h213 #define obstack_base(h) ((void *) (h)->object_base) argument
217 #define obstack_chunk_size(h) ((h)->chunk_size) argument
221 #define obstack_next_free(h) ((h)->next_free) argument
225 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument
228 #define obstack_init(h) \ argument
233 #define obstack_begin(h, size) \ argument
238 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument
243 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
248 #define obstack_chunkfun(h, newchunkfun) \ argument
251 #define obstack_freefun(h, newfreefun) \ argument
[all …]
/glibc-2.36/misc/
Datomic_wide_counter.c66 unsigned int h = atomic_load_relaxed (&c->__value32.__high); in __atomic_wide_counter_fetch_add_relaxed() local
90 unsigned int h, l, h2; in __atomic_wide_counter_load_relaxed() local
/glibc-2.36/elf/
Dtst-dlmopen3.c8 void *h = dlmopen (LM_ID_NEWLM, "$ORIGIN/tst-dlmopen1mod.so", RTLD_LAZY); in do_test() local
Dtst-debug1.c25 void *h = dlopen ("tst-debug1mod1.so", RTLD_LAZY); in do_test() local
Dunload6mod1.c7 void *h = dlopen ("unload6mod2.so", RTLD_LAZY); in foo() local
Dtst-relsort1.c9 void *h = dlopen (lib, RTLD_NOW); in do_test() local
Dtst-unique2.c12 void *h = dlopen ("tst-unique2mod2.so", RTLD_LAZY); in do_test() local
Dinitfirst.c7 void *h = dlopen ("firstobj.so", RTLD_LAZY); in main() local
Dltglobmod2.c11 void *h; in foo() local
Dtst-tls13.c15 void *h = dlopen ("$ORIGIN/tst-tlsmod13a.so", RTLD_LAZY); in do_test() local
Dtst-tls15.c8 void *h = dlopen ("tst-tlsmod15a.so", RTLD_NOW); in do_test() local
Dtst-tls17.c8 void *h = dlopen ("tst-tlsmod17b.so", RTLD_LAZY); in do_test() local
Dtst-audit19a.c27 void *h = xdlopen ("tst-auditmod19a.so", RTLD_NOW); in do_test() local
Dtst-audit9.c6 void *h = dlopen("$ORIGIN/tst-auditmod9b.so", RTLD_LAZY); in do_test() local
Dtst-leaks1.c9 void *h; in do_test() local
Dconstload1.c12 void *h; in main() local
Dlateglobal.c9 void *h[2]; in main() local
Dreldepmod4.c10 void *h; in call_me() local
Dtst-tls16.c8 void *h = dlopen ("tst-tlsmod16a.so", RTLD_LAZY | RTLD_GLOBAL); in do_test() local
Dunload4.c12 void *h; in main() local
Dunload6mod2.c5 static void *h; variable
Dunload6mod3.c5 static void *h; variable
Dunload8.c7 void *h = dlopen ("$ORIGIN/unload8mod1.so", RTLD_LAZY); in main() local
/glibc-2.36/hurd/
Dhurdmalloc.c107 #define HEADER_NEXT(h) ((h)->u.next) argument
108 #define HEADER_FREE(h) ((h)->u.fl) argument
109 #define HEADER_CHECK(h) ((h)->check) argument
121 #define HEADER_NEXT(h) ((h)->next) argument
122 #define HEADER_FREE(h) ((h)->fl) argument
172 header_t h; in more_memory() local
204 header_t h; in malloc() local
268 header_t h; in free() local
316 header_t h; in realloc() local
379 header_t h; in print_malloc_free_list() local
/glibc-2.36/dlfcn/
Derrmsg1.c26 void *h; in main() local

123456