Lines Matching refs:names
287 /* String table (and symbol table), if section names need adjusting. */
288 Dwelf_Strtab *names = NULL;
293 /* Section data from names. */
375 /* Whether we need to adjust any section names (going to/from GNU
401 names change and whether there is a symbol table that might need
414 any section references (names) and adjust the layout based on the
480 /* We need a buffer this large if we change the names. */
530 names = dwelf_strtab_init (true);
531 if (names == NULL)
647 sections, collect names of sections and symbol table if
876 /* Keep track of the (new) section names. */
894 if ((scnstrents[ndx] = dwelf_strtab_add (names, name)) == NULL)
968 symstrents[i] = dwelf_strtab_add (names, symname);
1000 if (dwelf_strtab_finalize (names, data) == NULL)
1307 if (names != NULL)
1309 dwelf_strtab_free (names);