Searched refs:d_hints (Results 1 – 2 of 2) sorted by relevance
48 u_char *d_hints; /* content of linker.hints file */ member880 if (mdp->d_hints == NULL) in mod_search_hints()882 recptr = mdp->d_hints; in mod_search_hints()897 INT_ALIGN(mdp->d_hints, cp); in mod_search_hints()1077 if (mdp->d_hints != NULL || (mdp->d_flags & MDIR_NOHINTS)) in moduledir_readhints()1092 mdp->d_hints = malloc(size); in moduledir_readhints()1093 if (mdp->d_hints == NULL) in moduledir_readhints()1095 if (read(fd, mdp->d_hints, size) != size) in moduledir_readhints()1102 if (mdp->d_hints) { in moduledir_readhints()1103 free(mdp->d_hints); in moduledir_readhints()[all …]
65 uchar_t *d_hints; /* content of linker.hints file */ member1813 mdp->d_hints = NULL; in moduledir_rebuild()1828 if (mdp->d_hints) in moduledir_rebuild()1829 free(mdp->d_hints); in moduledir_rebuild()