Searched refs:sh_flags (Results 1 – 14 of 14) sorted by relevance
| /openbmc/u-boot/tools/ |
| H A D | img2srec.c | 284 getPtr = ExtractLong((uint32_t *)§Header[i].sh_flags, getPtr); in ConvertELF() 316 if (sectHeader[i].sh_flags != 0) { in ConvertELF()
|
| H A D | zynqmpbif.c | 561 !(shdr->sh_flags & SHF_ALLOC) || in elf2flat64() 585 !(shdr->sh_flags & SHF_ALLOC)) in elf2flat64() 609 !(shdr->sh_flags & SHF_ALLOC) || in elf2flat32() 633 !(shdr->sh_flags & SHF_ALLOC)) in elf2flat32()
|
| H A D | mips-relocs.c | 340 skip = !(shdr_field(j, sh_flags) & SHF_ALLOC); in main()
|
| /openbmc/u-boot/drivers/net/pfe_eth/ |
| H A D | pfe_firmware.c | 68 if (!(be32_to_cpu(shdr->sh_flags) & (SHF_WRITE | SHF_ALLOC | in pfe_load_elf()
|
| H A D | pfe_hw.c | 461 u32 flags = be32_to_cpu(shdr->sh_flags); in pe_load_ddr_section()
|
| /openbmc/u-boot/include/ |
| H A D | elf.h | 234 Elf32_Word sh_flags; /* flags */ member 248 Elf64_Xword sh_flags; /* flags */ member
|
| /openbmc/u-boot/cmd/ |
| H A D | elf.c | 98 if (!(shdr->sh_flags & SHF_ALLOC) || in load_elf64_image_shdr() 203 if (!(shdr->sh_flags & SHF_ALLOC) || in load_elf_image_shdr()
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | relocate_sdk.py | 166 sh_name, sh_type, sh_flags, sh_addr, sh_offset, sh_size, sh_link,\
|
| /openbmc/qemu/include/ |
| H A D | elf.h | 1611 Elf32_Word sh_flags; member 1624 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ member
|
| /openbmc/qemu/linux-user/ |
| H A D | gen-vdso-elfn.c.inc | 43 bswaps(&shdr->sh_flags);
|
| H A D | elfload.c | 236 bswaptls(&shdr->sh_flags); in init_guest_commpage()
|
| /openbmc/qemu/bsd-user/ |
| H A D | elfload.c | 88 bswaptls(&shdr->sh_flags); in bswap_shdr()
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 34 bswapSZs(&shdr->sh_flags);
|
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 7193 .sh_flags = SHF_EXECINSTR | SHF_ALLOC, in tcg_register_jit_int()
|