Searched refs:d (Results 1 – 11 of 11) sorted by relevance
/elf/ |
A D | tst-dlmopen4.c | 29 # define ELF_MACHINE_GET_R_DEBUG(d) \ argument 32 if ((d)->d_tag == DT_DEBUG) \ 33 debug = (struct r_debug_extended *) (d)->d_un.d_ptr; \ 42 ElfW(Dyn) *d; in do_test() 45 for (d = _DYNAMIC; d->d_tag != DT_NULL; ++d) in do_test() 47 debug = ELF_MACHINE_GET_R_DEBUG (d); in do_test()
|
A D | dso-sort-tests-1.def | 15 output: e>d>c>b>a>{}<a<b<c<d<e 19 output: i>h>g>f>e>d>c>b>a>{}<a<b<c<d<e<f<g<h<i 24 output: e>d>c>b>a>{}<a<b<c<d<e 27 tst-dso-ordering5: a!->[bc]->d;b->c 28 output: d>c>b>a>{}<a<b<c<d 32 output: f>e>d>c>b>a>{}<a<b<c<d<e<f 37 output: f>e>d>c>b>a>{}<a<b<c<d<e<f 48 output: e>d>c>b>a>{}<a<b<c<d<e 64 tst-bz15311: {+a;+e;+f;+g;+d;%d;-d;-g;-f;-e;-a};a->b->c->d;d=>[ba];c=>a;b=>e=>a;c=>f=>b;d=>g=>c 65 …tld.dynamic_sort=1): {+a[d>c>b>a>];+e[e>];+f[f>];+g[g>];+d[];%d(b(e(a()))a()g(c(a()f(b(e(a()))))))… [all …]
|
A D | tst-unique3.cc | 14 void *d = dlopen ("$ORIGIN/tst-unique3lib2.so", RTLD_LAZY); in main() local 16 if (d == NULL || (fp = (int(*)()) dlsym (d, "in_lib2")) == NULL) in main() 22 dlclose (d); in main()
|
A D | resolvfail.c | 9 void *d = dlopen (obj, RTLD_LAZY); in main() local 12 if (d == NULL) in main() 19 if (dlsym (d, "does not exist") != NULL) in main()
|
A D | tst-relsort1mod2.c | 4 foo (double d) in foo() argument 6 return floor (d) != 0.0; in foo()
|
A D | tst-initorder2.exp | 1 init: d 9 fini: d
|
A D | multiload.c | 15 void *d; in main() local 61 d = dlopen (buf, RTLD_NOW); in main() 62 if (d == NULL) in main() 68 if (a != b || b != c || c != d) in main() 89 if (dlclose (d) != 0) in main()
|
A D | dl-libc.c | 262 struct r_search_path_elem *d; in libc_freeres_fn() local 265 d = GL(dl_all_dirs); in libc_freeres_fn() 266 while (d != GLRO(dl_init_all_dirs)) in libc_freeres_fn() 268 struct r_search_path_elem *old = d; in libc_freeres_fn() 269 d = d->next; in libc_freeres_fn()
|
A D | dl-deps.c | 229 const ElfW(Dyn) *d; in _dl_map_object_deps() 237 for (d = l->l_ld; d->d_tag != DT_NULL; ++d) in _dl_map_object_deps() 238 if (__builtin_expect (d->d_tag, DT_NEEDED) == DT_NEEDED) in _dl_map_object_deps() 244 name = expand_dst (l, strtab + d->d_un.d_val, 0); in _dl_map_object_deps() 282 else if (d->d_tag == DT_AUXILIARY || d->d_tag == DT_FILTER) in _dl_map_object_deps() 287 name = expand_dst (l, strtab + d->d_un.d_val, in _dl_map_object_deps() 288 d->d_tag == DT_AUXILIARY); in _dl_map_object_deps() 306 if (d->d_tag == DT_AUXILIARY) in _dl_map_object_deps()
|
A D | pldd.c | 147 struct dirent *d; in main() local 148 while ((d = readdir (dir)) != NULL) in main() 150 if (! isdigit (d->d_name[0])) in main() 154 long int tid = strtol (d->d_name, &endp, 10); in main() 158 d->d_name); in main()
|
A D | rtld-Rules | 131 rtld-depfiles := $(patsubst %,$(objpfx)rtld-%.os.d,\ 135 $(patsubst %.dt,%.d,\ 136 $(wildcard $(rtld-depfiles:.d=.dt))))
|
Completed in 11 milliseconds