Searched refs:sh_name (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/tools/ |
| H A D | mips-relocs.c | 200 const char *shstrtab, *sh_name, *rel_pfx; in main() local 297 sh_name = shstr(shdr_field(i, sh_name)); in main() 299 if (!strcmp(sh_name, ".rel")) { in main() 304 if (!strcmp(sh_name, ".text")) { in main() 327 sh_name = shstr(shdr_field(i, sh_name)); in main() 328 if (strncmp(sh_name, rel_pfx, strlen(rel_pfx))) { in main() 329 if (strcmp(sh_name, ".rel") && strcmp(sh_name, ".rel.dyn")) in main() 330 fprintf(stderr, "WARNING: Unexpected reloc section name '%s'\n", sh_name); in main() 342 if (strcmp(&sh_name[strlen(rel_pfx) - 1], shstr(shdr_field(j, sh_name)))) in main()
|
| H A D | img2srec.c | 282 getPtr = ExtractLong((uint32_t *)§Header[i].sh_name, rxBlock); in ConvertELF()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | rk_mini_dump.c | 253 shdr->sh_name = 0; in rk_dump_elf64_image_phdr() 265 if (shdr->sh_name >= MAX_STRTBL_SIZE) in rk_dump_elf64_image_phdr() 266 shdr->sh_name = 0; in rk_dump_elf64_image_phdr() 279 if (shdr->sh_name >= MAX_STRTBL_SIZE) in rk_dump_elf64_image_phdr() 280 shdr->sh_name = 0; in rk_dump_elf64_image_phdr() 386 if (shdr->sh_name >= MAX_STRTBL_SIZE) in rk_dump_elf64_image_phdr() 387 shdr->sh_name = 0; in rk_dump_elf64_image_phdr()
|
| /rk3399_rockchip-uboot/include/ |
| H 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
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | elf.c | 87 &strtab[shdr->sh_name], in load_elf_image_shdr()
|