Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/tools/
H A Dmips-relocs.c197 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 Dimg2srec.c283 getPtr = ExtractLong((uint32_t *)&sectHeader[i].sh_type, getPtr); in ConvertELF()
312 if ( (sectHeader[i].sh_type == SHT_PROGBITS) in ConvertELF()
H A Dzynqmpbif.c562 (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 Delf.c90 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 Dpfe_hw.c352 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 Drelocate_sdk.py166 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 Delf.h233 Elf32_Word sh_type; /* type */ member
247 Elf64_Word sh_type; /* type */ member
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc42 bswaps(&shdr->sh_type);
132 switch (shdr[i].sh_type) {
H A Delfload.c2250 bswap32s(&shdr->sh_type); in bswap_shdr()
3744 if (shdr[i].sh_type == SHT_SYMTAB) { in load_symbols()
/openbmc/qemu/bsd-user/
H A Delfload.c87 bswap32s(&shdr->sh_type); in bswap_shdr()
410 if (sechdr.sh_type == SHT_SYMTAB) { in load_symbols()
/openbmc/qemu/include/
H A Delf.h1610 Elf32_Word sh_type; member
1623 Elf64_Word sh_type; /* Type of section */ member
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc33 bswap32s(&shdr->sh_type);
64 if (shdr_table[i].sh_type == type)
/openbmc/qemu/target/s390x/
H A Darch_dump.c366 shdr->sh_type = SHT_PROGBITS; in arch_sections_write_hdr()
/openbmc/qemu/dump/
H A Ddump.c410 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 Dtcg.c7183 [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()