Home
last modified time | relevance | path

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

/u-boot/tools/
A Dmips-relocs.c199 const char *shstrtab, *sh_name, *rel_pfx; in main() local
292 sh_name = shstr(shdr_field(i, sh_name)); in main()
294 if (!strcmp(sh_name, ".data.reloc")) { in main()
299 if (!strcmp(sh_name, ".text")) { in main()
322 sh_name = shstr(shdr_field(i, sh_name)); in main()
323 if (strncmp(sh_name, rel_pfx, strlen(rel_pfx))) { in main()
324 if (strcmp(sh_name, ".rel") && strcmp(sh_name, ".rel.dyn")) in main()
325 fprintf(stderr, "WARNING: Unexpected reloc section name '%s'\n", sh_name); in main()
337 if (strcmp(&sh_name[strlen(rel_pfx) - 1], shstr(shdr_field(j, sh_name)))) in main()
A Dimg2srec.c282 getPtr = ExtractLong((uint32_t *)&sectHeader[i].sh_name, rxBlock); in ConvertELF()
/u-boot/lib/
A Delf.c97 &strtab[shdr->sh_name], in load_elf64_image_shdr()
202 &strtab[shdr->sh_name], in load_elf_image_shdr()
/u-boot/include/
A Delf.h231 Elf32_Word sh_name; /* name - index into section header member
245 Elf64_Word sh_name; /* name - index into section header member
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c331 if (strcmp(name_table + shdr->sh_name, ".resource_table"))
440 if (strcmp(name_table + shdr->sh_name, ".resource_table"))

Completed in 10 milliseconds