Home
last modified time | relevance | path

Searched defs:e (Results 1 – 8 of 8) sorted by relevance

/elf/
A Dtst-thrlock.c38 int e = pthread_create (&th[i], NULL, tf, NULL); in do_test() local
48 int e = pthread_join (th[i], &res); in do_test() local
A Dstringtable.c66 for (struct stringtable_entry *e = table->entries[i]; e != NULL; ) in stringtable_rehash() local
94 for (struct stringtable_entry *e in stringtable_add() local
109 struct stringtable_entry *e in stringtable_add() local
164 for (struct stringtable_entry *e = table->entries[i]; e != NULL; in stringtable_finalize() local
205 for (struct stringtable_entry *e = table->entries[i]; e != NULL; in stringtable_finalize() local
A Dstringtable_free.c25 for (struct stringtable_entry *e = table->entries[i]; e != NULL; ) in stringtable_free() local
A Dtst-stringtable.c42 struct stringtable_entry *e = stringtable_add (&s, ""); in do_test() local
59 struct stringtable_entry *e = stringtable_add (&s, "name"); in do_test() local
A Dpldd-xx.c22 #define EW_(e, w, t) EW__(e, w, _##t) argument
23 #define EW__(e, w, t) e##w##t argument
A Dlink.h31 #define _ElfW(e,w,t) _ElfW_1 (e, w, _##t) argument
32 #define _ElfW_1(e,w,t) e##w##t argument
A Ddl-diagnostics.c212 for (const char *e = system_dirs; *e != '\0'; ) in print_paths() local
A Dldconfig.c412 struct dirent64 *e = readdir64 (dir); in add_glibc_hwcaps_subdirectories() local

Completed in 18 milliseconds