Searched defs:section_type (Results 1 - 1 of 1) sorted by last modified time

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSymbol.hxx138 unsigned section_type = (*header)[idx]->getType(); local
140 rsl_assert((section_type == SHT_PROGBITS ||
141 section_type == SHT_NOBITS) &&
144 if (section_type == SHT_NOBITS) {

Completed in 55 milliseconds