HomeSort by relevance Sort by last modified time
    Searched refs:Archiver (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/rs/cpu_ref/linkloader/include/
ELFSection.h 35 template <typename Archiver>
36 static ELFSection *read(Archiver &AR, ELFObjectTy *,
ELFSectionNoBits.h 31 template <typename Archiver>
32 static ELFSectionNoBits *read(Archiver &AR, ELFSectionHeaderTy const *sh);
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,
77 template <typename Archiver>
78 bool serialize(Archiver &AR) {
ELFReloc.h 60 template <typename Archiver>
61 static ELFRelocTy *readRel(Archiver &AR, size_t index);
63 template <typename Archiver>
64 static ELFRelocTy *readRela(Archiver &AR, size_t index);
77 template <typename Archiver>
78 bool serializeRel(Archiver &AR) {
90 template <typename Archiver>
91 bool serializeRela(Archiver &AR) {
ELFSectionHeaderTable.h 43 template <typename Archiver>
44 static ELFSectionHeaderTableTy *read(Archiver &AR, ELFObjectTy *owner);
ELFSectionRelTable.h 42 template <typename Archiver>
43 static ELFSectionRelTable *read(Archiver &AR, ELFSectionHeaderTy const *sh);
ELFSectionHeader.h 86 template <typename Archiver>
88 read(Archiver &AR, ELFObjectTy const *owner, size_t index = 0);
119 template <typename Archiver>
120 bool serialize(Archiver &AR) {
170 template <typename Archiver>
171 bool serialize(Archiver &AR) {
ELFSymbol.h 131 template <typename Archiver>
133 read(Archiver &AR, ELFObject<Bitwidth> const *owner, size_t index = 0);
155 template <typename Archiver>
156 bool serialize(Archiver &AR) {
179 template <typename Archiver>
180 bool serialize(Archiver &AR) {
ELFSectionSymTab.h 42 template <typename Archiver>
44 read(Archiver &AR, ELFObjectTy *owner, ELFSectionHeaderTy const *sh);
ELFHeader.h 149 template <typename Archiver>
150 static ELFHeader *read(Archiver &AR) {
152 // Archiver is in bad state before calling read function.
164 // Header read from archiver is not valid. Return NULL.
178 template <typename Archiver>
179 bool serialize(Archiver &AR) {
ELFObject.h 61 template <typename Archiver>
62 static ELFObject *read(Archiver &AR);
  /frameworks/rs/cpu_ref/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 27 template <typename Archiver>
29 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 36 template <typename Archiver>
38 ELFObject<Bitwidth>::read(Archiver &AR) {
    [all...]
  /frameworks/rs/cpu_ref/linkloader/
main.cpp 141 template <unsigned Bitwidth, typename Archiver>
142 void dump_and_run_object(Archiver &AR, int argc, char **argv) {
170 template <typename Archiver>
171 void dump_and_run_file_from_archive(bool is32bit, Archiver &AR,
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 

Completed in 666 milliseconds

1 2