Home | History | Annotate | Download | only in tools

Lines Matching refs:sh_name

199 	const char *shstrtab, *sh_name, *rel_pfx;
296 sh_name = shstr(shdr_field(i, sh_name));
298 if (!strcmp(sh_name, ".rel")) {
303 if (!strcmp(sh_name, ".text")) {
326 sh_name = shstr(shdr_field(i, sh_name));
327 if (strncmp(sh_name, rel_pfx, strlen(rel_pfx))) {
328 if (strcmp(sh_name, ".rel") && strcmp(sh_name, ".rel.dyn"))
329 fprintf(stderr, "WARNING: Unexpected reloc section name '%s'\n", sh_name);
341 if (strcmp(&sh_name[strlen(rel_pfx) - 1], shstr(shdr_field(j, sh_name))))