/glibc-2.36/malloc/ |
D | obstack.h | 213 #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/ |
D | atomic_wide_counter.c | 66 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/ |
D | tst-dlmopen3.c | 8 void *h = dlmopen (LM_ID_NEWLM, "$ORIGIN/tst-dlmopen1mod.so", RTLD_LAZY); in do_test() local
|
D | tst-debug1.c | 25 void *h = dlopen ("tst-debug1mod1.so", RTLD_LAZY); in do_test() local
|
D | unload6mod1.c | 7 void *h = dlopen ("unload6mod2.so", RTLD_LAZY); in foo() local
|
D | tst-relsort1.c | 9 void *h = dlopen (lib, RTLD_NOW); in do_test() local
|
D | tst-unique2.c | 12 void *h = dlopen ("tst-unique2mod2.so", RTLD_LAZY); in do_test() local
|
D | initfirst.c | 7 void *h = dlopen ("firstobj.so", RTLD_LAZY); in main() local
|
D | ltglobmod2.c | 11 void *h; in foo() local
|
D | tst-tls13.c | 15 void *h = dlopen ("$ORIGIN/tst-tlsmod13a.so", RTLD_LAZY); in do_test() local
|
D | tst-tls15.c | 8 void *h = dlopen ("tst-tlsmod15a.so", RTLD_NOW); in do_test() local
|
D | tst-tls17.c | 8 void *h = dlopen ("tst-tlsmod17b.so", RTLD_LAZY); in do_test() local
|
D | tst-audit19a.c | 27 void *h = xdlopen ("tst-auditmod19a.so", RTLD_NOW); in do_test() local
|
D | tst-audit9.c | 6 void *h = dlopen("$ORIGIN/tst-auditmod9b.so", RTLD_LAZY); in do_test() local
|
D | tst-leaks1.c | 9 void *h; in do_test() local
|
D | constload1.c | 12 void *h; in main() local
|
D | lateglobal.c | 9 void *h[2]; in main() local
|
D | reldepmod4.c | 10 void *h; in call_me() local
|
D | tst-tls16.c | 8 void *h = dlopen ("tst-tlsmod16a.so", RTLD_LAZY | RTLD_GLOBAL); in do_test() local
|
D | unload4.c | 12 void *h; in main() local
|
D | unload6mod2.c | 5 static void *h; variable
|
D | unload6mod3.c | 5 static void *h; variable
|
D | unload8.c | 7 void *h = dlopen ("$ORIGIN/unload8mod1.so", RTLD_LAZY); in main() local
|
/glibc-2.36/hurd/ |
D | hurdmalloc.c | 107 #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/ |
D | errmsg1.c | 26 void *h; in main() local
|