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

  /frameworks/rs/cpu_ref/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/rs/cpu_ref/linkloader/lib/
GOT.cpp 50 rsl_assert (got_symbol_addresses[i] == addr
58 rsl_assert (got_symbol_count < NUM_OF_GOT_ENTRY && "MIPS GOT is full.");
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx 29 #include "utils/rsl_assert.h"
140 rsl_assert((section_type == SHT_PROGBITS ||
155 rsl_assert(0 && "Unable to allocate memory for SHN_COMMON.");
160 rsl_assert(sec != 0 && "STT_OBJECT with null section.");
179 rsl_assert(0 && "posix_memalign failed.");
185 rsl_assert(my_addr != NULL && "memalign failed.");
195 rsl_assert(0 && "Unable to allocate memory for SHN_COMMON.");
208 rsl_assert(0 && "STT_OBJECT with special st_shndx.");
221 rsl_assert((*header)[idx]->getType() == SHT_PROGBITS &&
225 rsl_assert(sec != 0 && "STT_FUNC with null section.")
    [all...]
ELFObject.hxx 32 #include "utils/rsl_assert.h"
69 rsl_assert(symtab && "Symtab is required.");
132 rsl_assert(Bitwidth == 32 && "ARM only have 32 bits.");
136 rsl_assert(symtab && "Symtab is required.");
157 rsl_assert(0 && "Not implemented relocation type.");
206 rsl_assert(0 && "Wrong type for R_ARM_CALL relocation.");
215 rsl_assert(0 && "We should get function address at previous "
258 rsl_assert(0 && "Stub is still too far");
270 rsl_assert(0 && "Stub is still too far");
364 rsl_assert(Bitwidth == 64 && "AARCH64 only have 64 bits.")
    [all...]
ELFSectionRelTable.hxx 58 rsl_assert(sh->getType() == SHT_REL || sh->getType() == SHT_RELA);
70 rsl_assert(sh->getEntrySize() == TypeTraits<ELFRelocRelTy>::size);
76 rsl_assert(sh->getEntrySize() == TypeTraits<ELFRelocRelaTy>::size);
152 rsl_assert(0 && "Only support ARM, MIPS, X86, and X86_64 relocation.");
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/rs/cpu_ref/linkloader/include/
ELFObject.h 23 #include "utils/rsl_assert.h"
47 rsl_assert(!SHNCommonDataPtr && "Can't init twice.");
83 rsl_assert(size > 0 && align != 0);
85 rsl_assert(SHNCommonDataPtr && "Must init common data size before use!");
ELFReloc.h 21 #include "utils/rsl_assert.h"
79 rsl_assert(r_addend == 0 && "r_addend should be zero before serialization.");
  /frameworks/rs/cpu_ref/linkloader/android/
test-librsloader.c 18 #include "utils/rsl_assert.h"
64 rsl_assert(0 && "Can't find symbol.");
  /frameworks/rs/
Android.mk 293 cpu_ref/linkloader/utils/rsl_assert.cpp

Completed in 1869 milliseconds