Searched refs:used (Results 1 – 12 of 12) sorted by relevance
16 char used[DL_NNS]; in do_test() local20 memset (used, '\0', sizeof (used)); in do_test()21 used[LM_ID_BASE] = 1; in do_test()46 else if (used[ns] != 0) in do_test()54 used[ns] = 1; in do_test()
7 const int S<N>::j __attribute__ ((used)) = -1;9 static int a[24] __attribute__ ((used)) =17 static int b __attribute__ ((used)) = S<1>::j;
8 # functions used in other libraries27 # functions used in other libraries41 # functions used in other libraries43 # historically used by Garbage Collectors55 # Those are in the dynamic linker, but used by libc.so.
6 __attribute__ ((used, section (".eh_frame")))
22 __attribute__ ((used))
60 bool used; member83 p->used = false; in new_glibc_hwcaps_subdirectory()108 if (p->used) in glibc_hwcaps_count()125 if (p->used) in assign_glibc_hwcaps_indices()503 if (p->used) in write_extensions()822 hwcaps->used = true; in add_to_cache()872 int used; member960 entry->used = 1; in search_aux_cache()987 entry->used = used; in insert_to_aux_cache()1076 if (entry->used) in save_aux_cache()[all …]
90 size_t used = offset + map->l_tls_blocksize; in _dl_try_allocate_static_tls() local92 if (used > GLRO (dl_tls_static_size)) in _dl_try_allocate_static_tls()96 size_t use = used - GL(dl_tls_static_used); in _dl_try_allocate_static_tls()104 GL(dl_tls_static_used) = used; in _dl_try_allocate_static_tls()
1 /* Symbol versioning for tst-audit12mod2.so used by tst-audit12.
189 static void __attribute__((used))
201 static void __attribute((used))
20 # This makefile is never used by itself, but only from the rtld-libc.a40 $(error This makefile is a subroutine of elf/Makefile not to be used directly)
6 # algorithms currently produce, and are used for regression comparison tests.
Completed in 15 milliseconds