Home
last modified time | relevance | path

Searched refs:SHT_PROGBITS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Delf_common.h35 #define SHT_PROGBITS 1 macro
H A Dmain.cpp308 o.sections[3].sh_type = SHT_PROGBITS;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp779 …if (progSec->get_type() != ELFIO::SHT_PROGBITS || ((progSec->get_flags() & ELFIO::SHF_EXECINSTR) =… in ParseRelocation()