Lines Matching refs:NULL

78 APlist		*dynlm_list = NULL;	/* dynamic list of link-maps */
83 Reglist *reglist = NULL; /* list of register symbols */
99 avl_tree_t *capavl = NULL; /* capabilities files */
100 avl_tree_t *nfavl = NULL; /* not-found path names */
101 avl_tree_t *spavl = NULL; /* secure path names */
111 const char *procname = NULL;
114 char *lasterr = NULL; /* string describing last error */
116 Interp *interp = NULL; /* ELF interpreter info */
120 Uts_desc *uts = NULL; /* utsname descriptor */
121 Isa_desc *isa = NULL; /* isalist descriptor */
125 Audit_desc *auditors = NULL; /* global auditors (LD_AUDIT) */
126 APlist *aud_preinit = NULL; /* list of objects defining local */
127 APlist *aud_activity = NULL; /* preinit and activity auditors */
129 const char *rpl_audit = NULL; /* replaceable LD_AUDIT string */
130 const char *rpl_debug = NULL; /* replaceable LD_DEBUG string */
131 const char *rpl_ldflags = NULL; /* replaceable LD_FLAGS string */
132 const char *rpl_libpath = NULL; /* replaceable LD_LIBRARY_PATH string */
133 Alist *rpl_libdirs = NULL; /* and associated Pdesc list */
134 const char *rpl_preload = NULL; /* replaceable LD_PRELOAD string */
136 const char *prm_audit = NULL; /* permanent LD_AUDIT string */
137 const char *prm_debug = NULL; /* permanent LD_DEBUG string */
138 const char *prm_ldflags = NULL; /* permanent LD_FLAGS string */
139 const char *prm_libpath = NULL; /* permanent LD_LIBRARY_PATH string */
140 Alist *prm_libdirs = NULL; /* and associated Pdesc list */
141 const char *prm_preload = NULL; /* permanent LD_PRELOAD string */
146 APlist *free_alp = NULL; /* defragmentation list */
163 const char *rpl_hwcap = NULL; /* replaceable hwcap str */
164 const char *rpl_sfcap = NULL; /* replaceable sfcap str */
165 const char *rpl_machcap = NULL; /* replaceable machcap str */
166 const char *rpl_platcap = NULL; /* replaceable platcap str */
167 const char *rpl_cap_files = NULL; /* associated files */
169 const char *prm_hwcap = NULL; /* permanent hwcap str */
170 const char *prm_sfcap = NULL; /* permanent sfcap str */
171 const char *prm_machcap = NULL; /* permanent machcap str */
172 const char *prm_platcap = NULL; /* permanent platcap str */
173 const char *prm_cap_files = NULL; /* associated files */
182 const char *dbg_file = NULL; /* debugging directed to file */
185 char **_environ = NULL; /* supply the pair to satisfy any */
188 const char *profile_name = NULL; /* object being profiled */
189 const char *profile_out = NULL; /* profile output file */
190 const char *profile_lib = NULL; /* audit library to perform profile */
207 const char *err_strs[ERR_NUM] = { NULL };
208 const char *nosym_str = NULL;