Searched refs:progSec (Results 1 – 1 of 1) sorted by relevance
774 auto progSec = elfIo_.sections[info]; in ParseRelocation() local775 if (progSec == nullptr) { in ParseRelocation()779 …if (progSec->get_type() != ELFIO::SHT_PROGBITS || ((progSec->get_flags() & ELFIO::SHF_EXECINSTR) =… in ParseRelocation()783 auto insn = reinterpret_cast<bpf_insn *>(const_cast<char *>(progSec->get_data())); in ParseRelocation()