Searched refs:sh_name (Results 1 – 5 of 5) sorted by relevance
/u-boot/tools/ |
A D | mips-relocs.c | 199 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 D | img2srec.c | 282 getPtr = ExtractLong((uint32_t *)§Header[i].sh_name, rxBlock); in ConvertELF()
|
/u-boot/lib/ |
A D | elf.c | 97 &strtab[shdr->sh_name], in load_elf64_image_shdr() 202 &strtab[shdr->sh_name], in load_elf_image_shdr()
|
/u-boot/include/ |
A D | elf.h | 231 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 D | rproc-elf-loader.c | 331 if (strcmp(name_table + shdr->sh_name, ".resource_table")) 440 if (strcmp(name_table + shdr->sh_name, ".resource_table"))
|
Completed in 10 milliseconds