Home
last modified time | relevance | path

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

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