Home | History | Annotate | Download | only in impl

Lines Matching refs:rsl_assert

29 #include "utils/rsl_assert.h"
65 rsl_assert(symtab && "Symtab is required.");
128 rsl_assert(Bitwidth == 32 && "ARM only have 32 bits.");
132 rsl_assert(symtab && "Symtab is required.");
148 rsl_assert(0 && "Not implemented relocation type.");
167 rsl_assert(0 && "Wrong type for R_ARM_CALL relocation.");
173 rsl_assert(0 && "We should get function address at previous "
191 rsl_assert(0 && "Target address is far from call instruction");
214 rsl_assert(0 && "Stub is still too far");
257 rsl_assert(Bitwidth == 64 && "Only support X86_64.");
261 rsl_assert(symtab && "Symtab is required.");
282 rsl_assert(0 && "Not implemented relocation type.");
308 rsl_assert(Bitwidth == 32 && "Only support X86.");
312 rsl_assert(symtab && "Symtab is required.");
333 rsl_assert(0 && "Not implemented relocation type.");
357 rsl_assert(symtab && "Symtab is required.");
393 rsl_assert("Allocate memory for common variable fail!");
403 rsl_assert(reltab && "Relocation section can't be NULL.");
417 rsl_assert(need_rel && "Need be relocated section can't be NULL.");
431 rsl_assert(0 && "Only support ARM, X86, and X86_64 relocation.");