OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Archiver
(Results
1 - 25
of
25
) sorted by null
/frameworks/rs/driver/linkloader/include/
ELFSectionNoBits.h
31
template <typename
Archiver
>
32
static ELFSectionNoBits *read(
Archiver
&AR, ELFSectionHeaderTy const *sh);
ELFSection.h
36
template <typename
Archiver
>
37
static ELFSection *read(
Archiver
&AR, ELFObjectTy *,
ELFSectionStrTab.h
38
template <typename
Archiver
>
39
static ELFSectionStrTab *read(
Archiver
&AR, ELFSectionHeaderTy const *sh);
ELFSectionProgBits.h
35
template <typename
Archiver
>
36
static ELFSectionProgBits *read(
Archiver
&AR,
65
template <typename
Archiver
>
66
bool serialize(
Archiver
&AR) {
ELFReloc.h
61
template <typename
Archiver
>
62
static ELFRelocTy *readRel(
Archiver
&AR, size_t index);
64
template <typename
Archiver
>
65
static ELFRelocTy *readRela(
Archiver
&AR, size_t index);
78
template <typename
Archiver
>
79
bool serializeRel(
Archiver
&AR) {
91
template <typename
Archiver
>
92
bool serializeRela(
Archiver
&AR) {
ELFSectionHeaderTable.h
44
template <typename
Archiver
>
45
static ELFSectionHeaderTableTy *read(
Archiver
&AR, ELFObjectTy *owner);
ELFSectionRelTable.h
42
template <typename
Archiver
>
43
static ELFSectionRelTable *read(
Archiver
&AR, ELFSectionHeaderTy const *sh);
ELFSectionHeader.h
87
template <typename
Archiver
>
89
read(
Archiver
&AR, ELFObjectTy const *owner, size_t index = 0);
120
template <typename
Archiver
>
121
bool serialize(
Archiver
&AR) {
171
template <typename
Archiver
>
172
bool serialize(
Archiver
&AR) {
ELFSymbol.h
133
template <typename
Archiver
>
135
read(
Archiver
&AR, ELFObject<Bitwidth> const *owner, size_t index = 0);
157
template <typename
Archiver
>
158
bool serialize(
Archiver
&AR) {
181
template <typename
Archiver
>
182
bool serialize(
Archiver
&AR) {
ELFSectionSymTab.h
42
template <typename
Archiver
>
44
read(
Archiver
&AR, ELFObjectTy *owner, ELFSectionHeaderTy const *sh);
ELFHeader.h
150
template <typename
Archiver
>
151
static ELFHeader *read(
Archiver
&AR) {
153
//
Archiver
is in bad state before calling read function.
165
// Header read from
archiver
is not valid. Return NULL.
179
template <typename
Archiver
>
180
bool serialize(
Archiver
&AR) {
ELFObject.h
62
template <typename
Archiver
>
63
static ELFObject *read(
Archiver
&AR);
/frameworks/rs/driver/linkloader/include/impl/
ELFSectionNoBits.hxx
28
template <typename
Archiver
>
30
ELFSectionNoBits<Bitwidth>::read(
Archiver
&AR, ELFSectionHeaderTy const *sh) {
ELFSection.hxx
32
template <typename
Archiver
>
34
ELFSection<Bitwidth>::read(
Archiver
&AR,
ELFReloc.hxx
26
template <typename
Archiver
>
28
ELFReloc_CRTP<Bitwidth>::readRela(
Archiver
&AR, size_t index) {
30
//
Archiver
is in bad state before calling read function.
43
// Rel read from
archiver
is not valid. Return NULL.
54
template <typename
Archiver
>
56
ELFReloc_CRTP<Bitwidth>::readRel(
Archiver
&AR, size_t index) {
58
//
Archiver
is in bad state before calling read function.
71
// Rel read from
archiver
is not valid. Return NULL.
ELFSectionHeader.hxx
32
template <typename
Archiver
>
34
ELFSectionHeader_CRTP<Bitwidth>::read(
Archiver
&AR,
39
//
Archiver
is in bad state before calling read function.
52
// Header read from
archiver
is not valid. Return NULL.
ELFSectionProgBits.hxx
31
template <typename
Archiver
>
33
ELFSectionProgBits<Bitwidth>::read(
Archiver
&AR,
ELFSectionStrTab.hxx
28
template <typename
Archiver
>
30
ELFSectionStrTab<Bitwidth>::read(
Archiver
&AR,
ELFSectionHeaderTable.hxx
34
template <typename
Archiver
>
36
ELFSectionHeaderTable<Bitwidth>::read(
Archiver
&AR, ELFObjectTy *owner) {
38
//
Archiver
is in bad state before calling read function.
ELFSectionRelTable.hxx
53
template <typename
Archiver
>
55
ELFSectionRelTable<Bitwidth>::read(
Archiver
&AR,
ELFSectionSymTab.hxx
86
template <typename
Archiver
>
88
ELFSectionSymTab<Bitwidth>::read(
Archiver
&AR,
ELFSymbol.hxx
43
template <typename
Archiver
>
45
ELFSymbol_CRTP<Bitwidth>::read(
Archiver
&AR,
49
//
Archiver
is in bad state before calling read function.
62
// SymTabEntry read from
archiver
is not valid. Return NULL.
ELFObject.hxx
33
template <typename
Archiver
>
35
ELFObject<Bitwidth>::read(
Archiver
&AR) {
/frameworks/rs/driver/linkloader/
main.cpp
143
template <unsigned Bitwidth, typename
Archiver
>
144
void dump_and_run_object(
Archiver
&AR, int argc, char **argv) {
172
template <typename
Archiver
>
173
void dump_and_run_file_from_archive(bool is32bit,
Archiver
&AR,
/external/icu4c/
configure
[
all
...]
Completed in 343 milliseconds