Lines Matching defs:name
17 * information: Portions Copyright [yyyy] [name of copyright owner]
276 hashsection(char *name)
278 if (strcmp(name, ".SUNW_signature") == 0 ||
279 strcmp(name, ".comment") == 0 ||
280 strcmp(name, ".SUNW_dof") == 0 ||
281 strcmp(name, ".debug") == 0 ||
282 strcmp(name, ".plt") == 0 ||
283 strcmp(name, ".rela.bss") == 0 ||
284 strcmp(name, ".rela.plt") == 0 ||
285 strcmp(name, ".line") == 0 ||
286 strcmp(name, ".note") == 0 ||
287 strcmp(name, ".compcom") == 0)
329 char *name = NULL;
348 if (!(name = elf_strptr(elf, sh_str, shdr.sh_name))) {
353 if (hashsection(name)) {
396 char *name = NULL;
439 if (!(name = elf_strptr(elf, sh_str, shdr.sh_name))) {
603 /* first one is name, rest are versions */