Searched refs:sh_size (Results 1 - 10 of 10) sorted by relevance

/u-boot/lib/
H A Delf.c89 shdr->sh_addr == 0 || shdr->sh_size == 0) {
98 (long)shdr->sh_size);
103 shdr->sh_size);
107 (const void *)image, shdr->sh_size);
110 roundup((shdr->sh_addr + shdr->sh_size),
194 shdr->sh_addr == 0 || shdr->sh_size == 0) {
203 (long)shdr->sh_size);
208 shdr->sh_size);
212 (const void *)image, shdr->sh_size);
215 roundup((shdr->sh_addr + shdr->sh_size),
[all...]
/u-boot/tools/
H A Drelocate-rela.c136 uint64_t sh_addr, sh_offset, sh_size; local
193 sh_size = le64_to_cpu(sh_table[sh_index].sh_size);
194 debug("e_shstrndx %x, sh_size %lx\n", sh_index, sh_size);
196 sh_str = malloc(sh_size);
220 size = fread(sh_str, 1, sh_size, felf);
221 if (size != sh_size) {
223 argv[0], size, sh_size);
237 sh_size
270 uint32_t sh_addr, sh_offset, sh_size; local
[all...]
H A Dimg2srec.c287 getPtr = ExtractLong((uint32_t *)&sectHeader[i].sh_size, getPtr);
313 && (sectHeader[i].sh_size != 0)
315 loadSize = sectHeader[i].sh_size;
328 loadSize = sectHeader[i].sh_size;
H A Dzynqmpbif.c560 if (!shdr->sh_size || !shdr->sh_addr ||
567 if ((le64_to_cpu(shdr->sh_addr) + le64_to_cpu(shdr->sh_size)) >
570 le64_to_cpu(shdr->sh_size);
584 if (!shdr->sh_size || !shdr->sh_addr ||
589 memcpy(dst, src, le64_to_cpu(shdr->sh_size));
608 if (!shdr->sh_size || !shdr->sh_addr ||
615 if ((le32_to_cpu(shdr->sh_addr) + le32_to_cpu(shdr->sh_size)) >
618 le32_to_cpu(shdr->sh_size);
632 if (!shdr->sh_size || !shdr->sh_addr ||
637 memcpy(dst, src, le32_to_cpu(shdr->sh_size));
[all...]
H A Dmips-relocs.c349 sh_entries = shdr_field(i, sh_size) / sh_entsize;
394 rel_size = shdr_field(i_rel_shdr, sh_size);
/u-boot/drivers/remoteproc/
H A Drproc-elf-loader.c328 u32 size = shdr->sh_size;
389 *rsc_size = (ulong)shdr->sh_size;
437 u64 size = shdr->sh_size;
498 *rsc_size = (ulong)shdr->sh_size;
H A Drproc-uclass.c847 u32 size = sectionheader.sh_size;
913 *tablesz = sectionheader.sh_size;
/u-boot/test/dm/
H A Dremoteproc.c175 /* sh_size = 16 bytes */
189 /* sh_size = 27 bytes */
236 rsc_table_size = shdr->sh_size;
250 shdr->sh_size);
/u-boot/drivers/net/pfe_eth/
H A Dpfe_hw.c353 u32 size = be32_to_cpu(shdr->sh_size);
404 u32 size = be32_to_cpu(shdr->sh_size);
461 u32 size = be32_to_cpu(shdr->sh_size);
545 u32 size = be32_to_cpu(shdr->sh_size);
599 u32 size = be32_to_cpu(shdr->sh_size);
/u-boot/include/
H A Delf.h237 Elf32_Word sh_size; /* section size */ member in struct:__anon30
251 Elf64_Xword sh_size; /* section size */ member in struct:__anon31

Completed in 133 milliseconds