Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/nonlinux/
H A Ddfx_nonlinux_define.h176 Elf32_Word sh_type; // Section type member
189 Elf64_Word sh_type; // Section type member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Delf32.h45 Elf32_Word sh_type; member
H A Delf64.h46 Elf64_Word sh_type; member
H A Dmain.cpp296 o.sections[2].sh_type = SHT_SYMTAB;
308 o.sections[3].sh_type = SHT_PROGBITS;
315 o.sections[1].sh_type = SHT_STRTAB;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf_parser.cpp224 if (shdr.sh_type == SHT_SYMTAB || shdr.sh_type == SHT_DYNSYM) { in ParseSectionHeaders()
230 elfShdr.type = static_cast<uint32_t>(shdr.sh_type); in ParseSectionHeaders()