OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bitwidth
(Results
1 - 25
of
34
) sorted by null
1
2
/frameworks/rs/cpu_ref/linkloader/include/
ELFSectionNoBits.h
25
template <unsigned
Bitwidth
>
26
class ELFSectionNoBits : public ELFSectionBits<
Bitwidth
> {
28
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSectionStrTab.h
25
template <unsigned
Bitwidth
>
26
class ELFSectionStrTab : public ELFSection<
Bitwidth
> {
28
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSectionBits.h
26
template <unsigned
Bitwidth
>
27
class ELFSectionBits : public ELFSection<
Bitwidth
> {
29
ELFSectionHeader<
Bitwidth
> const *sh;
ELFSection.h
23
template <unsigned
Bitwidth
>
26
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSectionRelTable.h
26
template <unsigned
Bitwidth
>
27
class ELFSectionRelTable : public ELFSection<
Bitwidth
> {
29
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSectionProgBits.h
26
template <unsigned
Bitwidth
>
27
class ELFSectionProgBits : public ELFSectionBits<
Bitwidth
> {
29
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSectionSymTab.h
27
template <unsigned
Bitwidth
>
28
class ELFSectionSymTab : public ELFSection<
Bitwidth
> {
30
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFSectionHeaderTable.h
28
template <unsigned
Bitwidth
>
31
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
ELFTypes.h
27
template <unsigned
Bitwidth
> class ELFHeader;
28
template <unsigned
Bitwidth
> class ELFObject;
29
template <unsigned
Bitwidth
> class ELFProgramHeader;
30
template <unsigned
Bitwidth
> class ELFReloc;
31
template <unsigned
Bitwidth
> class ELFRelocRel; // For TypeTraits
32
template <unsigned
Bitwidth
> class ELFRelocRela; // For TypeTraits
33
template <unsigned
Bitwidth
> class ELFSection;
34
template <unsigned
Bitwidth
> class ELFSectionBits;
35
template <unsigned
Bitwidth
> class ELFSectionHeader;
36
template <unsigned
Bitwidth
> class ELFSectionHeaderTable
[
all
...]
ELFSymbol.h
38
template <unsigned
Bitwidth
>
41
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
44
ELFObject<
Bitwidth
> const *owner;
135
read(Archiver &AR, ELFObject<
Bitwidth
> const *owner, size_t index = 0);
ELFHeader.h
37
template <unsigned
Bitwidth
>
40
ELF_TYPE_INTRO_TO_TEMPLATE_SCOPE(
Bitwidth
);
207
return ((
Bitwidth
== 32 && is32bit()) ||
208
(
Bitwidth
== 64 && is64bit()));
/frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionHeaderTable.hxx
26
template <unsigned
Bitwidth
>
27
ELFSectionHeaderTable<
Bitwidth
>::~ELFSectionHeaderTable() {
33
template <unsigned
Bitwidth
>
35
inline ELFSectionHeaderTable<
Bitwidth
> *
36
ELFSectionHeaderTable<
Bitwidth
>::read(Archiver &AR, ELFObjectTy *owner) {
70
template <unsigned
Bitwidth
>
71
inline void ELFSectionHeaderTable<
Bitwidth
>::print() const {
86
template <unsigned
Bitwidth
>
87
inline void ELFSectionHeaderTable<
Bitwidth
>::buildNameMap() {
96
template <unsigned
Bitwidth
>
[
all
...]
ELFSectionSymTab.hxx
24
template <unsigned
Bitwidth
>
25
ELFSectionSymTab<
Bitwidth
>::~ELFSectionSymTab() {
31
template <unsigned
Bitwidth
>
32
size_t ELFSectionSymTab<
Bitwidth
>::getFuncCount() const {
42
template <unsigned
Bitwidth
>
43
inline size_t ELFSectionSymTab<
Bitwidth
>::getExternFuncCount() const {
53
template <unsigned
Bitwidth
>
54
inline void ELFSectionSymTab<
Bitwidth
>::buildNameMap() {
63
template <unsigned
Bitwidth
>
64
inline ELFSymbol<
Bitwidth
> const
[
all
...]
ELFSectionNoBits.hxx
27
template <unsigned
Bitwidth
>
29
inline ELFSectionNoBits<
Bitwidth
> *
30
ELFSectionNoBits<
Bitwidth
>::read(Archiver &AR, ELFSectionHeaderTy const *sh) {
ELFReloc.hxx
25
template <unsigned
Bitwidth
>
27
inline ELFReloc<
Bitwidth
> *
28
ELFReloc_CRTP<
Bitwidth
>::readRela(Archiver &AR, size_t index) {
53
template <unsigned
Bitwidth
>
55
inline ELFReloc<
Bitwidth
> *
56
ELFReloc_CRTP<
Bitwidth
>::readRel(Archiver &AR, size_t index) {
81
template <unsigned
Bitwidth
>
82
inline void ELFReloc_CRTP<
Bitwidth
>::print(bool shouldPrintHeader) const {
ELFSectionHeader.hxx
26
template <unsigned
Bitwidth
>
27
char const *ELFSectionHeader_CRTP<
Bitwidth
>::getName() const {
31
template <unsigned
Bitwidth
>
33
typename ELFSectionHeader_CRTP<
Bitwidth
>::ELFSectionHeaderTy *
34
ELFSectionHeader_CRTP<
Bitwidth
>::read(Archiver &AR,
65
template <unsigned
Bitwidth
>
66
void ELFSectionHeader_CRTP<
Bitwidth
>::print(bool shouldPrintHeader) const {
ELFSection.hxx
31
template <unsigned
Bitwidth
>
33
inline ELFSection<
Bitwidth
> *
34
ELFSection<
Bitwidth
>::read(Archiver &AR,
ELFSectionBits.hxx
31
template <unsigned
Bitwidth
>
32
inline void ELFSectionBits<
Bitwidth
>::print() const {
53
template <unsigned
Bitwidth
>
54
inline bool ELFSectionBits<
Bitwidth
>::protect() {
ELFSectionRelTable.hxx
28
template <unsigned
Bitwidth
>
29
ELFSectionRelTable<
Bitwidth
>::~ELFSectionRelTable() {
36
template <unsigned
Bitwidth
>
37
void ELFSectionRelTable<
Bitwidth
>::print() const {
52
template <unsigned
Bitwidth
>
54
ELFSectionRelTable<
Bitwidth
> *
55
ELFSectionRelTable<
Bitwidth
>::read(Archiver &AR,
90
template <unsigned
Bitwidth
>
91
size_t ELFSectionRelTable<
Bitwidth
>::
ELFSectionStrTab.hxx
27
template <unsigned
Bitwidth
>
29
ELFSectionStrTab<
Bitwidth
> *
30
ELFSectionStrTab<
Bitwidth
>::read(Archiver &AR,
52
template <unsigned
Bitwidth
>
53
void ELFSectionStrTab<
Bitwidth
>::print() const {
ELFObject.hxx
32
template <unsigned
Bitwidth
>
34
inline ELFObject<
Bitwidth
> *
35
ELFObject<
Bitwidth
>::read(Archiver &AR) {
80
template <unsigned
Bitwidth
>
81
inline char const *ELFObject<
Bitwidth
>::getSectionName(size_t i) const {
93
template <unsigned
Bitwidth
>
94
inline ELFSection<
Bitwidth
> const *
95
ELFObject<
Bitwidth
>::getSectionByIndex(size_t i) const {
99
template <unsigned
Bitwidth
>
100
inline ELFSection<
Bitwidth
> *
[
all
...]
ELFHeader.hxx
25
template <unsigned
Bitwidth
>
26
void ELFHeader<
Bitwidth
>::print() {
ELFSectionProgBits.hxx
30
template <unsigned
Bitwidth
>
32
ELFSectionProgBits<
Bitwidth
> *
33
ELFSectionProgBits<
Bitwidth
>::read(Archiver &AR,
ELFSymbol.hxx
32
template <unsigned
Bitwidth
>
33
inline char const *ELFSymbol_CRTP<
Bitwidth
>::getName() const {
42
template <unsigned
Bitwidth
>
44
inline ELFSymbol<
Bitwidth
> *
45
ELFSymbol_CRTP<
Bitwidth
>::read(Archiver &AR,
75
template <unsigned
Bitwidth
>
76
inline void ELFSymbol_CRTP<
Bitwidth
>::print(bool shouldPrintHeader) const {
121
template <unsigned
Bitwidth
>
122
void *ELFSymbol_CRTP<
Bitwidth
>::getAddress(int machine, bool autoAlloc) const {
/frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.h
24
template <unsigned
Bitwidth
>
27
template <unsigned
Bitwidth
>
Completed in 510 milliseconds
1
2