OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rsl_assert
(Results
1 - 15
of
15
) sorted by null
/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
30
#include "utils/
rsl_assert
.h"
66
rsl_assert
(symtab && "Symtab is required.");
129
rsl_assert
(Bitwidth == 32 && "ARM only have 32 bits.");
133
rsl_assert
(symtab && "Symtab is required.");
155
rsl_assert
(0 && "Not implemented relocation type.");
204
rsl_assert
(0 && "Wrong type for R_ARM_CALL relocation.");
213
rsl_assert
(0 && "We should get function address at previous "
256
rsl_assert
(0 && "Stub is still too far");
268
rsl_assert
(0 && "Stub is still too far");
361
rsl_assert
(Bitwidth == 64 && "Only support X86_64.")
[
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);
134
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/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);
rsl_assert.cpp
17
#include "
rsl_assert
.h"
/frameworks/rs/cpu_ref/linkloader/include/
ELFObject.h
23
#include "utils/
rsl_assert
.h"
48
rsl_assert
(!SHNCommonDataPtr && "Can't init twice.");
84
rsl_assert
(size > 0 && align != 0);
86
rsl_assert
(SHNCommonDataPtr && "Must init common data size before use!");
GOT.h
20
#include "utils/
rsl_assert
.h"
ELFReloc.h
21
#include "utils/
rsl_assert
.h"
80
rsl_assert
(r_addend == 0 && "r_addend should be zero before serialization.");
/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.");
StubLayout.cpp
21
#include "utils/
rsl_assert
.h"
/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
268
cpu_ref/linkloader/utils/
rsl_assert
.cpp
Completed in 2707 milliseconds