Lines Matching refs:sec
164 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress() local
165 rsl_assert(sec != 0 && "STT_OBJECT with null section."); in getAddress()
168 static_cast<ELFSectionBitsTy const &>(*sec); in getAddress()
239 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress() local
240 rsl_assert(sec != 0 && "STT_FUNC with null section."); in getAddress()
243 static_cast<ELFSectionProgBitsTy const &>(*sec); in getAddress()
269 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress() local
270 rsl_assert(sec != 0 && "STT_SECTION with null section."); in getAddress()
273 static_cast<ELFSectionBitsTy const &>(*sec); in getAddress()
298 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress() local
299 rsl_assert(sec != 0 && "STT_SECTION with null section."); in getAddress()
302 static_cast<ELFSectionBitsTy const &>(*sec); in getAddress()