Searched refs:SHT_PROGBITS (Results 1 – 3 of 3) sorted by relevance
35 #define SHT_PROGBITS 1 macro
308 o.sections[3].sh_type = SHT_PROGBITS;
779 …if (progSec->get_type() != ELFIO::SHT_PROGBITS || ((progSec->get_flags() & ELFIO::SHF_EXECINSTR) =… in ParseRelocation()