HomeSort by relevance Sort by last modified time
    Searched refs:rsl_assert (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/linkloader/utils/
rsl_assert.h 34 #define rsl_assert(EXPR) \ macro
39 #define rsl_assert(EXPR) \ macro
serialize.h 25 #include "utils/rsl_assert.h"
75 rsl_assert(cursor_base == NULL);
80 rsl_assert(cursor_base != NULL);
81 rsl_assert(cursor_base + size >= cursor);
  /frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx 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.")
    [all...]
ELFSectionRelTable.hxx 52 rsl_assert(sh->getType() == SHT_REL || sh->getType() == SHT_RELA);
64 rsl_assert(sh->getEntrySize() == TypeTraits<ELFRelocRelTy>::size);
70 rsl_assert(sh->getEntrySize() == TypeTraits<ELFRelocRelaTy>::size);
ELFObject.hxx 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.")
    [all...]
ELFSectionHeaderTable.hxx 24 #include "utils/rsl_assert.h"
49 rsl_assert(header->getSectionHeaderEntrySize() ==
ELFSectionSymTab.hxx 22 #include "utils/rsl_assert.h"
95 rsl_assert(sh->getEntrySize() == TypeTraits<ELFSymbolTy>::size);
  /frameworks/compile/linkloader/include/
ELFObject.h 23 #include "utils/rsl_assert.h"
46 rsl_assert(!SHNCommonDataPtr && "Can't init twice.");
78 rsl_assert(size > 0 && align != 0);
80 rsl_assert(SHNCommonDataPtr && "Must init common data size before use!");
ELFReloc.h 21 #include "utils/rsl_assert.h"
80 rsl_assert(r_addend == 0 && "r_addend should be zero before serialization.");
  /frameworks/compile/linkloader/
Android.mk 39 utils/rsl_assert.cpp \
73 utils/rsl_assert.cpp \
165 utils/rsl_assert.cpp \
  /frameworks/compile/linkloader/android/
test-librsloader.c 18 #include "utils/rsl_assert.h"
64 rsl_assert(0 && "Can't find symbol.");

Completed in 325 milliseconds