Searched refs:sh_type (Results 1 – 15 of 15) sorted by relevance
| /openbmc/u-boot/tools/ |
| H A D | mips-relocs.c | 197 unsigned int i, j, i_rel_shdr, sh_type, sh_entsize, sh_entries; in main() local 318 sh_type = shdr_field(i, sh_type); in main() 319 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main() 350 if (sh_type == SHT_REL) { in main()
|
| H A D | img2srec.c | 283 getPtr = ExtractLong((uint32_t *)§Header[i].sh_type, getPtr); in ConvertELF() 312 if ( (sectHeader[i].sh_type == SHT_PROGBITS) in ConvertELF()
|
| H A D | zynqmpbif.c | 562 (shdr->sh_type == SHT_NOBITS)) in elf2flat64() 588 if (shdr->sh_type != SHT_NOBITS) in elf2flat64() 610 (shdr->sh_type == SHT_NOBITS)) in elf2flat32() 636 if (shdr->sh_type != SHT_NOBITS) in elf2flat32()
|
| /openbmc/u-boot/cmd/ |
| H A D | elf.c | 90 if (shdr->sh_type == SHT_STRTAB) in load_elf64_image_shdr() 105 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf64_image_shdr() 111 if (shdr->sh_type == SHT_NOBITS) { in load_elf64_image_shdr() 195 if (shdr->sh_type == SHT_STRTAB) in load_elf_image_shdr() 210 (shdr->sh_type == SHT_NOBITS) ? "Clear" : "Load", in load_elf_image_shdr() 216 if (shdr->sh_type == SHT_NOBITS) { in load_elf_image_shdr()
|
| /openbmc/u-boot/drivers/net/pfe_eth/ |
| H A D | pfe_hw.c | 352 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_pmem_section() 403 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_dmem_section() 460 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_ddr_section() 544 u32 type = be32_to_cpu(shdr->sh_type); in pe_load_pe_lmem_section()
|
| /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,\ 172 if sh_type == 1:
|
| /openbmc/u-boot/include/ |
| H A D | elf.h | 233 Elf32_Word sh_type; /* type */ member 247 Elf64_Word sh_type; /* type */ member
|
| /openbmc/qemu/linux-user/ |
| H A D | gen-vdso-elfn.c.inc | 42 bswaps(&shdr->sh_type); 132 switch (shdr[i].sh_type) {
|
| H A D | elfload.c | 2250 bswap32s(&shdr->sh_type); in bswap_shdr() 3744 if (shdr[i].sh_type == SHT_SYMTAB) { in load_symbols()
|
| /openbmc/qemu/bsd-user/ |
| H A D | elfload.c | 87 bswap32s(&shdr->sh_type); in bswap_shdr() 410 if (sechdr.sh_type == SHT_SYMTAB) { in load_symbols()
|
| /openbmc/qemu/include/ |
| H A D | elf.h | 1610 Elf32_Word sh_type; member 1623 Elf64_Word sh_type; /* Type of section */ member
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 33 bswap32s(&shdr->sh_type); 64 if (shdr_table[i].sh_type == type)
|
| /openbmc/qemu/target/s390x/ |
| H A D | arch_dump.c | 366 shdr->sh_type = SHT_PROGBITS; in arch_sections_write_hdr()
|
| /openbmc/qemu/dump/ |
| H A D | dump.c | 410 shdr64.sh_type = SHT_STRTAB; in prepare_elf_section_hdr_string() 417 shdr32.sh_type = SHT_STRTAB; in prepare_elf_section_hdr_string()
|
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 7183 [0] = { .sh_type = SHT_NULL }, in tcg_register_jit_int() 7189 .sh_type = SHT_NOBITS, in tcg_register_jit_int() 7193 .sh_type = SHT_PROGBITS, in tcg_register_jit_int() 7198 .sh_type = SHT_PROGBITS, in tcg_register_jit_int() 7203 .sh_type = SHT_PROGBITS, in tcg_register_jit_int() 7207 .sh_type = SHT_SYMTAB, in tcg_register_jit_int() 7215 .sh_type = SHT_STRTAB, in tcg_register_jit_int()
|