/glibc-2.36/elf/ |
D | dl-sort-maps.c | 30 unsigned int skip, bool for_fini) in _dl_sort_maps_original() argument 34 maps += skip; in _dl_sort_maps_original() 35 nmaps -= skip; in _dl_sort_maps_original() 55 goto skip; in _dl_sort_maps_original() 114 skip: in _dl_sort_maps_original() 185 unsigned int skip __attribute__ ((unused)), bool for_fini) in _dl_sort_maps_dfs() argument 289 unsigned int skip, bool for_fini) in _dl_sort_maps() argument 299 _dl_sort_maps_original (maps, nmaps, skip, for_fini); in _dl_sort_maps() 301 _dl_sort_maps_dfs (maps, nmaps, skip, for_fini); in _dl_sort_maps()
|
D | dl-lookup.c | 347 struct link_map *skip, int type_class, struct link_map *undef_map) in do_lookup_x() argument 362 if (map == skip) in do_lookup_x() 461 goto skip; in do_lookup_x() 499 skip: in do_lookup_x()
|
/glibc-2.36/misc/ |
D | getttyent.c | 60 static char *skip (char *) __THROW; 94 p = skip(p); in __getttyent() 98 p = skip(p); in __getttyent() 102 p = skip(p); in __getttyent() 109 for (; *p; p = skip(p)) { in __getttyent() 144 skip (char *p) in weak_alias()
|
/glibc-2.36/hesiod/ |
D | hesiod.c | 340 int i, j, n, skip; in get_txt_records() local 372 skip = dn_skipname(cp, eom); in get_txt_records() 373 if (skip < 0 || cp + skip + QFIXEDSZ > eom) { in get_txt_records() 377 cp += skip + QFIXEDSZ; in get_txt_records() 385 skip = dn_skipname(cp, eom); in get_txt_records() 386 if (skip < 0) { in get_txt_records() 390 cp += skip; in get_txt_records()
|
/glibc-2.36/sysdeps/unix/mips/ |
D | sysdep.S | 52 bne v0, EWOULDBLOCK_sys, L(skip) 55 L(skip): 85 bne v0, EWOULDBLOCK_sys, L(skip) 87 L(skip):
|
/glibc-2.36/string/ |
D | test-string.h | 145 impl_t *skip = NULL, *a; \ 148 skip = impl; \ 154 if (impl != skip) \
|
/glibc-2.36/benchtests/ |
D | bench-string.h | 198 impl_t *skip = NULL, *a; \ 201 skip = impl; \ 207 if (impl != skip) \
|
/glibc-2.36/sysdeps/unix/sh/ |
D | sysdep.S | 28 bf skip 31 skip: label
|
/glibc-2.36/sysdeps/mips/mips64/ |
D | rshift.S | 46 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
|
D | add_n.S | 48 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
|
D | lshift.S | 49 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
|
D | sub_n.S | 48 beq $9,$0,L(L0) # if multiple of 4 limbs, skip first loop
|
/glibc-2.36/htl/tests/ |
D | Makefile | 12 test-15.c test-16.c test-17.c test-__pthread_destroy_specific-skip.c
|
/glibc-2.36/io/ |
D | ftwtest-sh | 221 $testprogram --skip-subtree=lvl1 $tmpdir | 238 $testprogram --skip-siblings=lvl1 $tmpdir | 262 $testprogram --skip-siblings=file@1b $tmpdir |
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | rshift.S | 38 be,pn %xcc,.L0 ! if multiple of 4 limbs, skip first loop
|
D | lshift.S | 41 be,pn %xcc,.L0 ! if multiple of 4 limbs, skip first loop
|
/glibc-2.36/sysdeps/arm/ |
D | strlen.S | 35 beq Laligned @ skip into main check routine if no
|
/glibc-2.36/sysdeps/alpha/ |
D | add_n.S | 43 beq $2,.L0 # if multiple of 4 limbs, skip first loop
|
D | sub_n.S | 43 beq $2,.L0 # if multiple of 4 limbs, skip first loop
|
D | memset.S | 54 blbc t3, 0f # skip single store if count even
|
/glibc-2.36/scripts/ |
D | dso-ordering-test.py | 540 skip = False 543 skip = True 545 if not skip:
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | rshift.S | 36 be LOC(0) ! if multiple of 4 limbs, skip first loop
|
D | lshift.S | 39 be LOC(0) ! if multiple of 4 limbs, skip first loop
|
/glibc-2.36/sysdeps/arm/armv6t2/ |
D | memchr.S | 58 tst r0, #7 @ If it's already aligned skip the next bit
|
/glibc-2.36/sysdeps/generic/ |
D | ldsodefs.h | 1053 unsigned int skip, bool for_fini) attribute_hidden;
|