Searched refs:hwcaps (Results 1 – 8 of 8) sorted by relevance
/elf/ |
A D | tst-glibc-hwcaps-cache.script | 8 mkdirp 0770 $L/glibc-hwcaps/power9 9 cp $B/elf/libmarkermod2-2.so $L/glibc-hwcaps/power9/libmarkermod2.so 10 mkdirp 0770 $L/glibc-hwcaps/power10 14 mkdirp 0770 $L/glibc-hwcaps/z13 15 cp $B/elf/libmarkermod2-2.so $L/glibc-hwcaps/z13/libmarkermod2.so 16 mkdirp 0770 $L/glibc-hwcaps/z14 17 cp $B/elf/libmarkermod3-2.so $L/glibc-hwcaps/z13/libmarkermod3.so 19 mkdirp 0770 $L/glibc-hwcaps/z15 24 mkdirp 0770 $L/glibc-hwcaps/x86-64-v2 26 mkdirp 0770 $L/glibc-hwcaps/x86-64-v3 [all …]
|
A D | tst-glibc-hwcaps-2-cache.script | 4 mkdirp 0770 $L/glibc-hwcaps/x86-64-v2 5 mkdirp 0770 $L/glibc-hwcaps/x86-64-v3 7 cp $B/elf/libx86-64-isa-level-3.so $L/glibc-hwcaps/x86-64-v2/libx86-64-isa-level.so 8 cp $B/elf/libx86-64-isa-level-4.so $L/glibc-hwcaps/x86-64-v3/libx86-64-isa-level.so
|
A D | dl-hwcaps_split.c | 65 _dl_hwcaps_contains (const char *hwcaps, const char *name, size_t name_length) in _dl_hwcaps_contains() argument 67 if (hwcaps == NULL) in _dl_hwcaps_contains() 71 _dl_hwcaps_split_init (&split, hwcaps); in _dl_hwcaps_contains()
|
A D | cache.c | 80 p->next = hwcaps; in new_glibc_hwcaps_subdirectory() 84 hwcaps = p; in new_glibc_hwcaps_subdirectory() 153 struct glibc_hwcaps_subdirectory *hwcaps; member 450 else if (e1->hwcaps != NULL && e2->hwcaps == NULL) in compare() 452 else if (e1->hwcaps == NULL && e2->hwcaps != NULL) in compare() 454 else if (e1->hwcaps != NULL && e2->hwcaps != NULL) in compare() 563 | entry->hwcaps->section_index); in compute_hwcap_value() 675 if (entry->hwcaps == NULL) in save_cache() 816 new_entry->hwcaps = hwcaps; in add_to_cache() 819 if (hwcaps != NULL) in add_to_cache() [all …]
|
A D | dl-hwcaps.h | 99 _Bool _dl_hwcaps_contains (const char *hwcaps, const char *name,
|
A D | dl-hwcaps.c | 47 update_hwcaps_counts (struct hwcaps_counts *counts, const char *hwcaps, in update_hwcaps_counts() argument 51 _dl_hwcaps_split_masked_init (&sp, hwcaps, bitmask, mask); in update_hwcaps_counts() 72 copy_hwcaps (struct copy_hwcaps *target, const char *hwcaps, in copy_hwcaps() argument 76 _dl_hwcaps_split_masked_init (&sp, hwcaps, bitmask, mask); in copy_hwcaps()
|
A D | ldconfig.c | 92 struct glibc_hwcaps_subdirectory *hwcaps; member 347 new_entry->hwcaps = NULL; in new_sub_entry() 400 assert (entry->hwcaps == NULL); in add_glibc_hwcaps_subdirectories() 449 new_entry->hwcaps = new_glibc_hwcaps_subdirectory (e->d_name); in add_glibc_hwcaps_subdirectories() 466 entry->hwcaps = NULL; in add_dir_1() 785 if (entry->hwcaps == NULL) in search_dir() 801 glibc_hwcaps_subdirectory_name (entry->hwcaps)); in search_dir() 851 || (entry->hwcaps == NULL in search_dir() 948 if (entry->hwcaps == NULL in search_dir() 1151 if (entry->hwcaps == NULL) in search_dir() [all …]
|
A D | Makefile | 74 dl-error-minimal dl-conflict dl-hwcaps dl-hwcaps_split dl-hwcaps-subdirs \ 192 tests-container += tst-glibc-hwcaps-prepend-cache 236 tst-glibc-hwcaps tst-glibc-hwcaps-prepend tst-glibc-hwcaps-mask \
|
Completed in 18 milliseconds