Lines Matching refs:rsl_assert
29 #include "utils/rsl_assert.h"
145 rsl_assert((section_type == SHT_PROGBITS ||
160 rsl_assert(0 && "Unable to allocate memory for SHN_COMMON.");
165 rsl_assert(sec != 0 && "STT_OBJECT with null section.");
197 rsl_assert(0 && "posix_memalign failed.");
203 rsl_assert(my_addr != NULL && "memalign failed.");
213 rsl_assert(0 && "Unable to allocate memory for SHN_COMMON.");
223 rsl_assert(0 && "STT_OBJECT with special st_shndx.");
236 rsl_assert((*header)[idx]->getType() == SHT_PROGBITS &&
240 rsl_assert(sec != 0 && "STT_FUNC with null section.");
252 rsl_assert(0 && "STT_FUNC with special st_shndx.");
265 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS ||
270 rsl_assert(sec != 0 && "STT_SECTION with null section.");
282 rsl_assert(0 && "STT_SECTION with special st_shndx.");
294 rsl_assert(((*header)[idx]->getType() == SHT_PROGBITS ||
299 rsl_assert(sec != 0 && "STT_SECTION with null section.");
310 rsl_assert(0 && "STT_SECTION with special st_shndx.");
325 rsl_assert(0 && "Not implement.");