/elf/ |
A D | dl-map-segments.h | 30 MAP_COPY|MAP_FILE, fd, c->mapoff); in ElfW() 35 ? (maplength + c->mapalign) in ElfW() 36 : (2 * c->mapalign)); in ElfW() 46 maplength, c->prot, in ElfW() 48 fd, c->mapoff); in ElfW() 81 const struct loadcmd *c = loadcmds; in _dl_map_segments() local 133 while (c < &loadcmds[nloadcmds]) in _dl_map_segments() 135 if (c->mapend > c->mapstart in _dl_map_segments() 138 c->mapend - c->mapstart, c->prot, in _dl_map_segments() 147 if (c->allocend > c->dataend) in _dl_map_segments() [all …]
|
A D | dso-sort-tests-1.def | 11 output: c>b>a>{}<a<b<c 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 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 43 output: c>b>a>{}<a<b<c 48 output: e>d>c>b>a>{}<a<b<c<d<e 52 tst-dso-ordering10: {}->a->b->c;soname({})=c [all …]
|
A D | dl-load.h | 89 const struct loadcmd *c) in _dl_postprocess_loadcmd() argument 91 if (c->prot & PROT_EXEC) in _dl_postprocess_loadcmd() 92 l->l_text_end = l->l_addr + c->mapend; in _dl_postprocess_loadcmd() 95 && c->mapoff <= header->e_phoff in _dl_postprocess_loadcmd() 96 && ((size_t) (c->mapend - c->mapstart + c->mapoff) in _dl_postprocess_loadcmd() 99 l->l_phdr = (void *) (uintptr_t) (c->mapstart + header->e_phoff in _dl_postprocess_loadcmd() 100 - c->mapoff); in _dl_postprocess_loadcmd()
|
A D | tst-tlsmod7.c | 17 if (a1.a != 4 || a1.b != 5 || a1.c != 6) in check1() 19 if (a2.a != 22 || a2.b != 23 || a2.c != 24) in check1() 21 if (a3.a != 10 || a3.b != 11 || a3.c != 12) in check1() 23 if (a4.a != 25 || a4.b != 26 || a4.c != 27) in check1() 25 if (local1.a != 16 || local1.b != 17 || local1.c != 18) in check1() 27 if (local2.a != 19 || local2.b != 20 || local2.c != 21) in check1() 82 return a3.c; in f3b() 100 return local2.c; in f6b()
|
A D | tst-tlsmod9.c | 15 if (a1.a != 4 || a1.b != 5 || a1.c != 6) in check1() 17 if (a2.a != 22 || a2.b != 23 || a2.c != 24) in check1() 19 if (a3.a != 10 || a3.b != 11 || a3.c != 12) in check1() 21 if (a4.a != 25 || a4.b != 26 || a4.c != 27) in check1() 23 if (local1.a != 16 || local1.b != 17 || local1.c != 18) in check1() 25 if (local2.a != 19 || local2.b != 20 || local2.c != 21) in check1() 80 return a3.c; in f3b() 98 return local2.c; in f6b()
|
A D | tst-tls10.c | 8 if (p->a != S || p->b != S + 1 || p->c != S + 2) \ 15 if (local.a != 1 || local.b != 2 || local.c != 3) in do_test() 17 if (a1.a != 4 || a1.b != 5 || a1.c != 6) in do_test() 19 if (a2.a != 22 || a2.b != 23 || a2.c != 24) in do_test() 21 if (a3.a != 10 || a3.b != 11 || a3.c != 12) in do_test() 23 if (a4.a != 25 || a4.b != 26 || a4.c != 27) in do_test()
|
A D | tst-tlsmod8.c | 14 if (a2.a != 22 || a2.b != 23 || a2.c != 24) in check2() 16 if (a4.a != 25 || a4.b != 26 || a4.c != 27) in check2() 18 if (local1.a != 28 || local1.b != 29 || local1.c != 30) in check2() 20 if (local2.a != 31 || local2.b != 32 || local2.c != 33) in check2() 69 return local2.c; in f10b()
|
A D | tst-align2.c | 41 char c = TEST_STACK_ALIGN () ? 'B' : 'A'; in des() local 42 write (fds[1], &c, 1); in des() 89 unsigned char c; in do_test() local 92 while ((len = TEMP_FAILURE_RETRY (read (fds[0], &c, 1))) > 0) in do_test() 94 switch (c) in do_test() 111 printf ("unexpected character %x read from pipe", c); in do_test()
|
A D | tst-initorder2.exp | 2 init: c 8 fini: c
|
A D | multiload.c | 14 void *c; in main() local 52 c = dlopen (buf, RTLD_NOW); in main() 53 if (c == NULL) in main() 68 if (a != b || b != c || c != d) in main() 84 if (dlclose (c) != 0) in main()
|
A D | tst-tlsmod12.c | 8 if (a1.a != 4 || a1.b != 5 || a1.c != 6) in check1() 10 if (a2.a != 7 || a2.b != 8 || a2.c != 9) in check1()
|
A D | tst-alignmod2.c | 56 char c = TEST_STACK_ALIGN () ? 'D' : 'C'; in des() local 57 write (*fdp, &c, 1); in des()
|
A D | dl-error-skeleton.c | 197 struct catch c; in _dl_catch_exception() local 199 c.exception = exception; in _dl_catch_exception() 200 c.errcode = &errcode; in _dl_catch_exception() 203 catch_hook = &c; in _dl_catch_exception() 206 if (__builtin_expect (__sigsetjmp (c.env, 0), 0) == 0) in _dl_catch_exception()
|
A D | tst-tls12.c | 5 if (p->a != S || p->b != S + 1 || p->c != S + 2) \
|
A D | tst-tls11.c | 5 if (p->a != S || p->b != S + 1 || p->c != S + 2) \
|
A D | rtld-Rules | 93 rtld-compile-command.c = $(compile-command.c) $(rtld-CPPFLAGS) $(rtld-CFLAGS) 102 $(objpfx)rtld-%.os: rtld-%.c $(before-compile) 103 $(rtld-compile-command.c) 108 $(objpfx)rtld-%.os: %.c $(before-compile) 109 $(rtld-compile-command.c) 116 $(objpfx)rtld-%.os: $(objpfx)rtld-%.c $(before-compile) 117 $(rtld-compile-command.c) 122 $(objpfx)rtld-%.os: $(objpfx)%.c $(before-compile) 123 $(rtld-compile-command.c)
|
A D | tst-tls10.h | 7 long long c; member
|
A D | tst-stackguard1.c | 190 cmdline_process_function (int c) in cmdline_process_function() argument 192 switch (c) in cmdline_process_function()
|
A D | tst-ptrguard1.c | 202 cmdline_process_function (int c) in cmdline_process_function() argument 204 switch (c) in cmdline_process_function()
|
A D | Makefile | 81 CFLAGS-dl-iteratephdr.c += $(uses-callbacks) 143 vpath %.c ../locale/programs 456 CFLAGS-vismain.c += $(PIE-ccflag) 574 CFLAGS-tst-prelink.c += -fno-pie 592 CFLAGS-tst-linkall-static.c += -DUSE_CRYPT=0 595 CFLAGS-tst-linkall-static.c += -DUSE_CRYPT=1 598 CFLAGS-tst-linkall-static.c += -DUSE_CRYPT=0 787 CFLAGS-dl-cache.c += $(SYSCONF-FLAGS) 788 CFLAGS-cache.c += $(SYSCONF-FLAGS) 789 CFLAGS-rtld.c += $(SYSCONF-FLAGS) [all …]
|
A D | dl-load.c | 1144 struct loadcmd *c = &loadcmds[nloadcmds++]; in _dl_map_object_from_fd() local 1147 c->dataend = ph->p_vaddr + ph->p_filesz; in _dl_map_object_from_fd() 1148 c->allocend = ph->p_vaddr + ph->p_memsz; in _dl_map_object_from_fd() 1149 c->mapalign = ph->p_align; in _dl_map_object_from_fd() 1150 c->mapoff = ALIGN_DOWN (ph->p_offset, GLRO(dl_pagesize)); in _dl_map_object_from_fd() 1154 if (nloadcmds > 1 && c[-1].mapend != c->mapstart) in _dl_map_object_from_fd() 1159 c->prot = (PF_TO_PROT in _dl_map_object_from_fd() 1162 c->prot = 0; in _dl_map_object_from_fd() 1164 c->prot |= PROT_READ; in _dl_map_object_from_fd() 1166 c->prot |= PROT_WRITE; in _dl_map_object_from_fd() [all …]
|
A D | dl-lookup.c | 581 for (unsigned char c = *s; c != '\0'; c = *++s) in dl_new_hash() local 582 h = h * 33 + c; in dl_new_hash()
|