Home
last modified time | relevance | path

Searched refs:SHT_STRTAB (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/cmd/
H A Delf.c90 if (shdr->sh_type == SHT_STRTAB) in load_elf64_image_shdr()
195 if (shdr->sh_type == SHT_STRTAB) in load_elf_image_shdr()
/openbmc/u-boot/include/
H A Delf.h274 #define SHT_STRTAB 3 /* string table section */ macro
/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/include/
H A Delf.h1572 #define SHT_STRTAB 3 macro