Lines Matching refs:name

72   { NULL, 'F', "FILE", 0, N_("Embed name FILE instead of -f argument"), 0 },
207 section_name_matches (struct section_pattern *patterns, const char *name)
212 if (fnmatch (pattern->pattern, name, FNM_EXTMATCH) == 0)
257 /* The user didn't specify a name so we use a.out. */
905 /* Make sure section header name table is setup correctly, we'll
1001 const char *name;
1026 /* Create the full name of the file. */
1066 /* Create a temporary file name. We do not want to overwrite
1242 /* Get the name of the section. */
1243 shdr_info[cnt].name = elf_strptr (elf, shstrndx,
1245 if (shdr_info[cnt].name == NULL)
1253 if (section_name_matches (remove_secs, shdr_info[cnt].name))
1259 shdr_info[cnt].name);
1264 if (section_name_matches (keep_secs, shdr_info[cnt].name))
1268 shdr_info[cnt].name);
1372 shdr_info[cnt].name, remove_comment,
1375 || section_name_matches (remove_secs, shdr_info[cnt].name)))
1378 if (section_name_matches (keep_secs, shdr_info[cnt].name))
1534 shdr_info[scnidx].name,
1752 /* Add this name to the section header string table. */
1753 shdr_info[cnt].se = dwelf_strtab_add (shst, shdr_info[cnt].name);
1768 /* Add the section header string table section name. */
1830 /* Add the section header string table section name. */
1885 /* Update the name. */
2315 const char *name = elf_strptr (elf, strshndx,
2317 elf_assert (name != NULL && nbucket != 0);
2318 size_t hidx = elf_hash (name) % nbucket;
2376 const char *name = elf_strptr (elf, strshndx,
2378 elf_assert (name != NULL && nbucket != 0);
2379 size_t hidx = elf_hash (name) % nbucket;
2726 /* Create the full name of the file. */