Searched refs:UT_STATIC (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 243 #define UT_STATIC macro 245 #define UT_STATIC static macro 249 UT_STATIC size_t count_syms(struct dso *p);
|
/third_party/musl/porting/linux/user/ldso/ |
D | ns_config.c | 27 #define UT_STATIC macro 29 #define UT_STATIC static macro 135 UT_STATIC void kvlist_realloc(kvlist *kvs) in kvlist_realloc() 188 UT_STATIC void sections_realloc(section_list *sections) in sections_realloc()
|
D | namespace.c | 35 #define UT_STATIC macro 37 #define UT_STATIC static macro 72 UT_STATIC void nsinherits_realloc(ns_inherit_list *nsinl) in nsinherits_realloc()
|
D | dynlink.c | 89 #define UT_STATIC macro 91 #define UT_STATIC static macro 173 UT_STATIC void __InstallSignalHandler() in __InstallSignalHandler() 193 UT_STATIC void assign_tls(struct dso *p); 194 UT_STATIC void load_preload(char *s, ns_t *ns, struct loadtasks *tasks); 251 UT_STATIC void set_ns_attrs(ns_t *ns, ns_configor *conf) in set_ns_attrs() 288 UT_STATIC void set_ns_inherits(ns_t *ns, ns_configor *conf) in set_ns_inherits() 442 UT_STATIC int check_vna_hash(Verdef *def, int16_t vsym, uint32_t vna_hash) in check_vna_hash() 471 UT_STATIC int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, … in check_verinfo() 1278 UT_STATIC void *mmap_fixed(void *p, size_t n, int prot, int flags, int fd, off_t off) in mmap_fixed() [all …]
|