Home
last modified time | relevance | path

Searched refs:rel_pfx (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/
H A Dmips-relocs.c199 const char *shstrtab, *sh_name, *rel_pfx; in main() local
315 rel_pfx = is_64 ? ".rela." : ".rel."; in main()
323 if (strncmp(sh_name, rel_pfx, strlen(rel_pfx))) { in main()
337 if (strcmp(&sh_name[strlen(rel_pfx) - 1], shstr(shdr_field(j, sh_name)))) in main()