Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Delf_common.h36 #define SHT_SYMTAB 2 macro
H A Dmain.cpp296 o.sections[2].sh_type = SHT_SYMTAB;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/nonlinux/
H A Ddfx_nonlinux_define.h66 #define SHT_SYMTAB 2 // Symbol table macro
/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()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp426 … if (section->get_type() != ELFIO::SHT_SYMTAB && section->get_type() != ELFIO::SHT_DYNSYM) { in LoadElfMapSectionCore()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp636 elfShdr.type = static_cast<uint32_t>(SHT_SYMTAB); in ParseSectionHeaders()