Lines Matching refs:names
174 sections->names = (char**)__libc_calloc(size, sizeof *sections->names);
176 if (sections->names && sections->kvs) {
179 __libc_free(sections->names);
193 char **names;
195 names = (char **)__libc_realloc(sections->names, size * (sizeof *sections->names));
196 if (!names) return;
197 sections->names = names;
210 __libc_free(sections->names[i]);
213 __libc_free(sections->names);
259 if (!strcmp(sections->names[i], name)) {
275 sections->names[sections->num] = ld_strdup(name);
277 if (sections->names[sections->num] && kvs) {
281 __libc_free(sections->names[sections->num]);
368 #define ATTR_ADDED_NSLIST "added.nslist" /* all namespace names except default */
371 #define ATTR_NS_ALLOWED_LIBS "allowed.libs" /* when separated, allowed library names */
372 #define ATTR_NS_INHERIT_SHARED_LIBS "shared.libs" /* when inherited, shared library names */
381 if (!strcmp(g_configor.sections->names[i], sname)) {
539 /* get namespace names except default */
576 /* get inherited namespace names */